summaryrefslogtreecommitdiff
path: root/common/gvfsmountinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gvfsmountinfo.h')
-rw-r--r--common/gvfsmountinfo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/gvfsmountinfo.h b/common/gvfsmountinfo.h
index 6879f04a..81d0b8f0 100644
--- a/common/gvfsmountinfo.h
+++ b/common/gvfsmountinfo.h
@@ -47,6 +47,16 @@ GIcon *g_vfs_mount_info_query_xdg_volume_info_finish (GFile *directory,
gchar **out_name,
GError **error);
+void g_vfs_mount_info_query_bdmv_volume_info (GFile *directory,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+GIcon *g_vfs_mount_info_query_bdmv_volume_info_finish (GFile *directory,
+ GAsyncResult *res,
+ gchar **out_name,
+ GError **error);
+
G_END_DECLS
#endif /* __G_VFS_MOUNT_INFO_H__ */