[glibmm] add _IGNORE() for a eject_with_operation() which is hand-written



commit 141f40b5c33dbf0a90b03c2c6d4e6fa095db34f2
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Thu Jul 16 22:59:46 2009 -0500

    add _IGNORE() for a eject_with_operation() which is hand-written

 ChangeLog        |    5 +++++
 gio/src/drive.hg |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8950823..00ede2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-16  Jonathon Jongsma  <jonathon jongsma collabora co uk>
+
+	* gio/src/drive.hg: add _IGNORE() for a eject_with_operation() which
+	  is hand-written
+
 2009-07-14  Jonathon Jongsma  <jonathon quotidian org>
 
 	* Fix Bug #587173 â?? Fails to install when bootstrapped with Automake 1.11
diff --git a/gio/src/drive.hg b/gio/src/drive.hg
index eaa750f..45f4940 100644
--- a/gio/src/drive.hg
+++ b/gio/src/drive.hg
@@ -89,6 +89,7 @@ public:
   void eject(MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
   void eject(const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
   _IGNORE(g_drive_eject)
+  _IGNORE(g_drive_eject_with_operation)
 
   // eject_finish() is deprecated in favor of eject_with_operation_finish(), and
   // since all of our eject() overloads are implemented by



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]