glibmm r559 - in trunk: . gio/src



Author: markoa
Date: Sat Feb  2 16:05:21 2008
New Revision: 559
URL: http://svn.gnome.org/viewvc/glibmm?rev=559&view=rev

Log:
2008-02-02  Marko Anastasov  <marko anastasov gmail com>

	* gio/src/volumemonitor.hg: Removed VolumeMonitorEvent enum def,
	which does not exist any more in the C API.
	* gio/src/volume.hg: Added get_identifier(), enumerate_identifiers().


Modified:
   trunk/ChangeLog
   trunk/gio/src/volume.hg
   trunk/gio/src/volumemonitor.hg

Modified: trunk/gio/src/volume.hg
==============================================================================
--- trunk/gio/src/volume.hg	(original)
+++ trunk/gio/src/volume.hg	Sat Feb  2 16:05:21 2008
@@ -145,6 +145,12 @@
                g_volume_eject_finish,
                errthrow)
 
+  _WRAP_METHOD(std::string get_identifier(const std::string& kind) const,
+               g_volume_get_identifier)
+
+  _WRAP_METHOD(Glib::StringArrayHandle enumerate_identifiers() const,
+               g_volume_enumerate_identifiers)
+
   _WRAP_SIGNAL(void changed(), "changed")
 
   /* vfuncs */

Modified: trunk/gio/src/volumemonitor.hg
==============================================================================
--- trunk/gio/src/volumemonitor.hg	(original)
+++ trunk/gio/src/volumemonitor.hg	Sat Feb  2 16:05:21 2008
@@ -27,8 +27,6 @@
 namespace Gio
 {
 
-_WRAP_ENUM(VolumeMonitorEvent, GVolumeMonitorEvent, NO_GTYPE)
-
 /** Monitors a file or directory for changes.
  * TODO: Documentation: See http://bugzilla.gnome.org/show_bug.cgi?id=509994.
  * @newin2p16



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