Lines Matching defs:_GDesktopAppInfo
98 struct _GDesktopAppInfo struct
100 GObject parent_instance;
102 char *desktop_id;
103 char *filename;
104 char *app_id;
106 GKeyFile *keyfile;
108 char *name;
109 char *generic_name;
110 char *fullname;
111 char *comment;
112 char *icon_name;
113 GIcon *icon;
114 char **keywords;
115 char **only_show_in;
116 char **not_show_in;
117 char *try_exec;
118 char *exec;
119 char *binary;
120 char *path;
121 char *categories;
122 char *startup_wm_class;
123 char **mime_types;
124 char **actions;
126 guint nodisplay : 1;
127 guint hidden : 1;
128 guint terminal : 1;
129 guint startup_notify : 1;
130 guint no_fuse : 1;