gdkPixbufLoaderGetAnimation      package:RGtk2      R Documentation

_g_d_k_P_i_x_b_u_f_L_o_a_d_e_r_G_e_t_A_n_i_m_a_t_i_o_n

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

     Queries the 'GdkPixbufAnimation' 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.
     If the loader doesn't have enough bytes yet (hasn't emitted the
     "area_prepared" signal) this function will  return 'NULL'.

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

     gdkPixbufLoaderGetAnimation(object)

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

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

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

     ['GdkPixbufAnimation']  The 'GdkPixbufAnimation' that the loader
     is loading, or 'NULL' if not enough data has been read to
     determine the information.

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

     Derived by RGtkGen from GTK+ documentation

