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