glibmm r572 - trunk/gio/src



Author: murrayc
Date: Sun Feb  3 12:28:09 2008
New Revision: 572
URL: http://svn.gnome.org/viewvc/glibmm?rev=572&view=rev

Log:
2008-02-03  Murray Cumming  <murrayc murrayc com>

* gio/src/filemonitor.hg: Add class documentation, now that there is 
some in gio.
* gio/src/volumemonitor.hg: Add class documentation.
Remove _DO_NOT_DERIVE_GTYPE because gio no longer abuses the type 
system - see bug #511814.

Modified:
   trunk/gio/src/memoryinputstream.hg
   trunk/gio/src/volumemonitor.hg

Modified: trunk/gio/src/memoryinputstream.hg
==============================================================================
--- trunk/gio/src/memoryinputstream.hg	(original)
+++ trunk/gio/src/memoryinputstream.hg	Sun Feb  3 12:28:09 2008
@@ -44,6 +44,8 @@
 public:
   _WRAP_CREATE()
 
+  //TODO: Add documentation.
+  //TODO: Add a gchar*+length method overload.
   void add_data(const std::string& data);
 
 };

Modified: trunk/gio/src/volumemonitor.hg
==============================================================================
--- trunk/gio/src/volumemonitor.hg	(original)
+++ trunk/gio/src/volumemonitor.hg	Sun Feb  3 12:28:09 2008
@@ -58,8 +58,7 @@
   _WRAP_METHOD(static Glib::RefPtr<Volume> adopt_orphan_mount(const Glib::RefPtr<Mount>& mount), g_volume_monitor_adopt_orphan_mount)
 
   
-  //TODO: signals
-  //We can't wrap the vfuncs because we are using DO_NOT_DERIVE_GTYPE.
+  //TODO: signals, vfuncs
 
   //There are no properties.
 };



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