[glibmm] implement GDrive::stop-button signal



commit 5c12b94a9c6e95d37d538aa4e54d255d37111053
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Thu Jul 9 22:25:46 2009 +0100

    implement GDrive::stop-button signal

 ChangeLog        |    4 ++++
 gio/src/drive.hg |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 07889c1..e727c35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-07-09  Jonathon Jongsma  <jonathon quotidian org>
 
+	* gio/src/drive.hg: implement GDrive::stop-button signal
+
+2009-07-09  Jonathon Jongsma  <jonathon quotidian org>
+
 	* gio/src/drive.ccg:
 	* gio/src/drive.hg: Wrap the new eject_with_operation() methods and
 	  implement the other eject() functions with
diff --git a/gio/src/drive.hg b/gio/src/drive.hg
index 7d2e41f..01d4bfe 100644
--- a/gio/src/drive.hg
+++ b/gio/src/drive.hg
@@ -154,6 +154,9 @@ public:
    */
   _WRAP_SIGNAL(void eject_button(), eject_button, no_default_handler)
 
+  /** @newin2p22 */
+  _WRAP_SIGNAL(void stop_button(), stop_button, no_default_handler)
+
   //_WRAP_VFUNC(Glib::ustring get_name() const, get_name)
   //Careful of ref-counting: //_WRAP_VFUNC(Glib::RefPtr<Icon> get_icon() const, get_icon)
   //_WRAP_VFUNC(bool has_volumes() const, has_volumes)



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