Home
last modified time | relevance | path

Searched refs:as_icon_get_url (Results 1 – 4 of 4) sorted by relevance

/dports/devel/appstream-glib/appstream-glib-0.7.18/libappstream-glib/
H A Das-icon.h95 const gchar *as_icon_get_url (AsIcon *icon);
H A Das-icon.c177 as_icon_get_url (AsIcon *icon) in as_icon_get_url() function
H A Das-self-test.c1015 g_assert_cmpstr (as_icon_get_url (icon), ==, NULL); in as_test_icon_func()
1042 g_assert_cmpstr (as_icon_get_url (icon), ==, NULL); in as_test_icon_func()
1078 g_assert_cmpstr (as_icon_get_url (icon), ==, NULL); in as_test_icon_scale_func()
1225 g_assert_cmpstr (as_icon_get_url (icon), ==, NULL); in as_test_icon_embedded_func()
1249 g_assert_cmpstr (as_icon_get_url (icon), ==, NULL); in as_test_icon_embedded_func()
H A Das-app-validate.c747 icon_name = as_icon_get_url (icon); in as_app_validate_icons()