Home | History | Annotate | Download | only in gio

Lines Matching refs:appinfo

5081   GAppInfo *appinfo;
5086 appinfo = g_app_info_get_default_for_uri_scheme (uri_scheme);
5089 if (appinfo != NULL)
5090 return appinfo;
5100 appinfo = NULL;
5107 appinfo = g_app_info_get_default_for_type (content_type,
5114 if (appinfo != NULL)
5115 return appinfo;