summaryrefslogtreecommitdiff
path: root/gio/gdbusnameowning.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-10-05 13:39:21 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-10-13 20:53:56 -0400
commite5565f6635fdae5d0fb23843eb8adc01bbb45e6c (patch)
tree68cfb6e2cae9f476fd147ed03c6e3ebc12b256f5 /gio/gdbusnameowning.h
parentdcfc9f689e2483d7735bdc90fb36201838c1854f (diff)
downloadglib-e5565f6635fdae5d0fb23843eb8adc01bbb45e6c.tar.gz
Rename all visibility macros
Diffstat (limited to 'gio/gdbusnameowning.h')
-rw-r--r--gio/gdbusnameowning.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gio/gdbusnameowning.h b/gio/gdbusnameowning.h
index fbeb961c3..2afd3ee73 100644
--- a/gio/gdbusnameowning.h
+++ b/gio/gdbusnameowning.h
@@ -74,7 +74,7 @@ typedef void (*GBusNameLostCallback) (GDBusConnection *connection,
const gchar *name,
gpointer user_data);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
guint g_bus_own_name (GBusType bus_type,
const gchar *name,
GBusNameOwnerFlags flags,
@@ -84,7 +84,7 @@ guint g_bus_own_name (GBusType bus_type,
gpointer user_data,
GDestroyNotify user_data_free_func);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
guint g_bus_own_name_on_connection (GDBusConnection *connection,
const gchar *name,
GBusNameOwnerFlags flags,
@@ -93,7 +93,7 @@ guint g_bus_own_name_on_connection (GDBusConnection *connection,
gpointer user_data,
GDestroyNotify user_data_free_func);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
guint g_bus_own_name_with_closures (GBusType bus_type,
const gchar *name,
GBusNameOwnerFlags flags,
@@ -101,7 +101,7 @@ guint g_bus_own_name_with_closures (GBusType bus_type,
GClosure *name_acquired_closure,
GClosure *name_lost_closure);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
guint g_bus_own_name_on_connection_with_closures (
GDBusConnection *connection,
const gchar *name,
@@ -109,7 +109,7 @@ guint g_bus_own_name_on_connection_with_closures (
GClosure *name_acquired_closure,
GClosure *name_lost_closure);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
void g_bus_unown_name (guint owner_id);
G_END_DECLS