[gupnp/wip/context-manager-tests: 2/3] uuid: Code-deprecate function, not just in doc




commit 76751cc600426c2a705e62a66fc2e802bf3f894d
Author: Jens Georg <mail jensge org>
Date:   Tue Jun 14 18:56:51 2022 +0200

    uuid: Code-deprecate function, not just in doc

 libgupnp/gupnp-uuid.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]