summaryrefslogtreecommitdiff
path: root/gio/gfile.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-05-25 08:59:09 -0400
committerColin Walters <walters@verbum.org>2012-05-26 10:13:30 -0400
commit1cc7162c9560796829db457f7ea5fdd218a0ae46 (patch)
tree7c3338543f16e0029c2698d1066e80d381ab54b8 /gio/gfile.h
parenta9637126465fba06c1fc73cc70eb5f683ad4e4b3 (diff)
downloadglib-1cc7162c9560796829db457f7ea5fdd218a0ae46.tar.gz
Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32
https://bugzilla.gnome.org/show_bug.cgi?id=676816
Diffstat (limited to 'gio/gfile.h')
-rw-r--r--gio/gfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gfile.h b/gio/gfile.h
index ea156d13b..f784c5de4 100644
--- a/gio/gfile.h
+++ b/gio/gfile.h
@@ -550,6 +550,7 @@ GType g_file_get_type (void) G_GNUC_CONST;
GFile * g_file_new_for_path (const char *path);
GFile * g_file_new_for_uri (const char *uri);
GFile * g_file_new_for_commandline_arg (const char *arg);
+GLIB_AVAILABLE_IN_2_32
GFile * g_file_new_tmp (const char *tmpl,
GFileIOStream **iostream,
GError **error);