Searched defs:_GAppInfoIface (Results 1 – 1 of 1) sorted by relevance
86 struct _GAppInfoIface struct88 GTypeInterface g_iface;92 GAppInfo * (* dup) (GAppInfo *appinfo);93 gboolean (* equal) (GAppInfo *appinfo1,95 const char * (* get_id) (GAppInfo *appinfo);96 const char * (* get_name) (GAppInfo *appinfo);97 const char * (* get_description) (GAppInfo *appinfo);98 const char * (* get_executable) (GAppInfo *appinfo);99 GIcon * (* get_icon) (GAppInfo *appinfo);100 gboolean (* launch) (GAppInfo *appinfo,[all …]