diff options
Diffstat (limited to 'gio/src/volume.hg')
-rw-r--r-- | gio/src/volume.hg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gio/src/volume.hg b/gio/src/volume.hg index 9ad91caa..03c7cb5a 100644 --- a/gio/src/volume.hg +++ b/gio/src/volume.hg @@ -69,10 +69,12 @@ public: g_volume_mount_finish, errthrow) - _IGNORE(g_volume_eject) - void eject(const Glib::RefPtr<Cancellable>& cancellable, const SlotAsyncReady& slot); + //TODO: Documentation. + //TODO: Use MountUnmountFlags instead of GMountUnmountFlags. + void eject(GMountUnmountFlags flags, const Glib::RefPtr<Cancellable>& cancellable, const SlotAsyncReady& slot); - void eject(const SlotAsyncReady& slot); + void eject(GMountUnmountFlags flags, const SlotAsyncReady& slot); + _IGNORE(g_volume_eject) _WRAP_METHOD(bool eject_finish(Glib::RefPtr<AsyncResult>& result), g_volume_eject_finish, |