gtkRecentManagerAddFull        package:RGtk2        R Documentation

_g_t_k_R_e_c_e_n_t_M_a_n_a_g_e_r_A_d_d_F_u_l_l

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

     Adds a new resource, pointed by 'uri', into the recently used
     resources list, using the metadata specified inside the
     'GtkRecentData' structure passed in 'recent.data'.

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

     gtkRecentManagerAddFull(object, uri, recent.data)

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

'object': ['GtkRecentManager']  a 'GtkRecentManager'

   'uri': [character]  a valid URI

'recent.data': ['GtkRecentData']  metadata of the resource

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

     The passed URI will be used to identify this resource inside the
     list.

     In order to register the new recently used resource, metadata
     about the resource must be passed as well as the URI; the metadata
     is stored in a 'GtkRecentData' structure, which must contain the
     MIME type of the resource pointed by the URI; the name of the
     application that is registering the item, and a command line to be
     used when launching the item.

     Optionally, a 'GtkRecentData' structure might contain a UTF-8
     string to be used when viewing the item instead of the last
     component of the URI; a short description of the item; whether the
     item should be considered private - that is, should be displayed
     only by the applications that have registered it.  

     Since  2.10

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

     [logical] 'TRUE' if the new item was successfully added to the
     recently used resources list, 'FALSE' otherwise.

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

     Derived by RGtkGen from GTK+ documentation

