Add a since tag
authorMatthias Clasen <mclasen@redhat.com>
Sun, 11 Dec 2011 02:55:11 +0000 (21:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 11 Dec 2011 02:55:11 +0000 (21:55 -0500)
gio/gfile.c

index 171cc3f..00439e3 100644 (file)
@@ -5913,7 +5913,9 @@ g_file_new_for_uri (const char *uri)
  *
  * Returns: (transfer full): a new #GFile.
  *   Free the returned object with g_object_unref().
- **/
+ *
+ * Since: 2.32
+ */
 GFile *
 g_file_new_tmp (const char     *tmpl,
                 GFileIOStream **iostream,