:right-sidebar: True RecentData =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: RecentData(*args, **kwargs) :no-contents-entry: :Constructors: :: RecentData() Fields ------ .. rst-class:: interim-class .. class:: RecentData :no-index: .. attribute:: app_exec Command line used to launch this resource; may contain the “\``%f``” and “\``%u``” escape characters which will be expanded to the resource file path and URI respectively when the command line is retrieved; .. attribute:: app_name The name of the application that is registering this recently used resource; .. attribute:: description A UTF-8 encoded string, containing a short description of the resource, or :const:`None`; .. attribute:: display_name A UTF-8 encoded string, containing the name of the recently used resource to be displayed, or :const:`None`; .. attribute:: groups A vector of strings containing groups names; .. attribute:: is_private Whether this resource should be displayed only by the applications that have registered it or not. .. attribute:: mime_type The MIME type of the resource;