gtkTextBufferDeserialize        package:RGtk2        R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_D_e_s_e_r_i_a_l_i_z_e

_D_e_s_c_r_i_p_t_i_o_n:

     This function deserializes rich text in format 'format' and
     inserts it at 'iter'.

_U_s_a_g_e:

     gtkTextBufferDeserialize(object, content.buffer, format, iter, data, .errwarn = TRUE)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkTextBuffer']  the 'GtkTextBuffer' 'format' is registered
          with

'content.buffer': ['GtkTextBuffer']  the 'GtkTextBuffer' to deserialize
          into

'format': ['GdkAtom']  the rich text format to use for deserializing

  'iter': ['GtkTextIter']  insertion point for the deserialized text

  'data': [raw]  data to deserialize

.errwarn: Whether to issue a warning on error or fail silently

_D_e_t_a_i_l_s:

     'format's to be used must be registered using
     'gtkTextBufferRegisterDeserializeFormat' or
     'gtkTextBufferRegisterDeserializeTagset' beforehand.  

     Since  2.10

_V_a_l_u_e:

     A list containing the following elements: 

  retval: [logical] 'TRUE' on success, 'FALSE' otherwise.

 'error': ['GError']  return location for a 'GError'

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

