gdkPixbufLoaderGetPixbuf        package:RGtk2        R Documentation

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

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

     Queries the 'GdkPixbuf' that a pixbuf loader is currently
     creating. In general it only makes sense to call this function
     after the "area_prepared" signal has been emitted by the loader;
     this means that enough data has been read to know the size of the
     image that will be allocated.  If the loader has not received
     enough data via 'gdkPixbufLoaderWrite', then this function returns
     'NULL'.  The returned pixbuf will be the same in all future calls
     to the loader.  Additionally, if the loader is an animation, it
     will return the "static image" of the animation (see
     'gdkPixbufAnimationGetStaticImage').

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

     gdkPixbufLoaderGetPixbuf(object)

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

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

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

     ['GdkPixbuf']  The 'GdkPixbuf' that the loader is creating, or
     'NULL' if not enough data has been read to determine how to create
     the image buffer.

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

     Derived by RGtkGen from GTK+ documentation

