summaryrefslogtreecommitdiff
path: root/txt
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 08:58:22 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 08:58:22 +0000
commit0af70d2df7f5ef0e9e472bd495279d5fe56b87df (patch)
treea123fc6095bc27166a677e5a2f7509733b6771b8 /txt
parent6182f989b1359cdca4bf3da40d0305dc1ccfef16 (diff)
downloadgvfs-0af70d2df7f5ef0e9e472bd495279d5fe56b87df.tar.gz
Add initial GMountOperation
Add custom marshallers as needed. Original git commit by Alexander Larsson <alex@greebo.(none)> at 1159892908 +0200 svn path=/trunk/; revision=86
Diffstat (limited to 'txt')
-rw-r--r--txt/ops.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/txt/ops.txt b/txt/ops.txt
index 757eb131..c1f04c34 100644
--- a/txt/ops.txt
+++ b/txt/ops.txt
@@ -22,6 +22,11 @@ GFSInfo {
char *get_fs_type()
gint64 get_free_space()
gint64 get_total_space()
+ char * get_hal_uid()
+ can_unmount()
+ can_eject()
+ must_eject()
+
}
GFile *g_file_for_path (char *path)