gtkRecentManagerMoveItem        package:RGtk2        R Documentation

_g_t_k_R_e_c_e_n_t_M_a_n_a_g_e_r_M_o_v_e_I_t_e_m

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

     Changes the location of a recently used resource from 'uri' to
     'new.uri'.

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

     gtkRecentManagerMoveItem(object, uri, new.uri, .errwarn = TRUE)

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

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

   'uri': [character]  the URI of a recently used resource

'new.uri': [character]  the new URI of the recently used resource, or
          'NULL' to remove the item pointed by 'uri' in the list

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

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

     Please note that this function will not affect the resource
     pointed by the URIs, but only the URI used in the recently used
     resources list.  

     Since  2.10

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' on success.

 'error': ['GError']  a return location for a 'GError', or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

