summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-09-01 14:54:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-09-01 14:56:23 -0400
commitc81773da9cd21f1122da6e049d111cac8d6b6a3e (patch)
tree1c6ba47b36d902a04af7859d11b8ce4d6ba08d88
parent8c50dfcc5a9d2f3166dcb03770bd6a0886a3fcdb (diff)
downloadglib-c81773da9cd21f1122da6e049d111cac8d6b6a3e.tar.gz
Add Since tag for g_close
The lack of this information in the docs was pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=707092
-rw-r--r--glib/gstdio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/gstdio.c b/glib/gstdio.c
index bbdad5bae..cca4ff566 100644
--- a/glib/gstdio.c
+++ b/glib/gstdio.c
@@ -848,6 +848,8 @@ g_utime (const gchar *filename,
* function over the call provided by the system; on Unix, it will
* attempt to correctly handle %EINTR, which has platform-specific
* semantics.
+ *
+ * Since: 2.36
*/
gboolean
g_close (gint fd,