gtkTextBufferSerialize         package:RGtk2         R Documentation

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

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

     This function serializes the portion of text between 'start' and
     'end' in the rich text format represented by 'format'.

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

     gtkTextBufferSerialize(object, content.buffer, format, start, end)

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

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

'content.buffer': ['GtkTextBuffer']  the 'GtkTextBuffer' to serialize

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

 'start': ['GtkTextIter']  start of block of text to serialize

   'end': ['GtkTextIter']  end of block of test to serialize

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

     'format's to be used must be registered using
     'gtkTextBufferRegisterSerializeFormat' or
     'gtkTextBufferRegisterSerializeTagset' beforehand.  

     Since  2.10

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

     A list containing the following elements: 

  retval: [raw]  the serialized data, encoded as 'format'

'length': [numeric]  return location for the length of the serialized
          data

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

     Derived by RGtkGen from GTK+ documentation

