Home
last modified time | relevance | path

Searched refs:as_node_get_tag (Results 1 – 13 of 13) sorted by relevance

/dports/devel/appstream-glib/appstream-glib-0.7.18/libappstream-glib/
H A Das-review.c909 if (as_node_get_tag (c) == AS_TAG_SUMMARY) { in as_review_node_parse()
913 if (as_node_get_tag (c) == AS_TAG_PRIORITY) { in as_review_node_parse()
919 if (as_node_get_tag (c) == AS_TAG_DESCRIPTION) { in as_review_node_parse()
925 if (as_node_get_tag (c) == AS_TAG_VERSION) { in as_review_node_parse()
929 if (as_node_get_tag (c) == AS_TAG_REVIEWER_ID) { in as_review_node_parse()
933 if (as_node_get_tag (c) == AS_TAG_REVIEWER_NAME) { in as_review_node_parse()
937 if (as_node_get_tag (c) == AS_TAG_LANG) { in as_review_node_parse()
941 if (as_node_get_tag (c) == AS_TAG_METADATA) { in as_review_node_parse()
946 if (as_node_get_tag (c2) != AS_TAG_VALUE) in as_review_node_parse()
H A Das-agreement-section.c276 if (as_node_get_tag (c) == AS_TAG_NAME) { in as_agreement_section_node_parse()
289 if (as_node_get_tag (c) == AS_TAG_DESCRIPTION) { in as_agreement_section_node_parse()
H A Das-release.c939 if (as_node_get_tag (n) != AS_TAG_URL) in as_release_node_parse()
952 if (as_node_get_tag (n) != AS_TAG_LOCATION) in as_release_node_parse()
964 if (as_node_get_tag (n) != AS_TAG_CHECKSUM) in as_release_node_parse()
975 if (as_node_get_tag (n) != AS_TAG_SIZE) in as_release_node_parse()
994 if (as_node_get_tag (n) != AS_TAG_DESCRIPTION) in as_release_node_parse()
H A Das-node.h113 AsTag as_node_get_tag (const GNode *node);
H A Das-suggest.c236 if (as_node_get_tag (c) == AS_TAG_ID) in as_suggest_node_parse()
H A Das-agreement.c298 if (as_node_get_tag (c) == AS_TAG_AGREEMENT_SECTION) { in as_agreement_node_parse()
H A Das-app.c4852 switch (as_node_get_tag (n)) { in as_app_node_parse_child()
5037 if (as_node_get_tag (c) != AS_TAG_CATEGORY) in as_app_node_parse_child()
5053 if (as_node_get_tag (c) != AS_TAG_ARCH) in as_app_node_parse_child()
5071 if (as_node_get_tag (c) != AS_TAG_KEYWORD) in as_app_node_parse_child()
5092 if (as_node_get_tag (c) != AS_TAG_KUDO) in as_app_node_parse_child()
5124 if (as_node_get_tag (c) != AS_TAG_VETO) in as_app_node_parse_child()
5140 if (as_node_get_tag (c) != AS_TAG_MIMETYPE) in as_app_node_parse_child()
5245 if (as_node_get_tag (c) != AS_TAG_REVIEW) in as_app_node_parse_child()
5282 if (as_node_get_tag (c) != AS_TAG_RELEASE) in as_app_node_parse_child()
5323 if (as_node_get_tag (c) != AS_TAG_LANG) in as_app_node_parse_child()
[all …]
H A Das-screenshot.c525 if (as_node_get_tag (c) != AS_TAG_IMAGE) in as_screenshot_node_parse()
H A Das-node.c437 if (data == NULL || as_node_get_tag (n) == AS_TAG_LAST) { in as_node_to_xml_string()
1182 as_node_get_tag (const AsNode *node) in as_node_get_tag() function
H A Das-content-rating.c1456 if (as_node_get_tag (c) != AS_TAG_CONTENT_ATTRIBUTE) in as_content_rating_node_parse()
H A Das-self-test.c2826 g_assert_cmpint (as_node_get_tag (n2), ==, AS_TAG_ID); in as_test_node_func()
2843 g_assert_cmpint (as_node_get_tag (n2), ==, AS_TAG_ID); in as_test_node_func()
H A Das-store.c1775 if (as_node_get_tag (n) != AS_TAG_COMPONENT) in as_store_from_root()
/dports/devel/appstream-glib/appstream-glib-0.7.18/
H A DNEWS1443 - Use the legacy names when using as_node_get_tag()
1456 - Add as_node_get_tag() and only store the name when the tag is unknown