mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
move 'Since:' tags down
gtk-doc wants the Since: tag to be the absolute last thing in the docs comment.
This commit is contained in:
@@ -3193,9 +3193,8 @@ g_key_file_has_key (GKeyFile *key_file,
|
|||||||
* Return value: %TRUE if a group with the name @group_name
|
* Return value: %TRUE if a group with the name @group_name
|
||||||
* exists. Otherwise, @error is set and %FALSE is returned.
|
* exists. Otherwise, @error is set and %FALSE is returned.
|
||||||
*
|
*
|
||||||
* Since: 2.30
|
|
||||||
*
|
|
||||||
* Rename to: g_key_file_has_key
|
* Rename to: g_key_file_has_key
|
||||||
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
g_key_file_has_key_full (GKeyFile *key_file,
|
g_key_file_has_key_full (GKeyFile *key_file,
|
||||||
|
@@ -4187,8 +4187,8 @@ g_timeout_add (guint32 interval,
|
|||||||
*
|
*
|
||||||
* Return value: the ID (greater than 0) of the event source.
|
* Return value: the ID (greater than 0) of the event source.
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
|
||||||
* Rename to: g_timeout_add_seconds
|
* Rename to: g_timeout_add_seconds
|
||||||
|
* Since: 2.14
|
||||||
**/
|
**/
|
||||||
guint
|
guint
|
||||||
g_timeout_add_seconds_full (gint priority,
|
g_timeout_add_seconds_full (gint priority,
|
||||||
@@ -4769,8 +4769,8 @@ g_child_watch_source_new (GPid pid)
|
|||||||
*
|
*
|
||||||
* Return value: the ID (greater than 0) of the event source.
|
* Return value: the ID (greater than 0) of the event source.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
|
||||||
* Rename to: g_child_watch_add
|
* Rename to: g_child_watch_add
|
||||||
|
* Since: 2.4
|
||||||
**/
|
**/
|
||||||
guint
|
guint
|
||||||
g_child_watch_add_full (gint priority,
|
g_child_watch_add_full (gint priority,
|
||||||
|
Reference in New Issue
Block a user