glibmm r789 - in trunk: . gio/src



Author: murrayc
Date: Sun Feb 22 19:33:55 2009
New Revision: 789
URL: http://svn.gnome.org/viewvc/glibmm?rev=789&view=rev

Log:
2009-02-22  Murray Cumming  <murrayc murrayc com>

* gio/src/drive.hg: Remove extra ;s on the new signalsl, to avoid 
compiler warnings.

Modified:
   trunk/ChangeLog
   trunk/gio/src/drive.hg

Modified: trunk/gio/src/drive.hg
==============================================================================
--- trunk/gio/src/drive.hg	(original)
+++ trunk/gio/src/drive.hg	Sun Feb 22 19:33:55 2009
@@ -115,13 +115,15 @@
 
   /** @newin2p20
    */
-  _WRAP_SIGNAL(void changed(), changed, no_default_handler);
+  _WRAP_SIGNAL(void changed(), changed, no_default_handler)
+
   /** @newin2p20
    */
-  _WRAP_SIGNAL(void disconnected(), disconnected, no_default_handler);
+  _WRAP_SIGNAL(void disconnected(), disconnected, no_default_handler)
+
   /** @newin2p20
    */
-  _WRAP_SIGNAL(void eject_button(), eject_button, no_default_handler);
+  _WRAP_SIGNAL(void eject_button(), eject_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)



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