mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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.
This commit is contained in:
@@ -740,7 +740,7 @@ bus_watch_name_free_func (gpointer user_data)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_bus_watch_name_with_closures:
|
||||
* g_bus_watch_name_with_closures: (rename-to g_bus_watch_name)
|
||||
* @bus_type: The type of bus to watch a name on.
|
||||
* @name: The name (well-known or unique) to watch.
|
||||
* @flags: Flags from the #GBusNameWatcherFlags enumeration.
|
||||
@@ -755,8 +755,6 @@ bus_watch_name_free_func (gpointer user_data)
|
||||
* Returns: An identifier (never 0) that an be used with
|
||||
* g_bus_unwatch_name() to stop watching the name.
|
||||
*
|
||||
* Rename to: g_bus_watch_name
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
guint
|
||||
@@ -776,7 +774,7 @@ g_bus_watch_name_with_closures (GBusType bus_type,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_bus_watch_name_on_connection_with_closures:
|
||||
* g_bus_watch_name_on_connection_with_closures: (rename-to g_bus_watch_name_on_connection)
|
||||
* @connection: A #GDBusConnection.
|
||||
* @name: The name (well-known or unique) to watch.
|
||||
* @flags: Flags from the #GBusNameWatcherFlags enumeration.
|
||||
@@ -791,8 +789,6 @@ g_bus_watch_name_with_closures (GBusType bus_type,
|
||||
* Returns: An identifier (never 0) that an be used with
|
||||
* g_bus_unwatch_name() to stop watching the name.
|
||||
*
|
||||
* Rename to: g_bus_watch_name_on_connection
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
guint g_bus_watch_name_on_connection_with_closures (
|
||||
|
Reference in New Issue
Block a user