[glib] move 'Since:' tags down
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] move 'Since:' tags down
- Date: Fri, 22 Jul 2011 13:47:41 +0000 (UTC)
commit a0ed2537184f35e9cdde9ac2771f32667db570e1
Author: Ryan Lortie <desrt desrt ca>
Date: Fri Jul 22 12:57:06 2011 +0200
move 'Since:' tags down
gtk-doc wants the Since: tag to be the absolute last thing in the docs
comment.
glib/gkeyfile.c | 3 +--
glib/gmain.c | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c
index 9d7e875..da0bc2e 100644
--- a/glib/gkeyfile.c
+++ b/glib/gkeyfile.c
@@ -3193,9 +3193,8 @@ g_key_file_has_key (GKeyFile *key_file,
* Return value: %TRUE if a group with the name @group_name
* exists. Otherwise, @error is set and %FALSE is returned.
*
- * Since: 2.30
- *
* Rename to: g_key_file_has_key
+ * Since: 2.30
*/
gboolean
g_key_file_has_key_full (GKeyFile *key_file,
diff --git a/glib/gmain.c b/glib/gmain.c
index add80d2..9efbff6 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -4187,8 +4187,8 @@ g_timeout_add (guint32 interval,
*
* Return value: the ID (greater than 0) of the event source.
*
- * Since: 2.14
* Rename to: g_timeout_add_seconds
+ * Since: 2.14
**/
guint
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.
*
- * Since: 2.4
* Rename to: g_child_watch_add
+ * Since: 2.4
**/
guint
g_child_watch_add_full (gint priority,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]