Home
last modified time | relevance | path

Searched refs:as_node_get_attribute (Results 1 – 21 of 21) sorted by relevance

/dports/devel/appstream-glib/appstream-glib-0.7.18/libappstream-glib/
H A Das-release.c914 tmp = as_node_get_attribute (node, "timestamp"); in as_release_node_parse()
917 tmp = as_node_get_attribute (node, "date"); in as_release_node_parse()
924 tmp = as_node_get_attribute (node, "urgency"); in as_release_node_parse()
927 tmp = as_node_get_attribute (node, "type"); in as_release_node_parse()
930 tmp = as_node_get_attribute (node, "version"); in as_release_node_parse()
933 tmp = as_node_get_attribute (node, "install_duration"); in as_release_node_parse()
941 tmp = as_node_get_attribute (n, "type"); in as_release_node_parse()
977 tmp = as_node_get_attribute (n, "type"); in as_release_node_parse()
1003 as_node_get_attribute (n, "xml:lang"), in as_release_node_parse()
H A Das-provide.c313 tmp = as_node_get_attribute (node, "type"); in as_provide_node_parse()
319 tmp = as_node_get_attribute (node, "type"); in as_provide_node_parse()
H A Das-agreement.c289 tmp = as_node_get_attribute (node, "type"); in as_agreement_node_parse()
292 tmp = as_node_get_attribute (node, "version_id"); in as_agreement_node_parse()
H A Das-agreement-section.c270 tmp = as_node_get_attribute (n, "type"); in as_agreement_section_node_parse()
278 xml_lang = as_node_fix_locale_full (n, as_node_get_attribute (n, "xml:lang")); in as_agreement_section_node_parse()
H A Das-checksum.c344 tmp = as_node_get_attribute (node, "type"); in as_checksum_node_parse()
347 tmp = as_node_get_attribute (node, "target"); in as_checksum_node_parse()
H A Das-launchable.c248 priv->kind = as_launchable_kind_from_string (as_node_get_attribute (node, "type")); in as_launchable_node_parse()
H A Das-node.h114 const gchar *as_node_get_attribute (const GNode *node,
H A Das-suggest.c232 tmp = as_node_get_attribute (node, "type"); in as_suggest_node_parse()
H A Das-translation.c228 tmp = as_node_get_attribute (node, "type"); in as_translation_node_parse()
H A Das-node.c778 existing = as_node_get_attribute (helper->current, "@comment-tmp"); in as_node_passthrough_cb()
1051 if (g_strcmp0 (as_node_get_attribute (node, attr_key), in as_node_get_child_node()
1168 return as_node_get_attribute (node, "@comment"); in as_node_get_comment()
1264 tmp = as_node_get_attribute (node, key); in as_node_get_attribute_as_int()
1293 tmp = as_node_get_attribute (node, key); in as_node_get_attribute_as_uint()
1341 as_node_get_attribute (const AsNode *node, const gchar *key) in as_node_get_attribute() function
H A Das-app.c4856 if (as_node_get_attribute (n, "xml:lang") != NULL) { in as_app_node_parse_child()
4860 tmp = as_node_get_attribute (n, "type"); in as_app_node_parse_child()
5007 as_node_get_attribute (n, "xml:lang"), in as_app_node_parse_child()
5014 as_node_get_attribute (n, "xml:lang"), in as_app_node_parse_child()
5153 if (as_node_get_attribute (n, "xml:lang") != NULL) { in as_app_node_parse_child()
5162 if (as_node_get_attribute (n, "xml:lang") != NULL) { in as_app_node_parse_child()
5186 tmp = as_node_get_attribute (n, "type"); in as_app_node_parse_child()
5194 if (as_node_get_attribute (n, "xml:lang") != NULL) { in as_app_node_parse_child()
5228 if (as_node_get_attribute (c, "xml:lang") != NULL) in as_app_node_parse_child()
5405 tmp = as_node_get_attribute (node, "type"); in as_app_node_parse_full()
[all …]
H A Das-bundle.c322 tmp = as_node_get_attribute (node, "type"); in as_bundle_node_parse()
H A Das-review.c899 tmp = as_node_get_attribute (node, "date"); in as_review_node_parse()
905 tmp = as_node_get_attribute (node, "id"); in as_review_node_parse()
H A Das-require.c520 tmp = as_node_get_attribute (node, "compare"); in as_require_node_parse()
H A Das-screenshot.c482 tmp = as_node_get_attribute (node, "type"); in as_screenshot_node_parse()
H A Das-app-validate.c340 if (as_node_get_attribute (l, "xml:lang") != NULL) in as_app_validate_description()
351 if (as_node_get_attribute (l2, "xml:lang") != NULL) in as_app_validate_description()
H A Das-image.c465 tmp = as_node_get_attribute (node, "type"); in as_image_node_parse()
H A Das-store.c1668 tmp = as_node_get_attribute (apps, "version"); in as_store_from_root()
1673 tmp = as_node_get_attribute (apps, "origin"); in as_store_from_root()
1755 tmp = as_node_get_attribute (apps, "builder_id"); in as_store_from_root()
1782 tmp = as_node_get_attribute (n, "type"); in as_store_from_root()
H A Das-self-test.c2821 g_assert_cmpstr (as_node_get_attribute (n1, "version"), ==, "2"); in as_test_node_func()
2823 g_assert_cmpstr (as_node_get_attribute (n1, "xxx"), ==, NULL); in as_test_node_func()
2828 g_assert_cmpstr (as_node_get_attribute (n2, "xxx"), ==, NULL); in as_test_node_func()
2832 g_assert_cmpstr (as_node_get_attribute (n1, "version"), ==, NULL); in as_test_node_func()
2838 g_assert_cmpstr (as_node_get_attribute (n2, "enabled"), ==, "true"); in as_test_node_func()
2889 g_assert_cmpstr (as_node_get_attribute (n2, "key"), ==, "value"); in as_test_node_xml_func()
H A Das-content-rating.c1449 tmp = as_node_get_attribute (node, "type"); in as_content_rating_node_parse()
/dports/devel/appstream-glib/appstream-glib-0.7.18/client/
H A Das-util.c216 tmp = as_node_get_attribute (n2, "type"); in as_util_convert_appdata()