summaryrefslogtreecommitdiff
path: root/daemon/gvfsafpvolume.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2012-04-22 22:12:19 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2012-08-09 21:06:05 +0200
commit319c19830c49f8b4c10f40f763db95fe402e38cb (patch)
tree87969cbe712257395488e0686fd0e29615c04ead /daemon/gvfsafpvolume.h
parent98752a60b30575bc22375626f2c226cfdca04adf (diff)
downloadgvfs-319c19830c49f8b4c10f40f763db95fe402e38cb.tar.gz
afp: move map_id function to GVfsAfpServer
also rename the AfpMapIDFunction enum to GVfsAfpMapIDFunction and move it into gvfsafpserver.h.
Diffstat (limited to 'daemon/gvfsafpvolume.h')
-rw-r--r--daemon/gvfsafpvolume.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/daemon/gvfsafpvolume.h b/daemon/gvfsafpvolume.h
index 6325e960..bca354a1 100644
--- a/daemon/gvfsafpvolume.h
+++ b/daemon/gvfsafpvolume.h
@@ -160,18 +160,6 @@ gboolean g_vfs_afp_volume_move_and_rename_finish (GVfsAfpVolume *volume,
GAsyncResult *res,
GError **error);
-void g_vfs_afp_volume_map_id (GVfsAfpVolume *volume,
- AfpMapIDFunction map_function,
- gint64 id,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-char * g_vfs_afp_volume_map_id_finish (GVfsAfpVolume *volume,
- GAsyncResult *res,
- AfpMapIDFunction *map_function,
- GError **error);
-
void g_vfs_afp_volume_get_filedir_parms (GVfsAfpVolume *volume,
const char *filename,
guint16 file_bitmap,