gtk.recent_data
Module for [RecentData] class
class RecentData
Types 1
classRecentData
Meta-data to be passed to [gtk.recent_manager.RecentManager.addFull] when registering a recently used resource.
Fields
GtkRecentData _cInstanceMethods
void * _cPtr()string displayName() @propertyGet `displayName` field. Returns: a UTF-8 encoded string, containing the name of the recently used resource to be displayed, or null;void displayName(string propval) @propertySet `displayName` field. Params: propval = a UTF-8 encoded string, containing the name of the recently used resource to be displayed, or null;string description() @propertyGet `description` field. Returns: a UTF-8 encoded string, containing a short description of the resource, or null;void description(string propval) @propertySet `description` field. Params: propval = a UTF-8 encoded string, containing a short description of the resource, or null;void mimeType(string propval) @propertySet `mimeType` field. Params: propval = the MIME type of the resource;string appName() @propertyGet `appName` field. Returns: the name of the application that is registering this recently used resource;void appName(string propval) @propertySet `appName` field. Params: propval = the name of the application that is registering this recently used resource;string appExec() @propertyGet `appExec` field. Returns: 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 respect...void appExec(string propval) @propertySet `appExec` field. Params: propval = 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 UR...bool isPrivate() @propertyGet `isPrivate` field. Returns: whether this resource should be displayed only by the applications that have registered it or not.void isPrivate(bool propval) @propertySet `isPrivate` field. Params: propval = whether this resource should be displayed only by the applications that have registered it or not.