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
This commit is contained in:
David Zeuthen
2008-07-24 21:21:22 +00:00
committed by David Zeuthen
parent 1fdca0ad31
commit 64c1eba197
5 changed files with 71 additions and 3 deletions

View File

@@ -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__ */