Searched refs:g_app_info_get_name (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/tests/ |
D | appinfo.c | 159 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "appinfo-test"); in test_locale() 165 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "appinfo-test"); in test_locale() 171 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "appinfo-test-de"); in test_locale() 268 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "cmdline-app-test"); in test_commandline() 285 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "cmdline-app-test"); in test_commandline()
|
D | apps.c | 77 print (g_app_info_get_name (info)); in main()
|
D | desktop-app-info.c | 203 g_assert_cmpstr (g_app_info_get_name (app), ==, "Test2"); in test_fallback()
|
/third_party/glib/gio/ |
D | gappinfo.h | 162 const char *g_app_info_get_name (GAppInfo *appinfo);
|
D | gappinfo.c | 199 g_app_info_get_name (GAppInfo *appinfo) in g_app_info_get_name() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 1402 g_app_info_get_name
|