gnomemm r1309 - in libgdamm/trunk: . libgda/src



Author: murrayc
Date: Mon Jan 28 18:51:14 2008
New Revision: 1309
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1309&view=rev

Log:
2008-01-28  Murray Cumming  <murrayc murrayc com>

* libgda/src/column.hg:
* libgda/src/dictdatabase.hg: Added a string conversion for the signal, 
because this is no longer in the .m4 file installed by glibmm.

Modified:
   libgdamm/trunk/ChangeLog
   libgdamm/trunk/libgda/src/column.hg
   libgdamm/trunk/libgda/src/dictdatabase.hg

Modified: libgdamm/trunk/libgda/src/column.hg
==============================================================================
--- libgdamm/trunk/libgda/src/column.hg	(original)
+++ libgdamm/trunk/libgda/src/column.hg	Mon Jan 28 18:51:14 2008
@@ -87,6 +87,7 @@
   
   _WRAP_METHOD(void set_default_value(const Value& default_value), gda_column_set_default_value)
 
+#m4 _CONVERSION(`const char*',`const Glib::ustring&',__GCHARP_TO_USTRING)
   _WRAP_SIGNAL(void name_changed(const Glib::ustring& old_name), "name-changed")
   _WRAP_SIGNAL(void g_type_changed(GType old_type, GType new_type), "g-type-changed")
 

Modified: libgdamm/trunk/libgda/src/dictdatabase.hg
==============================================================================
--- libgdamm/trunk/libgda/src/dictdatabase.hg	(original)
+++ libgdamm/trunk/libgda/src/dictdatabase.hg	Mon Jan 28 18:51:14 2008
@@ -108,6 +108,7 @@
   // TODO: These ints should be unsigned int, but gmmproc bails out when using unsigned ints here. armin.
   #m4 _CONVERSION(`guint', `int', `$3')
   #m4 _CONVERSION(`int', `guint', `$3')
+  #m4 _CONVERSION(`const char*',`const Glib::ustring&',__GCHARP_TO_USTRING)
   _WRAP_SIGNAL(void update_progress(const Glib::ustring& msg, int now, int total), "update_progress")
   _WRAP_SIGNAL(void data_update_finished(), "data_update_finished")
 };



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