Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkRecentData Struct Reference

#include <gtkrecentmanager.h>

Data Fields

char * display_name
 
char * description
 
char * mime_type
 
char * app_name
 
char * app_exec
 
char ** groups
 
gboolean is_private
 

Detailed Description

GtkRecentData: @display_name: a UTF-8 encoded string, containing the name of the recently used resource to be displayed, or NULL; @description: a UTF-8 encoded string, containing a short description of the resource, or NULL; @mime_type: the MIME type of the resource; @app_name: the name of the application that is registering this recently used resource; @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; @groups: (array zero-terminated=1): a vector of strings containing groups names; @is_private: whether this resource should be displayed only by the applications that have registered it or not.

Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource.

Definition at line 68 of file gtkrecentmanager.h.

Field Documentation

◆ app_exec

char* _GtkRecentData::app_exec

Definition at line 76 of file gtkrecentmanager.h.

◆ app_name

char* _GtkRecentData::app_name

Definition at line 75 of file gtkrecentmanager.h.

◆ description

char* _GtkRecentData::description

Definition at line 71 of file gtkrecentmanager.h.

◆ display_name

char* _GtkRecentData::display_name

Definition at line 70 of file gtkrecentmanager.h.

◆ groups

char** _GtkRecentData::groups

Definition at line 78 of file gtkrecentmanager.h.

◆ is_private

gboolean _GtkRecentData::is_private

Definition at line 80 of file gtkrecentmanager.h.

◆ mime_type

char* _GtkRecentData::mime_type

Definition at line 73 of file gtkrecentmanager.h.


The documentation for this struct was generated from the following file: