summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-07-04 00:12:32 +0200
committerJens Georg <mail@jensge.org>2021-07-04 00:12:32 +0200
commitd464419fa909b2acf0f601982ea715568c0da528 (patch)
tree4288ed8bba29afcecfbe1c3fbb3bc6d8c1a59237
parent921407bff6c4e15b1205fc96f70b5ddf6e589548 (diff)
downloadgupnp-av-d464419fa909b2acf0f601982ea715568c0da528.tar.gz
Add missing G_GNUC_INTERNAL to private functions
-rw-r--r--libgupnp-av/gupnp-didl-lite-contributor-private.h2
-rw-r--r--libgupnp-av/gupnp-didl-lite-descriptor-private.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgupnp-av/gupnp-didl-lite-contributor-private.h b/libgupnp-av/gupnp-didl-lite-contributor-private.h
index c1c4295..3e4b7db 100644
--- a/libgupnp-av/gupnp-didl-lite-contributor-private.h
+++ b/libgupnp-av/gupnp-didl-lite-contributor-private.h
@@ -20,7 +20,7 @@
G_BEGIN_DECLS
-GUPnPDIDLLiteContributor *
+G_GNUC_INTERNAL GUPnPDIDLLiteContributor *
gupnp_didl_lite_contributor_new_from_xml (xmlNode *xml_node,
GUPnPAVXMLDoc *xml_doc);
diff --git a/libgupnp-av/gupnp-didl-lite-descriptor-private.h b/libgupnp-av/gupnp-didl-lite-descriptor-private.h
index 317d92f..67fd95e 100644
--- a/libgupnp-av/gupnp-didl-lite-descriptor-private.h
+++ b/libgupnp-av/gupnp-didl-lite-descriptor-private.h
@@ -19,7 +19,7 @@
G_BEGIN_DECLS
-GUPnPDIDLLiteDescriptor *
+G_GNUC_INTERNAL GUPnPDIDLLiteDescriptor *
gupnp_didl_lite_descriptor_new_from_xml (xmlNode *xml_node,
GUPnPAVXMLDoc *xml_doc);