glibmm r500 - in trunk: . gio/giomm gio/src



Author: markoa
Date: Thu Jan 10 17:38:49 2008
New Revision: 500
URL: http://svn.gnome.org/viewvc/glibmm?rev=500&view=rev

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

	* gio/src/drive.hg: Added missing capability checking functions.
	* gio/giomm: Updated svn:ignore properties.


Modified:
   trunk/ChangeLog
   trunk/gio/giomm/   (props changed)
   trunk/gio/src/drive.hg

Modified: trunk/gio/src/drive.hg
==============================================================================
--- trunk/gio/src/drive.hg	(original)
+++ trunk/gio/src/drive.hg	Thu Jan 10 17:38:49 2008
@@ -60,6 +60,12 @@
   // TODO: get_volumes, returns a list of GVolumes, we shouldn't take copy
   // as these are owned by the volume monitor
 
+  _WRAP_METHOD(bool is_media_removable() const, g_drive_is_media_removable)
+  _WRAP_METHOD(bool has_media() const, g_drive_has_media)
+  _WRAP_METHOD(bool is_media_check_automatic(),
+               g_drive_is_media_check_automatic)
+  _WRAP_METHOD(bool can_poll_for_media() const, g_drive_can_poll_for_media)
+  _WRAP_METHOD(bool can_eject(), g_drive_can_eject)
 
   //TODO: Use MountUnmountFlags instead of GMountUnmountFlags - we need to wrap some more stuff to see where this should best be declared.
 



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