summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-06-14 18:56:51 +0200
committerJens Georg <mail@jensge.org>2022-06-14 18:56:51 +0200
commit76751cc600426c2a705e62a66fc2e802bf3f894d (patch)
treebc1a053d0adf05b0337b9308f4dce350d320e3c6
parent4a0ebd1bad8158b9268e07f5d6ffe4c9f6c29a50 (diff)
downloadgupnp-76751cc600426c2a705e62a66fc2e802bf3f894d.tar.gz
uuid: Code-deprecate function, not just in doc
-rw-r--r--libgupnp/gupnp-uuid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgupnp/gupnp-uuid.h b/libgupnp/gupnp-uuid.h
index 44731d7..cfbc746 100644
--- a/libgupnp/gupnp-uuid.h
+++ b/libgupnp/gupnp-uuid.h
@@ -9,9 +9,11 @@
#ifndef GUPNP_UUID_H
#define GUPNP_UUID_H
+#include <glib.h>
+
G_BEGIN_DECLS
-char *
+G_GNUC_DEPRECATED_FOR(g_uuid_string_random) char *
gupnp_get_uuid (void);
G_END_DECLS