Lines Matching defs:_GDesktopAppInfo
78 struct _GDesktopAppInfo struct
80 GObject parent_instance;
82 char *desktop_id;
83 char *filename;
85 char *name;
87 char *comment;
88 char *icon_name;
89 GIcon *icon;
90 char **only_show_in;
91 char **not_show_in;
92 char *try_exec;
93 char *exec;
94 char *binary;
95 char *path;
97 guint nodisplay : 1;
98 guint hidden : 1;
99 guint terminal : 1;
100 guint startup_notify : 1;
101 guint no_fuse : 1;