summaryrefslogtreecommitdiff
path: root/gio/gdbusnameowning.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2015-03-12 16:53:18 -0400
committerRyan Lortie <desrt@desrt.ca>2015-03-12 16:55:22 -0400
commitd9de830b65224f6e8f1e1b9284bd049b86b56619 (patch)
tree322c02aea025f7fa160075b1936529445bad9279 /gio/gdbusnameowning.c
parenteff505ed3c36dd15706094cc4bef36b41924d01d (diff)
downloadglib-d9de830b65224f6e8f1e1b9284bd049b86b56619.tar.gz
Convert remaining uses of 'Rename to:'
This was replaced by (rename-to) in 2013 (see bug 676133). They're also causing gtk-doc trouble, so let's get rid of them.
Diffstat (limited to 'gio/gdbusnameowning.c')
-rw-r--r--gio/gdbusnameowning.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gio/gdbusnameowning.c b/gio/gdbusnameowning.c
index cb7cb09a1..00b2dfd7d 100644
--- a/gio/gdbusnameowning.c
+++ b/gio/gdbusnameowning.c
@@ -784,7 +784,7 @@ bus_own_name_free_func (gpointer user_data)
}
/**
- * g_bus_own_name_with_closures:
+ * g_bus_own_name_with_closures: (rename-to g_bus_own_name)
* @bus_type: the type of bus to own a name on
* @name: the well-known name to own
* @flags: a set of flags from the #GBusNameOwnerFlags enumeration
@@ -801,8 +801,6 @@ bus_own_name_free_func (gpointer user_data)
* Returns: an identifier (never 0) that an be used with
* g_bus_unown_name() to stop owning the name.
*
- * Rename to: g_bus_own_name
- *
* Since: 2.26
*/
guint
@@ -826,7 +824,7 @@ g_bus_own_name_with_closures (GBusType bus_type,
}
/**
- * g_bus_own_name_on_connection_with_closures:
+ * g_bus_own_name_on_connection_with_closures: (rename-to g_bus_own_name_on_connection)
* @connection: a #GDBusConnection
* @name: the well-known name to own
* @flags: a set of flags from the #GBusNameOwnerFlags enumeration
@@ -841,8 +839,6 @@ g_bus_own_name_with_closures (GBusType bus_type,
* Returns: an identifier (never 0) that an be used with
* g_bus_unown_name() to stop owning the name.
*
- * Rename to: g_bus_own_name_on_connection
- *
* Since: 2.26
*/
guint