mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-14 14:25:13 +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:
@ -222,7 +222,7 @@ g_unix_signal_source_new (int signum)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_unix_signal_add_full:
|
||||
* g_unix_signal_add_full: (rename-to g_unix_signal_add)
|
||||
* @priority: the priority of the signal source. Typically this will be in
|
||||
* the range between #G_PRIORITY_DEFAULT and #G_PRIORITY_HIGH.
|
||||
* @signum: Signal number
|
||||
@ -236,7 +236,6 @@ g_unix_signal_source_new (int signum)
|
||||
*
|
||||
* Returns: An ID (greater than 0) for the event source
|
||||
*
|
||||
* Rename to: g_unix_signal_add
|
||||
* Since: 2.30
|
||||
*/
|
||||
guint
|
||||
|
Reference in New Issue
Block a user