summaryrefslogtreecommitdiff
path: root/gio/gmount.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-07-24 21:21:22 +0000
committerDavid Zeuthen <davidz@src.gnome.org>2008-07-24 21:21:22 +0000
commit64c1eba19788ecd7af80663c64a5d6a9e2f1d8a2 (patch)
tree55a50c6d8e7697586f9f09c5ae72d948172c56d2 /gio/gmount.h
parent1fdca0ad31ed201b6acb3ee99fc86f54ff4be458 (diff)
downloadglib-64c1eba19788ecd7af80663c64a5d6a9e2f1d8a2.tar.gz
Also export a g_mount_guess_content_type_sync() function.
2008-07-24 David Zeuthen <davidz@redhat.com> * gmount.[ch]: * gio.symbols: Also export a g_mount_guess_content_type_sync() function. svn path=/trunk/; revision=7252
Diffstat (limited to 'gio/gmount.h')
-rw-r--r--gio/gmount.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gio/gmount.h b/gio/gmount.h
index e9438fd2c..6f0213d13 100644
--- a/gio/gmount.h
+++ b/gio/gmount.h
@@ -119,6 +119,11 @@ struct _GMountIface
gchar ** (*guess_content_type_finish) (GMount *mount,
GAsyncResult *result,
GError **error);
+
+ gchar ** (*guess_content_type_sync) (GMount *mount,
+ gboolean force_rescan,
+ GCancellable *cancellable,
+ GError **error);
};
GType g_mount_get_type (void) G_GNUC_CONST;
@@ -166,6 +171,11 @@ gchar ** g_mount_guess_content_type_finish (GMount *mount,
GAsyncResult *result,
GError **error);
+gchar ** g_mount_guess_content_type_sync (GMount *mount,
+ gboolean force_rescan,
+ GCancellable *cancellable,
+ GError **error);
+
G_END_DECLS
#endif /* __G_MOUNT_H__ */