gdkPixbufLoaderWrite          package:RGtk2          R Documentation

_g_d_k_P_i_x_b_u_f_L_o_a_d_e_r_W_r_i_t_e

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

     This will cause a pixbuf loader to parse the next 'count' bytes of
     an image.  It will return 'TRUE' if the data was loaded
     successfully, and 'FALSE' if an error occurred.  In the latter
     case, the loader will be closed, and will not accept further
     writes. If 'FALSE' is returned, 'error' will be set to an error
     from the 'GDK_PIXBUF_ERROR' or 'G_FILE_ERROR' domains.

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

     gdkPixbufLoaderWrite(object, buf, .errwarn = TRUE)

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

'object': ['GdkPixbufLoader']  A pixbuf loader.

   'buf': [raw]  Pointer to image data.

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

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if the write was successful, or 'FALSE' if
          the loader cannot parse the buffer.

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

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

     Derived by RGtkGen from GTK+ documentation

