gnomemm r1938 - in libgnomedbmm/trunk: . docs/tutorial examples/dicttypes examples/form/format examples/form/mandatory examples/form/simple examples/gnomedbmm-demo examples/grid/format examples/grid/headers examples/grid/restrict examples/grid/simple examples/grid/xmldict examples/program examples/queries/delete examples/queries/insert examples/queries/select examples/queries/simple examples/queries/update libgnomedb/libgnomedbmm libgnomedb/src tools/m4



Author: murrayc
Date: Sat Jan  3 22:08:34 2009
New Revision: 1938
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1938&view=rev

Log:
2009-01-03  Murray Cumming  <murrayc murrayc com>

* libgnomedb/src/libgnomedb_enums.defs:
* libgnomedb/src/libgnomedb_extra_methods.defs:
* libgnomedb/src/libgnomedb_graph_methods.defs:
* libgnomedb/src/libgnomedb_methods.defs:
* libgnomedb/src/libgnomedb_signals.defs: Regenerated.
* tools/m4/convert_libgnomedbmm.m4: Adapterd.

* libgnomedb/libgnomedbmm/init.cc:
* libgnomedb/libgnomedbmm/init.h:
* libgnomedb/src/Makefile_list_of_hg.am_fragment:
* libgnomedb/src/basicform.hg:
* libgnomedb/src/datacellrenderercombo.hg:
* libgnomedb/src/datacellrendererinfo.hg:
* libgnomedb/src/dataentry.hg:
* libgnomedb/src/dsnassistant.hg:
* libgnomedb/src/dsneditor.hg:
* libgnomedb/src/dsnselector.ccg:
* libgnomedb/src/dsnselector.hg:
* libgnomedb/src/editor.hg:
* libgnomedb/src/entrycombo.ccg:
* libgnomedb/src/entrycombo.hg:
* libgnomedb/src/reporteditor.hg:
* libgnomedb/src/selector.ccg:
* libgnomedb/src/selector.hg:
* libgnomedb/src/sqlconsole.hg: Adapted to changes, to fix the build, 
though not yet of the examples.

* libgnomedb/src/datasourceselector.[hg|ccg]: Renamed to
* libgnomedb/src/dsnselector.[hg|ccg]

* libgnomedb/src/dsnspec.[hg|ccg]
* libgnomedb/src/dbmsupdateviewer.[hg|ccg]: Removed.

Added:
   libgnomedbmm/trunk/libgnomedb/src/dsnselector.ccg   (contents, props changed)
      - copied, changed from r1936, /libgnomedbmm/trunk/libgnomedb/src/datasourceselector.ccg
   libgnomedbmm/trunk/libgnomedb/src/dsnselector.hg   (contents, props changed)
      - copied, changed from r1937, /libgnomedbmm/trunk/libgnomedb/src/datasourceselector.hg
Removed:
   libgnomedbmm/trunk/libgnomedb/src/datasourceselector.ccg
   libgnomedbmm/trunk/libgnomedb/src/datasourceselector.hg
   libgnomedbmm/trunk/libgnomedb/src/dbmsupdateviewer.ccg
   libgnomedbmm/trunk/libgnomedb/src/dbmsupdateviewer.hg
   libgnomedbmm/trunk/libgnomedb/src/dsnspec.ccg
   libgnomedbmm/trunk/libgnomedb/src/dsnspec.hg
Modified:
   libgnomedbmm/trunk/ChangeLog
   libgnomedbmm/trunk/docs/tutorial/libgnomedbmm-tut.xml
   libgnomedbmm/trunk/examples/dicttypes/main.cc
   libgnomedbmm/trunk/examples/form/format/main.cc
   libgnomedbmm/trunk/examples/form/mandatory/main.cc
   libgnomedbmm/trunk/examples/form/simple/main.cc
   libgnomedbmm/trunk/examples/gnomedbmm-demo/main.cc
   libgnomedbmm/trunk/examples/grid/format/main.cc
   libgnomedbmm/trunk/examples/grid/headers/main.cc
   libgnomedbmm/trunk/examples/grid/restrict/main.cc
   libgnomedbmm/trunk/examples/grid/simple/main.cc
   libgnomedbmm/trunk/examples/grid/xmldict/main.cc
   libgnomedbmm/trunk/examples/program/main.cc
   libgnomedbmm/trunk/examples/queries/delete/main.cc
   libgnomedbmm/trunk/examples/queries/insert/main.cc
   libgnomedbmm/trunk/examples/queries/select/main.cc
   libgnomedbmm/trunk/examples/queries/simple/main.cc
   libgnomedbmm/trunk/examples/queries/update/main.cc
   libgnomedbmm/trunk/libgnomedb/libgnomedbmm/init.cc
   libgnomedbmm/trunk/libgnomedb/libgnomedbmm/init.h
   libgnomedbmm/trunk/libgnomedb/src/Makefile_list_of_hg.am_fragment
   libgnomedbmm/trunk/libgnomedb/src/basicform.hg
   libgnomedbmm/trunk/libgnomedb/src/datacellrenderercombo.hg
   libgnomedbmm/trunk/libgnomedb/src/datacellrendererinfo.hg
   libgnomedbmm/trunk/libgnomedb/src/dataentry.hg
   libgnomedbmm/trunk/libgnomedb/src/dsnassistant.hg
   libgnomedbmm/trunk/libgnomedb/src/dsneditor.hg
   libgnomedbmm/trunk/libgnomedb/src/editor.hg
   libgnomedbmm/trunk/libgnomedb/src/entrycombo.ccg
   libgnomedbmm/trunk/libgnomedb/src/entrycombo.hg
   libgnomedbmm/trunk/libgnomedb/src/libgnomedb_docs.xml
   libgnomedbmm/trunk/libgnomedb/src/libgnomedb_docs_override.xml
   libgnomedbmm/trunk/libgnomedb/src/libgnomedb_enums.defs
   libgnomedbmm/trunk/libgnomedb/src/libgnomedb_extra_methods.defs
   libgnomedbmm/trunk/libgnomedb/src/libgnomedb_graph_methods.defs
   libgnomedbmm/trunk/libgnomedb/src/libgnomedb_methods.defs
   libgnomedbmm/trunk/libgnomedb/src/libgnomedb_signals.defs
   libgnomedbmm/trunk/libgnomedb/src/reporteditor.hg
   libgnomedbmm/trunk/libgnomedb/src/selector.ccg
   libgnomedbmm/trunk/libgnomedb/src/selector.hg
   libgnomedbmm/trunk/libgnomedb/src/sqlconsole.hg
   libgnomedbmm/trunk/tools/m4/convert_libgnomedbmm.m4

Modified: libgnomedbmm/trunk/docs/tutorial/libgnomedbmm-tut.xml
==============================================================================
--- libgnomedbmm/trunk/docs/tutorial/libgnomedbmm-tut.xml	(original)
+++ libgnomedbmm/trunk/docs/tutorial/libgnomedbmm-tut.xml	Sat Jan  3 22:08:34 2009
@@ -886,7 +886,7 @@
 </para>
 
 <para>
-To set a field as mandatory you must access the underlying <classname>Gda::Parameter</classname>
+To set a field as mandatory you must access the underlying <classname>Gda::Holder</classname>
 of your <classname>Gda::DataModel</classname> and set the parameter to not-null:
 </para>
 
@@ -895,7 +895,7 @@
 // Configure param to be mandatory:
 // Note that this must be done before the form is created.
 Glib::RefPtr&lt;Gnome::Gda::DataModelIter&gt; iter = m_model-&gt;create_iter();
-Glib::RefPtr&lt;Gnome::Gda::Parameter&gt; param = iter-&gt;find_param("name");
+Glib::RefPtr&lt;Gnome::Gda::Holder&gt; param = iter-&gt;find_param("name");
 param-&gt;set_not_null();
 </programlisting>
 </para>
@@ -1050,7 +1050,7 @@
 </para>
 
 <para>
-Every field in the table is represented by a <classname>Gnome::Gda::Parameter</classname> object
+Every field in the table is represented by a <classname>Gnome::Gda::Holder</classname> object
 in libgda. It might be looked up by its field name from a <classname>Gnome::Gda::DataModelIter</classname>
 which we in turn get from the grid (or form respectively). Such an iterator may be used
 to traverse row-wise through a <classname>Gnome::Gda::DataModel</classname> and it also
@@ -1072,7 +1072,7 @@
 Instead of the <classname>Gnome::Gda::DataModelArray</classname>, another
 <classname>Gnome::Gda::DataModelQuery</classname> is now required that reads
 the customer names from the corresponding table. The assignment of that model
-to the <classname>Gnome::Gda::Parameter</classname> works as above.
+to the <classname>Gnome::Gda::Holder</classname> works as above.
 </para>
 
 <para>
@@ -1524,13 +1524,13 @@
 
 <para>
 <programlisting>
-Glib::RefPtr&lt;Gnome::Gda::ParameterList&gt; paramlist = form.get_raw_form()-&gt;get_current_data();
-Glib::RefPtr&lt;Gnome::Gda::Parameter&gt; param = paramlist-&gt;find_param("price");
+Glib::RefPtr&lt;Gnome::Gda::Set&gt; paramlist = form.get_raw_form()-&gt;get_current_data();
+Glib::RefPtr&lt;Gnome::Gda::Holder&gt; param = paramlist-&gt;find_param("price");
 </programlisting>
 </para>
 
 <para>
-The first line acquires the <classname>Gnome::Gda::ParameterList</classname>, via the underlaying <classname>Gnome::Db::RawForm</classname> as already shown in the <link linkend="sec-Restrict">Restricting Values</link> section. Then, the parameter that corresponds to the 'price' field is looked up.
+The first line acquires the <classname>Gnome::Gda::Set</classname>, via the underlaying <classname>Gnome::Db::RawForm</classname> as already shown in the <link linkend="sec-Restrict">Restricting Values</link> section. Then, the parameter that corresponds to the 'price' field is looked up.
 </para>
 
 <para>

Modified: libgnomedbmm/trunk/examples/dicttypes/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/dicttypes/main.cc	(original)
+++ libgnomedbmm/trunk/examples/dicttypes/main.cc	Sat Jan  3 22:08:34 2009
@@ -48,7 +48,7 @@
 
 int main(int argc, char* argv[])
 {
-  Gnome::Db::init("Dicttypes example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> dict;
 

Modified: libgnomedbmm/trunk/examples/form/format/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/form/format/main.cc	(original)
+++ libgnomedbmm/trunk/examples/form/format/main.cc	Sat Jan  3 22:08:34 2009
@@ -56,7 +56,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Form example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> dict;
 

Modified: libgnomedbmm/trunk/examples/form/mandatory/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/form/mandatory/main.cc	(original)
+++ libgnomedbmm/trunk/examples/form/mandatory/main.cc	Sat Jan  3 22:08:34 2009
@@ -56,7 +56,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Mandatory example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> dict;
 

Modified: libgnomedbmm/trunk/examples/form/simple/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/form/simple/main.cc	(original)
+++ libgnomedbmm/trunk/examples/form/simple/main.cc	Sat Jan  3 22:08:34 2009
@@ -56,7 +56,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Form example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> dict;
 

Modified: libgnomedbmm/trunk/examples/gnomedbmm-demo/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/gnomedbmm-demo/main.cc	(original)
+++ libgnomedbmm/trunk/examples/gnomedbmm-demo/main.cc	Sat Jan  3 22:08:34 2009
@@ -35,8 +35,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Gda::init("gnomedbmm-demo", "3.0", argc, argv);
-  Gnome::Db::init("gnomedbmm-demo", "3.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> demo_dict = Gnome::Gda::Dict::create();
   gda_dict_extend_with_functions(demo_dict->gobj());

Modified: libgnomedbmm/trunk/examples/grid/format/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/grid/format/main.cc	(original)
+++ libgnomedbmm/trunk/examples/grid/format/main.cc	Sat Jan  3 22:08:34 2009
@@ -52,7 +52,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Grid example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> dict;
 

Modified: libgnomedbmm/trunk/examples/grid/headers/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/grid/headers/main.cc	(original)
+++ libgnomedbmm/trunk/examples/grid/headers/main.cc	Sat Jan  3 22:08:34 2009
@@ -4,7 +4,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Example", "1.0", argc, argv);
+  Gnome::Db::init();
 
 #ifndef GLIBMM_EXCEPTIONS_ENABLED
   std::auto_ptr<Glib::Error> error;

Modified: libgnomedbmm/trunk/examples/grid/restrict/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/grid/restrict/main.cc	(original)
+++ libgnomedbmm/trunk/examples/grid/restrict/main.cc	Sat Jan  3 22:08:34 2009
@@ -52,7 +52,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Grid example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> dict;
 

Modified: libgnomedbmm/trunk/examples/grid/simple/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/grid/simple/main.cc	(original)
+++ libgnomedbmm/trunk/examples/grid/simple/main.cc	Sat Jan  3 22:08:34 2009
@@ -52,7 +52,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Grid example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> dict;
 

Modified: libgnomedbmm/trunk/examples/grid/xmldict/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/grid/xmldict/main.cc	(original)
+++ libgnomedbmm/trunk/examples/grid/xmldict/main.cc	Sat Jan  3 22:08:34 2009
@@ -78,7 +78,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Grid example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Dict> dict = Gnome::Gda::Dict::create();
 

Modified: libgnomedbmm/trunk/examples/program/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/program/main.cc	(original)
+++ libgnomedbmm/trunk/examples/program/main.cc	Sat Jan  3 22:08:34 2009
@@ -21,7 +21,7 @@
 int main(int argc, char* argv[])
 {
   Gtk::Main kit(argc, argv);
-  Gnome::Db::init("Example", "1.0", argc, argv);
+  Gnome::Db::init();
 
   Glib::RefPtr<Gnome::Gda::Client> client = Gnome::Gda::Client::create();
  

Modified: libgnomedbmm/trunk/examples/queries/delete/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/queries/delete/main.cc	(original)
+++ libgnomedbmm/trunk/examples/queries/delete/main.cc	Sat Jan  3 22:08:34 2009
@@ -73,7 +73,7 @@
 
 int main(int argc, char* argv[])
 {
-  Gnome::Db::init("Queries example", "1.0", argc, argv);
+  Gnome::Db::init();
 
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   try

Modified: libgnomedbmm/trunk/examples/queries/insert/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/queries/insert/main.cc	(original)
+++ libgnomedbmm/trunk/examples/queries/insert/main.cc	Sat Jan  3 22:08:34 2009
@@ -67,7 +67,7 @@
 
 int main(int argc, char* argv[])
 {
-  Gnome::Db::init("Queries example", "1.0", argc, argv);
+  Gnome::Db::init();
 
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   try

Modified: libgnomedbmm/trunk/examples/queries/select/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/queries/select/main.cc	(original)
+++ libgnomedbmm/trunk/examples/queries/select/main.cc	Sat Jan  3 22:08:34 2009
@@ -97,7 +97,7 @@
 
 int main(int argc, char* argv[])
 {
-  Gnome::Db::init("Queries example", "1.0", argc, argv);
+  Gnome::Db::init();
 
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   try

Modified: libgnomedbmm/trunk/examples/queries/simple/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/queries/simple/main.cc	(original)
+++ libgnomedbmm/trunk/examples/queries/simple/main.cc	Sat Jan  3 22:08:34 2009
@@ -71,7 +71,7 @@
 
 int main(int argc, char* argv[])
 {
-  Gnome::Db::init("Queries example", "1.0", argc, argv);
+  Gnome::Db::init();
 
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   try

Modified: libgnomedbmm/trunk/examples/queries/update/main.cc
==============================================================================
--- libgnomedbmm/trunk/examples/queries/update/main.cc	(original)
+++ libgnomedbmm/trunk/examples/queries/update/main.cc	Sat Jan  3 22:08:34 2009
@@ -78,7 +78,7 @@
 
 int main(int argc, char* argv[])
 {
-  Gnome::Db::init("Queries example", "1.0", argc, argv);
+  Gnome::Db::init();
 
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   try

Modified: libgnomedbmm/trunk/libgnomedb/libgnomedbmm/init.cc
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/libgnomedbmm/init.cc	(original)
+++ libgnomedbmm/trunk/libgnomedb/libgnomedbmm/init.cc	Sat Jan  3 22:08:34 2009
@@ -33,13 +33,13 @@
 namespace Db
 {
 
-void init(const Glib::ustring& app_id, const Glib::ustring& version, int nargs, gchar *args[])
+void init()
 {
   Glib::init(); //Sets up the g type system and the Glib::wrap() table.
-  Gda::init(app_id, version, nargs, args); // Init gdamm because we depend on it.
+  Gda::init(); // Init gdamm because we depend on it.
 
   wrap_init(); //Tells the Glib::wrap() table about the libgnomedbmm classes.
-  gnome_db_init(app_id.c_str(), version.c_str(), nargs, args);
+  gnome_db_init();
 }
 
 

Modified: libgnomedbmm/trunk/libgnomedb/libgnomedbmm/init.h
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/libgnomedbmm/init.h	(original)
+++ libgnomedbmm/trunk/libgnomedb/libgnomedbmm/init.h	Sat Jan  3 22:08:34 2009
@@ -30,7 +30,7 @@
 namespace Db
 {
 
-void init(const Glib::ustring& app_id, const Glib::ustring& version, int nargs, gchar *args[]);
+void init();
 
 } //namespace Db
 } //namespace Gnome

Modified: libgnomedbmm/trunk/libgnomedb/src/Makefile_list_of_hg.am_fragment
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/Makefile_list_of_hg.am_fragment	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/Makefile_list_of_hg.am_fragment	Sat Jan  3 22:08:34 2009
@@ -12,11 +12,9 @@
 	dataentry.hg \
 	datawidget.hg \
 	datawidgetinfo.hg \
-	datasourceselector.hg \
 	datastore.hg \
-	dbmsupdateviewer.hg \
 	dsneditor.hg \
-	dsnspec.hg \
+	dsnselector.hg \
 	entryboolean.hg \
 	entrycombo.hg \
 	entrycommontime.hg \

Modified: libgnomedbmm/trunk/libgnomedb/src/basicform.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/basicform.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/basicform.hg	Sat Jan  3 22:08:34 2009
@@ -20,7 +20,7 @@
  */
 
 #include <gtkmm/box.h>
-#include <libgdamm/parameterlist.h>
+#include <libgdamm/set.h>
 
 #include <libgnomedb/gnome-db-basic-form.h>
 
@@ -36,7 +36,7 @@
 /** @defgroup DbWidgets DbWidgets
  */
 
-/** A GUI form to present data from a Gda::ParameterList.
+/** A GUI form to present data from a Gda::Set.
  *
  * @ingroup DbWidgets
  */
@@ -47,7 +47,7 @@
   // This has nothing to do with this class.
   _IGNORE(gnome_db_basic_form_entry_set_sensitive)
 public:
-  _WRAP_CTOR(BasicForm(const Glib::RefPtr<Gda::ParameterList>& data_set), gnome_db_basic_form_new)
+  _WRAP_CTOR(BasicForm(const Glib::RefPtr<Gda::Set>& data_set), gnome_db_basic_form_new)
 
   // We currently do not wrap this constructor because the C class has no
   // properties corresponding to the additional arguments but puts all into
@@ -56,7 +56,7 @@
   // that whole layout-spec thing private. armin.
   //
   // Yes, I agree. murrayc.
-  //_WRAP_CTOR(BasicForm(const Glib::RefPtr<Gda::ParameterList>& data_set, const std::string& glade_file, const Glib::ustring& root_element, const Glib::ustring& form_prefix), gnome_db_basic_form_new_custom)
+  //_WRAP_CTOR(BasicForm(const Glib::RefPtr<Gda::Set>& data_set, const std::string& glade_file, const Glib::ustring& root_element, const Glib::ustring& form_prefix), gnome_db_basic_form_new_custom)
 
   // This returns a GtkDialog containing the new widget, rather than a GnomeDbBasicForm.
   // It is constructor of this class. We could wrap it as a static method that
@@ -69,24 +69,24 @@
   _WRAP_METHOD(void set_current_as_orig(), gnome_db_basic_form_set_current_as_orig)
   _WRAP_METHOD(bool is_valid() const, gnome_db_basic_form_is_valid)
 
-  _WRAP_METHOD(Glib::RefPtr<Gda::ParameterList> get_data_set(), gnome_db_basic_form_get_data_set, refreturn)
-  _WRAP_METHOD(Glib::RefPtr<const Gda::ParameterList> get_data_set() const, gnome_db_basic_form_get_data_set, constversion)
+  _WRAP_METHOD(Glib::RefPtr<Gda::Set> get_data_set(), gnome_db_basic_form_get_data_set, refreturn)
+  _WRAP_METHOD(Glib::RefPtr<const Gda::Set> get_data_set() const, gnome_db_basic_form_get_data_set, constversion)
 
   _WRAP_METHOD(bool has_been_changed() const, gnome_db_basic_form_has_been_changed)
   _WRAP_METHOD(void show_entry_actions(bool show_actions = true), gnome_db_basic_form_show_entry_actions)
   _WRAP_METHOD(void reset(), gnome_db_basic_form_reset)
-  _WRAP_METHOD(void entry_show(const Glib::RefPtr<Gda::Parameter>& param, bool show), gnome_db_basic_form_entry_show)
+  _WRAP_METHOD(void entry_show(const Glib::RefPtr<Gda::Holder>& param, bool show), gnome_db_basic_form_entry_show)
   _WRAP_METHOD(void set_entries_auto_default(bool auto_default = true), gnome_db_basic_form_set_entries_auto_default)
   _WRAP_METHOD(void set_entries_default(), gnome_db_basic_form_set_entries_default)
 
-  _WRAP_METHOD(void entry_set_editable(const Glib::RefPtr<const Gda::Parameter>& param, bool editable = true), gnome_db_basic_form_entry_set_editable)
-  _WRAP_METHOD(void entry_grab_focus(const Glib::RefPtr<const Gda::Parameter>& parameter), gnome_db_basic_form_entry_grab_focus)
+  _WRAP_METHOD(void entry_set_editable(const Glib::RefPtr<const Gda::Holder>& param, bool editable = true), gnome_db_basic_form_entry_set_editable)
+  _WRAP_METHOD(void entry_grab_focus(const Glib::RefPtr<const Gda::Holder>& parameter), gnome_db_basic_form_entry_grab_focus)
   
-  _WRAP_METHOD(Gtk::Widget* get_entry_widget(const Glib::RefPtr<const Gda::Parameter>& param), gnome_db_basic_form_get_entry_widget)
-  _WRAP_METHOD(const Gtk::Widget* get_entry_widget(const Glib::RefPtr<const Gda::Parameter>& param) const, gnome_db_basic_form_get_entry_widget, constversion)
+  _WRAP_METHOD(Gtk::Widget* get_entry_widget(const Glib::RefPtr<const Gda::Holder>& param), gnome_db_basic_form_get_entry_widget)
+  _WRAP_METHOD(const Gtk::Widget* get_entry_widget(const Glib::RefPtr<const Gda::Holder>& param) const, gnome_db_basic_form_get_entry_widget, constversion)
  
-  _WRAP_METHOD(Gtk::Widget* get_label_widget(const Glib::RefPtr<const Gda::Parameter>& param), gnome_db_basic_form_get_label_widget)
-  _WRAP_METHOD(const Gtk::Widget* get_label_widget(const Glib::RefPtr<const Gda::Parameter>& param) const, gnome_db_basic_form_get_label_widget, constversion)
+  _WRAP_METHOD(Gtk::Widget* get_label_widget(const Glib::RefPtr<const Gda::Holder>& param), gnome_db_basic_form_get_label_widget)
+  _WRAP_METHOD(const Gtk::Widget* get_label_widget(const Glib::RefPtr<const Gda::Holder>& param) const, gnome_db_basic_form_get_label_widget, constversion)
 
   _WRAP_PROPERTY("headers-sensitive", bool)
 
@@ -97,11 +97,11 @@
   // Yes, let's ignore it. murrayc. 
   //_WRAP_PROPERTY("layout-spec", GnomeDbFormLayoutSpec*)
 
-  _WRAP_PROPERTY("paramlist", Glib::RefPtr<Gda::ParameterList>)
+  _WRAP_PROPERTY("paramlist", Glib::RefPtr<Gda::Set>)
   _WRAP_PROPERTY("show-actions", bool)
   _WRAP_PROPERTY("entries-auto-default", bool)
 
-  _WRAP_SIGNAL(void param_changed(const Glib::RefPtr<Gda::Parameter>& param, bool is_user_modif), "param-changed")
+  _WRAP_SIGNAL(void param_changed(const Glib::RefPtr<Gda::Holder>& param, bool is_user_modif), "param-changed")
   _WRAP_SIGNAL(void activated(), "activated")  
 };
 

Modified: libgnomedbmm/trunk/libgnomedb/src/datacellrenderercombo.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/datacellrenderercombo.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/datacellrenderercombo.hg	Sat Jan  3 22:08:34 2009
@@ -42,7 +42,7 @@
 
 public:
   // TODO: Use C++ types
-  _WRAP_CTOR(DataCellRendererCombo(const Glib::RefPtr<Gda::ParameterList>& param_list, GdaParameterListSource* param_list_source), gnome_db_data_cell_renderer_combo_new)
+  _WRAP_CTOR(DataCellRendererCombo(const Glib::RefPtr<Gda::Set>& param_list, GdaSetSource* param_list_source), gnome_db_data_cell_renderer_combo_new)
       
   _WRAP_PROPERTY("editable", bool)
   _WRAP_PROPERTY("to_be_deleted", bool)

Modified: libgnomedbmm/trunk/libgnomedb/src/datacellrendererinfo.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/datacellrendererinfo.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/datacellrendererinfo.hg	Sat Jan  3 22:08:34 2009
@@ -42,13 +42,13 @@
 public:
   // TODO: Use C++ types
   _WRAP_CTOR(DataCellRendererInfo(const Glib::RefPtr<DataStore>& store, 
-      const Glib::RefPtr<Gda::DataModelIter>& iter, GdaParameterListGroup* group), gnome_db_data_cell_renderer_info_new)
+      const Glib::RefPtr<Gda::DataModelIter>& iter, GdaSetGroup* group), gnome_db_data_cell_renderer_info_new)
       
   _WRAP_PROPERTY("editable", bool)
   _WRAP_PROPERTY("to_be_deleted", bool)
   _WRAP_PROPERTY("value-attributes", Gda::ValueAttribute)
 
-  // Need to fully-qualiy Gnome::Gda::ValueAttribute so that the generated code finds it
+  // Need to fully-qualify Gnome::Gda::ValueAttribute so that the generated code finds it
   #m4 _CONVERSION(`GdaValueAttribute',`Gnome::Gda::ValueAttribute',($2)($3))
   #m4 _CONVERSION(`Gnome::Gda::ValueAttribute',`GdaValueAttribute',($2)($3))
   #m4 _CONVERSION(`const gchar*', `const Glib::ustring&', `($3)')

Modified: libgnomedbmm/trunk/libgnomedb/src/dataentry.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/dataentry.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/dataentry.hg	Sat Jan  3 22:08:34 2009
@@ -22,9 +22,9 @@
 _DEFS(libgnomedbmm,libgnomedb)
 _PINCLUDE(glibmm/private/interface_p.h)
 
-#include <libgdamm/dict.h>
 #include <libgdamm/value.h>
 #include <libgdamm/datahandler.h>
+#include <libgdamm/datamodel.h> //For ValueAttribute
 #include <gtkmm/widget.h>
 
 #include <libgnomedb/gnome-db-data-entry.h>

Modified: libgnomedbmm/trunk/libgnomedb/src/dsnassistant.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/dsnassistant.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/dsnassistant.hg	Sat Jan  3 22:08:34 2009
@@ -51,7 +51,7 @@
 public:
   _CTOR_DEFAULT()
 
-  _WRAP_METHOD(Gda::DataSourceInfo get_dsn() const, gnome_db_dsn_assistant_get_dsn)
+  _WRAP_METHOD(GdaDsnInfo get_dsn() const, gnome_db_dsn_assistant_get_dsn)
     
   _WRAP_SIGNAL(void finished(bool error), "finished");
 };

Modified: libgnomedbmm/trunk/libgnomedb/src/dsneditor.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/dsneditor.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/dsneditor.hg	Sat Jan  3 22:08:34 2009
@@ -23,7 +23,7 @@
 _PINCLUDE(libgnomedbmm/private/dsnspec_p.h)
 
 #include <libgnomedbmm/dsnspec.h>
-#include <libgdamm/datasourceinfo.h>
+//#include <libgdamm/datasourceinfo.h>
 
 namespace Gnome
 {
@@ -44,8 +44,8 @@
   public:
     _CTOR_DEFAULT()
 
-    _WRAP_METHOD(Gda::DataSourceInfo get_dsn() const, gnome_db_dsn_editor_get_dsn)
-    _WRAP_METHOD(void set_dsn(const Gda::DataSourceInfo& info), gnome_db_dsn_editor_set_dsn)
+    //TODO: _WRAP_METHOD(GdaDsnInfo get_dsn() const, gnome_db_dsn_editor_get_dsn)
+    //TODO: _WRAP_METHOD(void set_dsn(const GdaDsnInfo& info), gnome_db_dsn_editor_set_dsn)
     
     _WRAP_SIGNAL(void changed(), "changed");
 };

Copied: libgnomedbmm/trunk/libgnomedb/src/dsnselector.ccg (from r1936, /libgnomedbmm/trunk/libgnomedb/src/datasourceselector.ccg)
==============================================================================
--- /libgnomedbmm/trunk/libgnomedb/src/datasourceselector.ccg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/dsnselector.ccg	Sat Jan  3 22:08:34 2009
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <libgnomedb/gnome-db-data-source-selector.h>
+#include <libgnomedb/gnome-db-dsn-selector.h>
 
 #include "datasourceselector.h"
 

Copied: libgnomedbmm/trunk/libgnomedb/src/dsnselector.hg (from r1937, /libgnomedbmm/trunk/libgnomedb/src/datasourceselector.hg)
==============================================================================
--- /libgnomedbmm/trunk/libgnomedb/src/datasourceselector.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/dsnselector.hg	Sat Jan  3 22:08:34 2009
@@ -34,15 +34,15 @@
 
  * @ingroup DbWidgets
  */
-class DataSourceSelector : public Gtk::ComboBox
+class DsnSelector : public Gtk::ComboBox
 {
-  _CLASS_GTKOBJECT(DataSourceSelector, GnomeDbDataSourceSelector, GNOME_DB_DATA_SOURCE_SELECTOR, Gtk::ComboBox, GtkComboBox)
+  _CLASS_GTKOBJECT(DsnSelector, GnomeDbDsnSelector, GNOME_DB_DSN_SELECTOR, Gtk::ComboBox, GtkComboBox)
  
   public:
-    _WRAP_CTOR(DataSourceSelector(const Glib::ustring& name), gnome_db_data_source_selector_new)
+    _WRAP_CTOR(DsnSelector(const Glib::ustring& name), gnome_db_dsn_selector_new)
 
-    _WRAP_METHOD(Glib::ustring get_dsn() const, gnome_db_data_source_selector_get_dsn)
-    _WRAP_METHOD(void set_dsn(const Glib::ustring& dsn), gnome_db_data_source_selector_set_dsn)
+    _WRAP_METHOD(Glib::ustring get_dsn() const, gnome_db_dsn_selector_get_dsn)
+    _WRAP_METHOD(void set_dsn(const Glib::ustring& dsn), gnome_db_dsn_selector_set_dsn)
 
     //Write-only and construct, so not wrapped: _WRAP_PROPERTY("source-name", Glib::ustring)
 };

Modified: libgnomedbmm/trunk/libgnomedb/src/editor.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/editor.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/editor.hg	Sat Jan  3 22:08:34 2009
@@ -20,7 +20,6 @@
  */
 
 #include <gtkmm/box.h>
-#include <libgdamm/dict.h>
 
 _DEFS(libgnomedbmm,libgnomedb)
 _PINCLUDE(gtkmm/private/box_p.h)

Modified: libgnomedbmm/trunk/libgnomedb/src/entrycombo.ccg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/entrycombo.ccg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/entrycombo.ccg	Sat Jan  3 22:08:34 2009
@@ -27,7 +27,7 @@
 namespace Db
 {
 
-EntryCombo::EntryCombo(const Glib::RefPtr<Gda::ParameterList>& paramlist, GdaParameterListSource* source) :
+EntryCombo::EntryCombo(const Glib::RefPtr<Gda::Set>& paramlist, GdaSetSource* source) :
 	_CONSTRUCT()
 {
 	_gnome_db_entry_combo_construct(gobj(), paramlist->gobj(), source);

Modified: libgnomedbmm/trunk/libgnomedb/src/entrycombo.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/entrycombo.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/entrycombo.hg	Sat Jan  3 22:08:34 2009
@@ -26,8 +26,8 @@
 
 #include <libgnomedbmm/entryshell.h>
 #include <libgnomedbmm/dataentry.h>
-#include <libgdamm/parameterlist.h>
-#include <libgda/gda-parameter-list.h>
+#include <libgdamm/set.h>
+#include <libgda/gda-set.h>
 
 namespace Gnome
 {
@@ -35,7 +35,7 @@
 namespace Db
 {
 
-/** A combo box to choose a value from a Gda::ParameterList.
+/** A combo box to choose a value from a Gda::Set.
  *
  * @ingroup DbWidgets
  */
@@ -47,7 +47,7 @@
   _IMPLEMENTS_INTERFACE(DataEntry)
 public:
   // TODO: Use C++ types
-  EntryCombo(const Glib::RefPtr<Gda::ParameterList>& paramlist, GdaParameterListSource* source);
+  EntryCombo(const Glib::RefPtr<Gda::Set>& paramlist, GdaSetSource* source);
   _IGNORE(gnome_db_entry_combo_new)
   
   _WRAP_METHOD(bool set_values(const Glib::SListHandle<Gda::Value>& values), gnome_db_entry_combo_set_values);

Modified: libgnomedbmm/trunk/libgnomedb/src/libgnomedb_docs.xml
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/libgnomedb_docs.xml	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/libgnomedb_docs.xml	Sat Jan  3 22:08:34 2009
@@ -224,11 +224,11 @@
 </description>
 <parameters>
 <parameter name="paramlist">
-<parameter_description> a #GdaParameterList object
+<parameter_description> a #GdaSet object
 </parameter_description>
 </parameter>
 <parameter name="source">
-<parameter_description> a #GdaParameterListSource structure listed in @paramlist-&amp;gt;sources_list
+<parameter_description> a #GdaSetSource structure listed in @paramlist-&amp;gt;sources_list
 </parameter_description>
 </parameter>
 </parameters>
@@ -477,7 +477,7 @@
 </description>
 <parameters>
 <parameter name="paramlist">
-<parameter_description> a #GdaParameterList structure
+<parameter_description> a #GdaSet structure
 </parameter_description>
 </parameter>
 <parameter name="glade_file">
@@ -624,7 +624,7 @@
 </description>
 <parameters>
 <parameter name="paramlist">
-<parameter_description> a #GdaParameterList structure
+<parameter_description> a #GdaSet structure
 </parameter_description>
 </parameter>
 </parameters>
@@ -969,7 +969,7 @@
 </parameter_description>
 </parameter>
 <parameter name="paramlist">
-<parameter_description> a #GdaParameterList structure
+<parameter_description> a #GdaSet structure
 </parameter_description>
 </parameter>
 <parameter name="parent">
@@ -1419,7 +1419,7 @@
 </description>
 <parameters>
 <parameter name="paramlist">
-<parameter_description> a #GdaParameterList structure
+<parameter_description> a #GdaSet structure
 </parameter_description>
 </parameter>
 </parameters>
@@ -2379,7 +2379,7 @@
 
 <function name="gnome_db_basic_form_get_data_set">
 <description>
-Get a pointer to the #GdaParameterList object which
+Get a pointer to the #GdaSet object which
 is modified by @form
 
 
@@ -2527,7 +2527,7 @@
 </parameter_description>
 </parameter>
 <parameter name="param">
-<parameter_description> a #GdaParameter object
+<parameter_description> a #GdaHolder object
 </parameter_description>
 </parameter>
 <parameter name="editable">
@@ -2638,7 +2638,7 @@
 </parameter_description>
 </parameter>
 <parameter name="param">
-<parameter_description> a #GdaParameter object
+<parameter_description> a #GdaHolder object
 </parameter_description>
 </parameter>
 </parameters>
@@ -2761,7 +2761,7 @@
 
 <function name="gnome_db_basic_form_get_paramlist">
 <description>
-Get a pointer to the #GdaParameterList used internally by @form to store
+Get a pointer to the #GdaSet used internally by @form to store
 values
 
 
@@ -3023,18 +3023,18 @@
 Creates a new #GnomeDbEntryCombo widget. The widget is a combo box which displays a
 selectable list of items (the items come from the &apos;source-&amp;gt;data_model&apos; data model)
 
-The widget allows the value setting of one or more #GdaParameter objects
+The widget allows the value setting of one or more #GdaHolder objects
 (one for each &apos;source-&amp;gt;nodes&apos;) while proposing potentially &quot;more readable&quot; choices.
 
 
 </description>
 <parameters>
 <parameter name="paramlist">
-<parameter_description> a #GdaParameterList object
+<parameter_description> a #GdaSet object
 </parameter_description>
 </parameter>
 <parameter name="source">
-<parameter_description> a #GdaParameterListSource structure, part of @paramlist
+<parameter_description> a #GdaSetSource structure, part of @paramlist
 </parameter_description>
 </parameter>
 </parameters>
@@ -3054,7 +3054,7 @@
 </parameter_description>
 </parameter>
 <parameter name="param">
-<parameter_description> a #GdaParameter object
+<parameter_description> a #GdaHolder object
 </parameter_description>
 </parameter>
 </parameters>
@@ -3813,7 +3813,7 @@
 </parameter_description>
 </parameter>
 </parameters>
-<return> the #GdaParameterList object for data (not a new object)
+<return> the #GdaSet object for data (not a new object)
 </return>
 </function>
 
@@ -4388,7 +4388,7 @@
 </parameter_description>
 </parameter>
 <parameter name="param">
-<parameter_description> a #GdaParameter object
+<parameter_description> a #GdaHolder object
 </parameter_description>
 </parameter>
 <parameter name="show">

Modified: libgnomedbmm/trunk/libgnomedb/src/libgnomedb_docs_override.xml
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/libgnomedb_docs_override.xml	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/libgnomedb_docs_override.xml	Sat Jan  3 22:08:34 2009
@@ -9,7 +9,7 @@
    </parameter>
    <parameter name="param">
     <parameter_description>
-     a #GdaParameter object
+     a #GdaHolder object
     </parameter_description>
    </parameter>
    <parameter name="editable">
@@ -28,7 +28,7 @@
     </parameter_description>
    </parameter>
    <parameter name="param">
-    <parameter_description> a #GdaParameter object
+    <parameter_description> a #GdaHolder object
     </parameter_description>
    </parameter>
    <parameter name="show">

Modified: libgnomedbmm/trunk/libgnomedb/src/libgnomedb_enums.defs
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/libgnomedb_enums.defs	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/libgnomedb_enums.defs	Sat Jan  3 22:08:34 2009
@@ -1,4 +1,4 @@
-;; From /usr/include/libgnomedb-2.99/libgnomedb/gnome-db-data-widget.h
+;; From /home/murrayc/checkouts/gnome224/libgnomedb/libgnomedb/gnome-db-data-widget.h
 
 (define-enum-extended DbDataWidgetWriteMode
   (in-module "Gnome")
@@ -11,20 +11,22 @@
   )
 )
 
-;; From /usr/include/libgnomedb-2.99/libgnomedb/gnome-db-data-widget-info.h
+;; From /home/murrayc/checkouts/gnome224/libgnomedb/libgnomedb/gnome-db-data-widget-info.h
 
 (define-flags-extended DbDataWidgetInfoFlag
   (in-module "Gnome")
   (c-name "GnomeDbDataWidgetInfoFlag")
   (values
+    '("none" "GNOME_DB_DATA_WIDGET_INFO_NONE" "0")
     '("current-row" "GNOME_DB_DATA_WIDGET_INFO_CURRENT_ROW" "1 << 0")
-    '("row-modif-buttons" "GNOME_DB_DATA_WIDGET_INFO_ROW_MODIF_BUTTONS" "1 << 2")
+    '("row-modify-buttons" "GNOME_DB_DATA_WIDGET_INFO_ROW_MODIFY_BUTTONS" "1 << 2")
     '("row-move-buttons" "GNOME_DB_DATA_WIDGET_INFO_ROW_MOVE_BUTTONS" "1 << 3")
     '("chunck-change-buttons" "GNOME_DB_DATA_WIDGET_INFO_CHUNCK_CHANGE_BUTTONS" "1 << 4")
+    '("no-filter" "GNOME_DB_DATA_WIDGET_INFO_NO_FILTER" "1 << 5")
   )
 )
 
-;; From /usr/include/libgnomedb-2.99/libgnomedb/gnome-db-enums.h
+;; From /home/murrayc/checkouts/gnome224/libgnomedb/libgnomedb/gnome-db-enums.h
 
 (define-flags-extended DbActionMode
   (in-module "Gnome")
@@ -61,52 +63,3 @@
   )
 )
 
-;; From /usr/include/libgnomedb-2.99/libgnomedb/gnome-db-selector.h
-
-(define-flags-extended DbSelectorMode
-  (in-module "Gnome")
-  (c-name "GnomeDbSelectorMode")
-  (values
-    '("data-types" "GNOME_DB_SELECTOR_DATA_TYPES" "1 << 0")
-    '("functions" "GNOME_DB_SELECTOR_FUNCTIONS" "1 << 1")
-    '("aggregates" "GNOME_DB_SELECTOR_AGGREGATES" "1 << 2")
-    '("tables" "GNOME_DB_SELECTOR_TABLES" "1 << 3")
-    '("fields" "GNOME_DB_SELECTOR_FIELDS" "1 << 5")
-    '("queries" "GNOME_DB_SELECTOR_QUERIES" "1 << 4")
-    '("targets" "GNOME_DB_SELECTOR_TARGETS" "1 << 6")
-    '("joins" "GNOME_DB_SELECTOR_JOINS" "1 << 7")
-    '("qvis-fields" "GNOME_DB_SELECTOR_QVIS_FIELDS" "1 << 8")
-    '("qall-fields" "GNOME_DB_SELECTOR_QALL_FIELDS" "1 << 9")
-    '("sub-queries" "GNOME_DB_SELECTOR_SUB_QUERIES" "1 << 10")
-    '("targets-cts" "GNOME_DB_SELECTOR_TARGETS_CTS" "1 << 13")
-    '("graphs" "GNOME_DB_SELECTOR_GRAPHS" "1 << 11")
-    '("forms" "GNOME_DB_SELECTOR_FORMS" "1 << 12")
-  )
-)
-
-(define-flags-extended DbSelectorColumn
-  (in-module "Gnome")
-  (c-name "GnomeDbSelectorColumn")
-  (values
-    '("owner" "GNOME_DB_SELECTOR_COLUMN_OWNER" "1 << 1")
-    '("comments" "GNOME_DB_SELECTOR_COLUMN_COMMENTS" "1 << 2")
-    '("type" "GNOME_DB_SELECTOR_COLUMN_TYPE" "1 << 3")
-    '("field-length" "GNOME_DB_SELECTOR_COLUMN_FIELD_LENGTH" "1 << 4")
-    '("field-nnul" "GNOME_DB_SELECTOR_COLUMN_FIELD_NNUL" "1 << 5")
-    '("field-default" "GNOME_DB_SELECTOR_COLUMN_FIELD_DEFAULT" "1 << 6")
-    '("qfield-value" "GNOME_DB_SELECTOR_COLUMN_QFIELD_VALUE" "1 << 7")
-    '("qfield-type" "GNOME_DB_SELECTOR_COLUMN_QFIELD_TYPE" "1 << 8")
-  )
-)
-
-;; From /usr/include/libgnomedb-2.99/libgnomedb/graph/graph-utility.h
-
-(define-flags-extended ShapeExt
-  (in-module "Canvas")
-  (c-name "CanvasShapeExt")
-  (values
-    '("1" "CANVAS_SHAPE_EXT_JOIN_OUTER_1" "1 << 0")
-    '("2" "CANVAS_SHAPE_EXT_JOIN_OUTER_2" "1 << 1")
-  )
-)
-

Modified: libgnomedbmm/trunk/libgnomedb/src/libgnomedb_extra_methods.defs
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/libgnomedb_extra_methods.defs	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/libgnomedb_extra_methods.defs	Sat Jan  3 22:08:34 2009
@@ -1,12 +1,5 @@
 ;; -*- scheme -*-
 ; object definitions ...
-(define-object DbDbmsUpdateViewer
-  (in-module "Gnome")
-  (parent "GtkVBox")
-  (c-name "GnomeDbDbmsUpdateViewer")
-  (gtype-id "GNOME_TYPE_DB_DBMS_UPDATE_VIEWER")
-)
-
 (define-object DbEditor
   (in-module "Gnome")
   (parent "GtkVBox")
@@ -44,11 +37,45 @@
 
 (define-object DbSelector
   (in-module "Gnome")
-  (parent "GtkVBox")
+  (parent "GtkTreeView")
   (c-name "GnomeDbSelector")
   (gtype-id "GNOME_TYPE_DB_SELECTOR")
 )
 
+(define-object DbSelectorMeta
+  (in-module "Gnome")
+  (parent "GObject")
+  (c-name "GnomeDbSelectorMeta")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_META")
+)
+
+(define-object DbSelectorPart
+  (in-module "Gnome")
+  (c-name "GnomeDbSelectorPart")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_PART")
+)
+
+(define-object DbSelectorSchema
+  (in-module "Gnome")
+  (parent "GObject")
+  (c-name "GnomeDbSelectorSchema")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_SCHEMA")
+)
+
+(define-object DbSelectorTable
+  (in-module "Gnome")
+  (parent "GObject")
+  (c-name "GnomeDbSelectorTable")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_TABLE")
+)
+
+(define-object DbSelectorView
+  (in-module "Gnome")
+  (parent "GObject")
+  (c-name "GnomeDbSelectorView")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_VIEW")
+)
+
 (define-object DbSqlConsole
   (in-module "Gnome")
   (parent "GtkTextView")
@@ -58,74 +85,78 @@
 
 ;; Enumerations and flags ...
 
-(define-flags DbSelectorMode
+(define-flags DbSelectorFeature
   (in-module "Gnome")
-  (c-name "GnomeDbSelectorMode")
-  (gtype-id "GNOME_TYPE_DB_SELECTOR_MODE")
+  (c-name "GnomeDbSelectorFeature")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_FEATURE")
   (values
-    '("none" "GNOME_DB_SELECTOR_NONE")
-    '("data-types" "GNOME_DB_SELECTOR_DATA_TYPES")
-    '("functions" "GNOME_DB_SELECTOR_FUNCTIONS")
-    '("aggregates" "GNOME_DB_SELECTOR_AGGREGATES")
-    '("tables" "GNOME_DB_SELECTOR_TABLES")
-    '("fields" "GNOME_DB_SELECTOR_FIELDS")
-    '("queries" "GNOME_DB_SELECTOR_QUERIES")
-    '("targets" "GNOME_DB_SELECTOR_TARGETS")
-    '("joins" "GNOME_DB_SELECTOR_JOINS")
-    '("qvis-fields" "GNOME_DB_SELECTOR_QVIS_FIELDS")
-    '("qall-fields" "GNOME_DB_SELECTOR_QALL_FIELDS")
-    '("sub-queries" "GNOME_DB_SELECTOR_SUB_QUERIES")
-    '("targets-cts" "GNOME_DB_SELECTOR_TARGETS_CTS")
-    '("graphs" "GNOME_DB_SELECTOR_GRAPHS")
-    '("forms" "GNOME_DB_SELECTOR_FORMS")
+    '("none" "GNOME_DB_SELECTOR_FEATURE_NONE")
+    '("schemas" "GNOME_DB_SELECTOR_FEATURE_SCHEMAS")
+    '("schema-tables" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_TABLES")
+    '("schema-views" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_VIEWS")
+    '("schema-domains" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_DOMAINS")
+    '("schema-table-columns" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_TABLE_COLUMNS")
+    '("schema-table-constraints" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_TABLE_CONSTRAINTS")
+    '("schema-table-triggers" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_TABLE_TRIGGERS")
+    '("schema-table-details" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_TABLE_DETAILS")
+    '("schema-view-columns" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_VIEW_COLUMNS")
+    '("schema-view-details" "GNOME_DB_SELECTOR_FEATURE_SCHEMA_VIEW_DETAILS")
   )
 )
 
-(define-flags DbSelectorColumn
+(define-enum DbSelectorPartFillMode
   (in-module "Gnome")
-  (c-name "GnomeDbSelectorColumn")
-  (gtype-id "GNOME_TYPE_DB_SELECTOR_COLUMN")
+  (c-name "GnomeDbSelectorPartFillMode")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_PART_FILL_MODE")
   (values
-    '("none" "GNOME_DB_SELECTOR_COLUMN_NONE")
-    '("owner" "GNOME_DB_SELECTOR_COLUMN_OWNER")
-    '("comments" "GNOME_DB_SELECTOR_COLUMN_COMMENTS")
-    '("type" "GNOME_DB_SELECTOR_COLUMN_TYPE")
-    '("field-length" "GNOME_DB_SELECTOR_COLUMN_FIELD_LENGTH")
-    '("field-nnul" "GNOME_DB_SELECTOR_COLUMN_FIELD_NNUL")
-    '("field-default=" "GNOME_DB_SELECTOR_COLUMN_FIELD_DEFAULT=")
-    '("qfield-value" "GNOME_DB_SELECTOR_COLUMN_QFIELD_VALUE")
-    '("qfield-type" "GNOME_DB_SELECTOR_COLUMN_QFIELD_TYPE")
+    '("first-fill" "GNOME_DB_SELECTOR_PART_FILL_MODE_FIRST_FILL")
+    '("ovw-first" "GNOME_DB_SELECTOR_PART_FILL_MODE_OVW_FIRST")
+    '("ovw-next" "GNOME_DB_SELECTOR_PART_FILL_MODE_OVW_NEXT")
   )
 )
 
-
-;; From extra_marshal.h
-
-
-
-;; From gnome-db-dbms-update-viewer.h
-
-(define-function gnome_db_dbms_update_viewer_get_type
-  (c-name "gnome_db_dbms_update_viewer_get_type")
-  (return-type "GType")
+(define-enum DbSelectorSchemaNodeType
+  (in-module "Gnome")
+  (c-name "GnomeDbSelectorSchemaNodeType")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_SCHEMA_NODE_TYPE")
+  (values
+    '("tables" "GNOME_DB_SELECTOR_SCHEMA_TABLES")
+    '("views" "GNOME_DB_SELECTOR_SCHEMA_VIEWS")
+    '("sequences" "GNOME_DB_SELECTOR_SCHEMA_SEQUENCES")
+    '("procedures" "GNOME_DB_SELECTOR_SCHEMA_PROCEDURES")
+    '("domains" "GNOME_DB_SELECTOR_SCHEMA_DOMAINS")
+    '("last" "GNOME_DB_SELECTOR_SCHEMA_LAST")
+  )
 )
 
-(define-function gnome_db_dbms_update_viewer_new
-  (c-name "gnome_db_dbms_update_viewer_new")
-  (is-constructor-of "GnomeDbDbmsUpdateViewer")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GdaDict*" "dict")
+(define-enum DbSelectorTableNodeType
+  (in-module "Gnome")
+  (c-name "GnomeDbSelectorTableNodeType")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_TABLE_NODE_TYPE")
+  (values
+    '("columns" "GNOME_DB_SELECTOR_TABLE_COLUMNS")
+    '("indexes" "GNOME_DB_SELECTOR_TABLE_INDEXES")
+    '("constraints" "GNOME_DB_SELECTOR_TABLE_CONSTRAINTS")
+    '("triggers" "GNOME_DB_SELECTOR_TABLE_TRIGGERS")
+    '("rules" "GNOME_DB_SELECTOR_TABLE_RULES")
+    '("last" "GNOME_DB_SELECTOR_TABLE_LAST")
   )
 )
 
-(define-method reset
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (c-name "gnome_db_dbms_update_viewer_reset")
-  (return-type "none")
+(define-enum DbSelectorViewNodeType
+  (in-module "Gnome")
+  (c-name "GnomeDbSelectorViewNodeType")
+  (gtype-id "GNOME_TYPE_DB_SELECTOR_VIEW_NODE_TYPE")
+  (values
+    '("columns" "GNOME_DB_SELECTOR_VIEW_COLUMNS")
+    '("last" "GNOME_DB_SELECTOR_VIEW_LAST")
+  )
 )
 
 
+;; From extra_marshal.h
+
+
 
 ;; From gnome-db-editor.h
 
@@ -316,13 +347,28 @@
 
 ;; From gnome-db-extra-enum-types.h
 
-(define-function gnome_db_selector_mode_get_type
-  (c-name "gnome_db_selector_mode_get_type")
+(define-function gnome_db_selector_feature_get_type
+  (c-name "gnome_db_selector_feature_get_type")
   (return-type "GType")
 )
 
-(define-function gnome_db_selector_column_get_type
-  (c-name "gnome_db_selector_column_get_type")
+(define-function gnome_db_selector_part_fill_mode_get_type
+  (c-name "gnome_db_selector_part_fill_mode_get_type")
+  (return-type "GType")
+)
+
+(define-function gnome_db_selector_schema_node_type_get_type
+  (c-name "gnome_db_selector_schema_node_type_get_type")
+  (return-type "GType")
+)
+
+(define-function gnome_db_selector_table_node_type_get_type
+  (c-name "gnome_db_selector_table_node_type_get_type")
+  (return-type "GType")
+)
+
+(define-function gnome_db_selector_view_node_type_get_type
+  (c-name "gnome_db_selector_view_node_type_get_type")
   (return-type "GType")
 )
 
@@ -421,280 +467,232 @@
   (c-name "gnome_db_selector_new")
   (is-constructor-of "GnomeDbSelector")
   (return-type "GtkWidget*")
-  (parameters
-    '("GdaDict*" "dict")
-    '("GObject*" "ref_object")
-    '("GnomeDbSelectorMode" "mode")
-    '("GnomeDbSelectorColumn" "columns")
-  )
 )
 
-(define-method set_mode_columns
+(define-method add_part
   (of-object "GnomeDbSelector")
-  (c-name "gnome_db_selector_set_mode_columns")
+  (c-name "gnome_db_selector_add_part")
   (return-type "none")
   (parameters
-    '("GObject*" "ref_object")
-    '("GnomeDbSelectorMode" "mode")
-    '("GnomeDbSelectorColumn" "columns")
+    '("const-gchar*" "name")
+    '("GnomeDbSelectorPart*" "part")
   )
 )
 
-(define-method set_selected_object
+(define-method add_parts_for_feature
   (of-object "GnomeDbSelector")
-  (c-name "gnome_db_selector_set_selected_object")
-  (return-type "gboolean")
-  (parameters
-    '("GObject*" "selection")
-  )
-)
-
-(define-method set_headers_visible
-  (of-object "GnomeDbSelector")
-  (c-name "gnome_db_selector_set_headers_visible")
+  (c-name "gnome_db_selector_add_parts_for_feature")
   (return-type "none")
   (parameters
-    '("gboolean" "visible")
-  )
-)
-
-(define-method set_column_label
-  (of-object "GnomeDbSelector")
-  (c-name "gnome_db_selector_set_column_label")
-  (return-type "none")
-  (parameters
-    '("guint" "column")
-    '("const-gchar*" "label")
+    '("GdaMetaStore*" "store")
+    '("GnomeDbSelectorFeature" "feature")
   )
 )
 
-(define-method expand_all
-  (of-object "GnomeDbSelector")
-  (c-name "gnome_db_selector_expand_all")
-  (return-type "none")
-)
 
-(define-method collapse_all
-  (of-object "GnomeDbSelector")
-  (c-name "gnome_db_selector_collapse_all")
-  (return-type "none")
-)
 
-(define-method get_selected_object
-  (of-object "GnomeDbSelector")
-  (c-name "gnome_db_selector_get_selected_object")
-  (return-type "GObject*")
-)
+;; From gnome-db-selector-meta.h
 
-(define-method get_selected_object_parent
-  (of-object "GnomeDbSelector")
-  (c-name "gnome_db_selector_get_selected_object_parent")
-  (return-type "GObject*")
+(define-function gnome_db_selector_meta_get_type
+  (c-name "gnome_db_selector_meta_get_type")
+  (return-type "GType")
 )
 
-
-
-;; From gnome-db-selector-private.h
-
-(define-function name_group_init_model_fill
-  (c-name "name_group_init_model_fill")
-  (return-type "none")
+(define-function gnome_db_selector_meta_new_with_sql
+  (c-name "gnome_db_selector_meta_new_with_sql")
+  (return-type "GnomeDbSelectorPart*")
   (parameters
-    '("Module*" "module")
-    '("GtkTreeModel*" "model")
+    '("GdaMetaStore*" "store")
+    '("const-gchar*" "sql")
+    '("GError**" "error")
   )
 )
 
-(define-function name_group_manager_destroyed_cb
-  (c-name "name_group_manager_destroyed_cb")
-  (return-type "none")
+(define-method add_sql
+  (of-object "GnomeDbSelectorMeta")
+  (c-name "gnome_db_selector_meta_add_sql")
+  (return-type "gboolean")
   (parameters
-    '("GObject*" "manager_obj")
-    '("Module*" "module")
+    '("const-gchar*" "sql")
+    '("GError**" "error")
   )
 )
 
-(define-function name_group_manager_weak_notify
-  (c-name "name_group_manager_weak_notify")
+(define-method set_sub_part
+  (of-object "GnomeDbSelectorMeta")
+  (c-name "gnome_db_selector_meta_set_sub_part")
   (return-type "none")
   (parameters
-    '("Module*" "module")
-    '("GObject*" "manager_obj")
+    '("GnomeDbSelectorPart*" "subpart")
   )
 )
 
-(define-function name_group_obj_added_cb
-  (c-name "name_group_obj_added_cb")
+(define-method set_pixbuf_func
+  (of-object "GnomeDbSelectorMeta")
+  (c-name "gnome_db_selector_meta_set_pixbuf_func")
   (return-type "none")
   (parameters
-    '("GObject*" "manager_obj")
-    '("GObject*" "added_obj")
-    '("Module*" "module")
+    '("gint" "column")
+    '("GnomeDbSelectorMetaPixbufFunc" "func")
   )
 )
 
-(define-function name_group_obj_removed_cb
-  (c-name "name_group_obj_removed_cb")
-  (return-type "none")
-  (parameters
-    '("GObject*" "manager_obj")
-    '("GObject*" "removed_obj")
-    '("Module*" "module")
-  )
+
+
+;; From gnome-db-selector-part.h
+
+(define-function gnome_db_selector_part_get_type
+  (c-name "gnome_db_selector_part_get_type")
+  (return-type "GType")
 )
 
-(define-function name_group_obj_updated_cb
-  (c-name "name_group_obj_updated_cb")
+(define-method set_name
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_set_name")
   (return-type "none")
   (parameters
-    '("GObject*" "manager_obj")
-    '("GObject*" "upd_obj")
-    '("Module*" "module")
+    '("const-gchar*" "name")
   )
 )
 
-(define-function name_group_update_started_cb
-  (c-name "name_group_update_started_cb")
-  (return-type "none")
-  (parameters
-    '("GObject*" "manager_obj")
-    '("Module*" "module")
-  )
+(define-method get_name
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_get_name")
+  (return-type "const-gchar*")
 )
 
-(define-function name_group_update_finished_cb
-  (c-name "name_group_update_finished_cb")
+(define-method set_parent_part
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_set_parent_part")
   (return-type "none")
   (parameters
-    '("GObject*" "manager_obj")
-    '("Module*" "module")
+    '("GnomeDbSelectorPart*" "parent_part")
   )
 )
 
-(define-function name_group_free_mod_data
-  (c-name "name_group_free_mod_data")
-  (return-type "none")
-  (parameters
-    '("Module*" "module")
-  )
+(define-method get_parent_part
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_get_parent_part")
+  (return-type "GnomeDbSelectorPart*")
 )
 
-(define-function name_group_do_add_obj
-  (c-name "name_group_do_add_obj")
-  (return-type "none")
-  (parameters
-    '("Module*" "module")
-    '("GObject*" "added_obj")
-  )
+(define-method get_pixbuf
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_get_pixbuf")
+  (return-type "GdkPixbuf*")
 )
 
-(define-function name_group_do_remove_obj
-  (c-name "name_group_do_remove_obj")
+(define-method fill_tree_store
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_fill_tree_store")
   (return-type "none")
   (parameters
-    '("Module*" "module")
-    '("GObject*" "removed_obj")
+    '("GtkTreeStore*" "store")
+    '("GtkTreeIter*" "parent")
   )
 )
 
-(define-function name_group_do_update_obj
-  (c-name "name_group_do_update_obj")
-  (return-type "none")
+(define-method get_params
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_get_params")
+  (return-type "GdaSet*")
   (parameters
-    '("Module*" "module")
-    '("GObject*" "updated_obj")
+    '("GtkTreeStore*" "store")
+    '("GtkTreeIter*" "at_iter")
   )
 )
 
-(define-function flat_init_model_fill
-  (c-name "flat_init_model_fill")
-  (return-type "none")
+(define-method get_data
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_get_data")
+  (return-type "GdaSet*")
   (parameters
-    '("Module*" "module")
-    '("GtkTreeModel*" "model")
+    '("GtkTreeStore*" "store")
+    '("GtkTreeIter*" "at_iter")
   )
 )
 
-(define-function flat_manager_weak_notify
-  (c-name "flat_manager_weak_notify")
-  (return-type "none")
+(define-method get_value
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_get_value")
+  (return-type "const-GValue*")
   (parameters
-    '("Module*" "module")
-    '("GObject*" "manager_obj")
+    '("const-gchar*" "id")
+    '("GtkTreeStore*" "store")
+    '("GtkTreeIter*" "at_iter")
   )
 )
 
-(define-function flat_obj_added_cb
-  (c-name "flat_obj_added_cb")
+(define-method obtain_new_store_row
+  (of-object "GnomeDbSelectorPart")
+  (c-name "gnome_db_selector_part_obtain_new_store_row")
   (return-type "none")
   (parameters
-    '("GObject*" "manager_obj")
-    '("GObject*" "added_obj")
-    '("Module*" "module")
+    '("GnomeDbSelectorPartFillMode*" "in_out_mode")
+    '("GtkTreeStore*" "store")
+    '("GtkTreeIter*" "iter")
+    '("GtkTreeIter*" "parent_iter")
   )
 )
 
-(define-function flat_obj_removed_cb
-  (c-name "flat_obj_removed_cb")
-  (return-type "none")
-  (parameters
-    '("GObject*" "manager_obj")
-    '("GObject*" "removed_obj")
-    '("Module*" "module")
-  )
+
+
+;; From gnome-db-selector-schema.h
+
+(define-function gnome_db_selector_schema_get_type
+  (c-name "gnome_db_selector_schema_get_type")
+  (return-type "GType")
 )
 
-(define-function flat_obj_updated_cb
-  (c-name "flat_obj_updated_cb")
-  (return-type "none")
-  (parameters
-    '("GObject*" "manager_obj")
-    '("GObject*" "upd_obj")
-    '("Module*" "module")
-  )
+(define-function gnome_db_selector_schema_new
+  (c-name "gnome_db_selector_schema_new")
+  (is-constructor-of "GnomeDbSelectorSchema")
+  (return-type "GnomeDbSelectorPart*")
 )
 
-(define-function flat_objs_order_changed_cb
-  (c-name "flat_objs_order_changed_cb")
+(define-method set_sub_part
+  (of-object "GnomeDbSelectorSchema")
+  (c-name "gnome_db_selector_schema_set_sub_part")
   (return-type "none")
   (parameters
-    '("GObject*" "manager_obj")
-    '("Module*" "module")
+    '("GnomeDbSelectorSchemaNodeType" "type")
+    '("GnomeDbSelectorPart*" "subpart")
   )
 )
 
-(define-function flat_free_mod_data
-  (c-name "flat_free_mod_data")
-  (return-type "none")
-  (parameters
-    '("Module*" "module")
-  )
+
+
+;; From gnome-db-selector-table.h
+
+(define-function gnome_db_selector_table_get_type
+  (c-name "gnome_db_selector_table_get_type")
+  (return-type "GType")
 )
 
-(define-function flat_do_add_obj
-  (c-name "flat_do_add_obj")
-  (return-type "none")
+(define-function gnome_db_selector_table_new
+  (c-name "gnome_db_selector_table_new")
+  (is-constructor-of "GnomeDbSelectorTable")
+  (return-type "GnomeDbSelectorPart*")
   (parameters
-    '("Module*" "module")
-    '("GObject*" "added_obj")
+    '("GdaMetaStore*" "store")
   )
 )
 
-(define-function flat_do_remove_obj
-  (c-name "flat_do_remove_obj")
-  (return-type "none")
-  (parameters
-    '("Module*" "module")
-    '("GObject*" "removed_obj")
-  )
+
+
+;; From gnome-db-selector-view.h
+
+(define-function gnome_db_selector_view_get_type
+  (c-name "gnome_db_selector_view_get_type")
+  (return-type "GType")
 )
 
-(define-function flat_do_update_obj
-  (c-name "flat_do_update_obj")
-  (return-type "none")
+(define-function gnome_db_selector_view_new
+  (c-name "gnome_db_selector_view_new")
+  (is-constructor-of "GnomeDbSelectorView")
+  (return-type "GnomeDbSelectorPart*")
   (parameters
-    '("Module*" "module")
-    '("GObject*" "updated_obj")
+    '("GdaMetaStore*" "store")
   )
 )
 
@@ -712,7 +710,7 @@
   (is-constructor-of "GnomeDbSqlConsole")
   (return-type "GtkWidget*")
   (parameters
-    '("GdaDict*" "dict")
+    '("GdaConnection*" "cnc")
     '("const-gchar*" "message")
   )
 )
@@ -734,158 +732,3 @@
 ;; From libgnomedb-extra.h
 
 
-
-;; From sel-aggregates.h
-
-(define-function sel_module_aggregates_new
-  (c-name "sel_module_aggregates_new")
-  (is-constructor-of "SelModuleAggregates")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-
-
-;; From sel-data-types.h
-
-(define-function sel_module_data_types_new
-  (c-name "sel_module_data_types_new")
-  (is-constructor-of "SelModuleDataTypes")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-
-
-;; From sel-functions.h
-
-(define-function sel_module_functions_new
-  (c-name "sel_module_functions_new")
-  (is-constructor-of "SelModuleFunctions")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-
-
-;; From sel-graphs.h
-
-(define-function sel_module_graphs_new
-  (c-name "sel_module_graphs_new")
-  (is-constructor-of "SelModuleGraphs")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-
-
-;; From sel-onequery.h
-
-(define-function sel_module_onequery_new
-  (c-name "sel_module_onequery_new")
-  (is-constructor-of "SelModuleOnequery")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-
-
-;; From sel-onetable.h
-
-(define-function sel_module_onetable_new
-  (c-name "sel_module_onetable_new")
-  (is-constructor-of "SelModuleOnetable")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-
-
-;; From sel-onetarget.h
-
-(define-function sel_module_onetarget_new
-  (c-name "sel_module_onetarget_new")
-  (is-constructor-of "SelModuleOnetarget")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-(define-function sel_module_onetarget_new_all
-  (c-name "sel_module_onetarget_new_all")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-
-
-;; From sel-queries.h
-
-(define-function sel_module_queries_new
-  (c-name "sel_module_queries_new")
-  (is-constructor-of "SelModuleQueries")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-
-
-;; From sel-tables.h
-
-(define-function sel_module_tables_new
-  (c-name "sel_module_tables_new")
-  (is-constructor-of "SelModuleTables")
-  (return-type "Module*")
-  (parameters
-    '("GnomeDbSelector*" "mgsel")
-    '("gboolean" "insert_header")
-    '("GtkTreeIter*" "iter")
-    '("gpointer" "data")
-  )
-)
-
-

Modified: libgnomedbmm/trunk/libgnomedb/src/libgnomedb_graph_methods.defs
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/libgnomedb_graph_methods.defs	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/libgnomedb_graph_methods.defs	Sat Jan  3 22:08:34 2009
@@ -2,7 +2,7 @@
 ; object definitions ...
 (define-object DbCanvas
   (in-module "Gnome")
-  (parent "GnomeCanvas")
+  (parent "GooCanvas")
   (c-name "GnomeDbCanvas")
   (gtype-id "GNOME_TYPE_DB_CANVAS")
 )
@@ -16,23 +16,16 @@
 
 (define-object DbCanvasItem
   (in-module "Gnome")
-  (parent "GnomeCanvasGroup")
+  (parent "GooCanvasGroup")
   (c-name "GnomeDbCanvasItem")
   (gtype-id "GNOME_TYPE_DB_CANVAS_ITEM")
 )
 
-(define-object DbCanvasFkconstraint
+(define-object DbCanvasFkey
   (in-module "Gnome")
   (parent "GnomeDbCanvasItem")
-  (c-name "GnomeDbCanvasFkconstraint")
-  (gtype-id "GNOME_TYPE_DB_CANVAS_FKCONSTRAINT")
-)
-
-(define-object DbCanvasEntity
-  (in-module "Gnome")
-  (parent "GnomeDbCanvasItem")
-  (c-name "GnomeDbCanvasEntity")
-  (gtype-id "GNOME_TYPE_DB_CANVAS_ENTITY")
+  (c-name "GnomeDbCanvasFkey")
+  (gtype-id "GNOME_TYPE_DB_CANVAS_FKEY")
 )
 
 (define-object DbCanvasCursor
@@ -42,18 +35,11 @@
   (gtype-id "GNOME_TYPE_DB_CANVAS_CURSOR")
 )
 
-(define-object DbCanvasJoin
+(define-object DbCanvasTable
   (in-module "Gnome")
   (parent "GnomeDbCanvasItem")
-  (c-name "GnomeDbCanvasJoin")
-  (gtype-id "GNOME_TYPE_DB_CANVAS_JOIN")
-)
-
-(define-object DbCanvasQueryStruct
-  (in-module "Gnome")
-  (parent "GnomeDbCanvas")
-  (c-name "GnomeDbCanvasQueryStruct")
-  (gtype-id "GNOME_TYPE_DB_CANVAS_QUERY_STRUCT")
+  (c-name "GnomeDbCanvasTable")
+  (gtype-id "GNOME_TYPE_DB_CANVAS_TABLE")
 )
 
 (define-object DbCanvasText
@@ -63,32 +49,98 @@
   (gtype-id "GNOME_TYPE_DB_CANVAS_TEXT")
 )
 
-(define-object DbCanvasField
+(define-object DbCanvasColumn
   (in-module "Gnome")
   (parent "GnomeDbCanvasText")
-  (c-name "GnomeDbCanvasField")
-  (gtype-id "GNOME_TYPE_DB_CANVAS_FIELD")
+  (c-name "GnomeDbCanvasColumn")
+  (gtype-id "GNOME_TYPE_DB_CANVAS_COLUMN")
 )
 
 (define-object DbCanvasTip
   (in-module "Gnome")
-  (parent "GnomeCanvasGroup")
+  (parent "GooCanvasGroup")
   (c-name "GnomeDbCanvasTip")
   (gtype-id "GNOME_TYPE_DB_CANVAS_TIP")
 )
 
+(define-object DbGraph
+  (in-module "Gnome")
+  (parent "GObject")
+  (c-name "GnomeDbGraph")
+  (gtype-id "GNOME_TYPE_DB_GRAPH")
+)
+
+(define-object DbGraphItem
+  (in-module "Gnome")
+  (parent "GObject")
+  (c-name "GnomeDbGraphItem")
+  (gtype-id "GNOME_TYPE_DB_GRAPH_ITEM")
+)
+
 ;; Enumerations and flags ...
 
-(define-flags ShapeExt
-  (in-module "Canvas")
-  (c-name "CanvasShapeExt")
-  (gtype-id "CANVAS_TYPE_SHAPE_EXT")
+(define-enum DbCanvasLayoutAlgorithm
+  (in-module "Gnome")
+  (c-name "GnomeDbCanvasLayoutAlgorithm")
+  (gtype-id "GNOME_TYPE_DB_CANVAS_LAYOUT_ALGORITHM")
+  (values
+    '("default" "GNOME_DB_CANVAS_LAYOUT_DEFAULT")
+    '("radial" "GNOME_DB_CANVAS_LAYOUT_RADIAL")
+  )
+)
+
+(define-enum DbGraphError
+  (in-module "Gnome")
+  (c-name "GnomeDbGraphError")
+  (gtype-id "GNOME_TYPE_DB_GRAPH_ERROR")
   (values
-    '("1" "CANVAS_SHAPE_EXT_JOIN_OUTER_1")
-    '("2" "CANVAS_SHAPE_EXT_JOIN_OUTER_2")
+    '("error" "GNOME_DB_GRAPH__ERROR")
   )
 )
 
+(define-enum DbGraphItemError
+  (in-module "Gnome")
+  (c-name "GnomeDbGraphItemError")
+  (gtype-id "GNOME_TYPE_DB_GRAPH_ITEM_ERROR")
+  (values
+    '("error" "GNOME_DB_GRAPH_ITEM__ERROR")
+  )
+)
+
+
+;; From gnome-db-canvas-column.h
+
+(define-function gnome_db_canvas_column_get_type
+  (c-name "gnome_db_canvas_column_get_type")
+  (return-type "GType")
+)
+
+(define-function gnome_db_canvas_column_new
+  (c-name "gnome_db_canvas_column_new")
+  (is-constructor-of "GnomeDbCanvasColumn")
+  (return-type "GooCanvasItem*")
+  (parameters
+    '("GooCanvasItem*" "parent")
+    '("GdaMetaTableColumn*" "column")
+    '("gdouble" "x")
+    '("gdouble" "y")
+  )
+  (varargs #t)
+)
+
+(define-method get_column
+  (of-object "GnomeDbCanvasColumn")
+  (c-name "gnome_db_canvas_column_get_column")
+  (return-type "GdaMetaTableColumn*")
+)
+
+(define-method get_parent_item
+  (of-object "GnomeDbCanvasColumn")
+  (c-name "gnome_db_canvas_column_get_parent_item")
+  (return-type "GnomeDbCanvasTable*")
+)
+
+
 
 ;; From gnome-db-canvas-cursor.h
 
@@ -97,6 +149,16 @@
   (return-type "GType")
 )
 
+(define-function gnome_db_canvas_cursor_new
+  (c-name "gnome_db_canvas_cursor_new")
+  (is-constructor-of "GnomeDbCanvasCursor")
+  (return-type "GooCanvasItem*")
+  (parameters
+    '("GooCanvasItem*" "parent")
+  )
+  (varargs #t)
+)
+
 
 
 ;; From gnome-db-canvas-db-relations.h
@@ -111,75 +173,52 @@
   (is-constructor-of "GnomeDbCanvasDbRelations")
   (return-type "GtkWidget*")
   (parameters
-    '("GdaDict*" "dict")
-    '("GdaGraph*" "graph")
+    '("GdaMetaStore*" "store")
   )
 )
 
-
-
-;; From gnome-db-canvas-entity.h
-
-(define-function gnome_db_canvas_entity_get_type
-  (c-name "gnome_db_canvas_entity_get_type")
-  (return-type "GType")
-)
-
-(define-method get_field_item
-  (of-object "GnomeDbCanvasEntity")
-  (c-name "gnome_db_canvas_entity_get_field_item")
-  (return-type "GnomeDbCanvasField*")
+(define-method get_table_item
+  (of-object "GnomeDbCanvasDbRelations")
+  (c-name "gnome_db_canvas_db_relations_get_table_item")
+  (return-type "GnomeDbCanvasTable*")
   (parameters
-    '("GdaEntityField*" "field")
+    '("GdaMetaTable*" "table")
   )
 )
 
-(define-method get_field_ypos
-  (of-object "GnomeDbCanvasEntity")
-  (c-name "gnome_db_canvas_entity_get_field_ypos")
-  (return-type "gdouble")
+(define-method add_table_item
+  (of-object "GnomeDbCanvasDbRelations")
+  (c-name "gnome_db_canvas_db_relations_add_table_item")
+  (return-type "GnomeDbCanvasTable*")
   (parameters
-    '("GdaEntityField*" "field")
+    '("const-GValue*" "table_catalog")
+    '("const-GValue*" "table_schema")
+    '("const-GValue*" "table_name")
   )
 )
 
 
 
-;; From gnome-db-canvas-field.h
-
-(define-function gnome_db_canvas_field_get_type
-  (c-name "gnome_db_canvas_field_get_type")
-  (return-type "GType")
-)
-
-(define-method get_field
-  (of-object "GnomeDbCanvasField")
-  (c-name "gnome_db_canvas_field_get_field")
-  (return-type "GdaEntityField*")
-)
-
-(define-method get_parent_item
-  (of-object "GnomeDbCanvasField")
-  (c-name "gnome_db_canvas_field_get_parent_item")
-  (return-type "GnomeDbCanvasEntity*")
-)
+;; From gnome-db-canvas-decl.h
 
 
 
-;; From gnome-db-canvas-fkconstraint.h
+;; From gnome-db-canvas-fkey.h
 
-(define-function gnome_db_canvas_fkconstraint_get_type
-  (c-name "gnome_db_canvas_fkconstraint_get_type")
+(define-function gnome_db_canvas_fkey_get_type
+  (c-name "gnome_db_canvas_fkey_get_type")
   (return-type "GType")
 )
 
-(define-method add_constraint
-  (of-object "GnomeDbCanvasFkconstraint")
-  (c-name "gnome_db_canvas_fkconstraint_add_constraint")
-  (return-type "none")
+(define-function gnome_db_canvas_fkey_new
+  (c-name "gnome_db_canvas_fkey_new")
+  (is-constructor-of "GnomeDbCanvasFkey")
+  (return-type "GooCanvasItem*")
   (parameters
-    '("GdaDictConstraint*" "fkcons")
+    '("GooCanvasItem*" "parent")
+    '("GdaMetaTableForeignKey*" "fk")
   )
+  (varargs #t)
 )
 
 
@@ -194,7 +233,7 @@
 (define-method get_graph
   (of-object "GnomeDbCanvas")
   (c-name "gnome_db_canvas_get_graph")
-  (return-type "GdaGraph*")
+  (return-type "GnomeDbGraph*")
 )
 
 (define-method set_in_scrolled_window
@@ -212,15 +251,6 @@
   )
 )
 
-(define-method get_item_for_object
-  (of-object "GnomeDbCanvas")
-  (c-name "gnome_db_canvas_get_item_for_object")
-  (return-type "GnomeDbCanvasItem*")
-  (parameters
-    '("GdaObject*" "ref_obj")
-  )
-)
-
 (define-method set_zoom_factor
   (of-object "GnomeDbCanvas")
   (c-name "gnome_db_canvas_set_zoom_factor")
@@ -242,6 +272,28 @@
   (return-type "gdouble")
 )
 
+(define-method auto_layout_enabled
+  (of-object "GnomeDbCanvas")
+  (c-name "gnome_db_canvas_auto_layout_enabled")
+  (return-type "gboolean")
+)
+
+(define-method perform_auto_layout
+  (of-object "GnomeDbCanvas")
+  (c-name "gnome_db_canvas_perform_auto_layout")
+  (return-type "none")
+  (parameters
+    '("gboolean" "animate")
+    '("GnomeDbCanvasLayoutAlgorithm" "algorithm")
+  )
+)
+
+(define-method center
+  (of-object "GnomeDbCanvas")
+  (c-name "gnome_db_canvas_center")
+  (return-type "none")
+)
+
 
 
 ;; From gnome-db-canvas-item.h
@@ -260,34 +312,66 @@
 (define-method get_graph_item
   (of-object "GnomeDbCanvasItem")
   (c-name "gnome_db_canvas_item_get_graph_item")
-  (return-type "GdaGraphItem*")
+  (return-type "GnomeDbGraphItem*")
+)
+
+(define-method get_edge_nodes
+  (of-object "GnomeDbCanvasItem")
+  (c-name "gnome_db_canvas_item_get_edge_nodes")
+  (return-type "none")
+  (parameters
+    '("GnomeDbCanvasItem**" "from")
+    '("GnomeDbCanvasItem**" "to")
+  )
 )
 
 
 
-;; From gnome-db-canvas-join.h
+;; From gnome-db-canvas-print.h
 
-(define-function gnome_db_canvas_join_get_type
-  (c-name "gnome_db_canvas_join_get_type")
-  (return-type "GType")
+(define-method print
+  (of-object "GnomeDbCanvas")
+  (c-name "gnome_db_canvas_print")
+  (return-type "none")
 )
 
 
 
-;; From gnome-db-canvas-query-struct.h
+;; From gnome-db-canvas-table.h
 
-(define-function gnome_db_canvas_query_struct_get_type
-  (c-name "gnome_db_canvas_query_struct_get_type")
+(define-function gnome_db_canvas_table_get_type
+  (c-name "gnome_db_canvas_table_get_type")
   (return-type "GType")
 )
 
-(define-function gnome_db_canvas_query_struct_new
-  (c-name "gnome_db_canvas_query_struct_new")
-  (is-constructor-of "GnomeDbCanvasQueryStruct")
-  (return-type "GtkWidget*")
+(define-function gnome_db_canvas_table_new
+  (c-name "gnome_db_canvas_table_new")
+  (is-constructor-of "GnomeDbCanvasTable")
+  (return-type "GooCanvasItem*")
+  (parameters
+    '("GooCanvasItem*" "parent")
+    '("GdaMetaTable*" "table")
+    '("gdouble" "x")
+    '("gdouble" "y")
+  )
+  (varargs #t)
+)
+
+(define-method get_column_item
+  (of-object "GnomeDbCanvasTable")
+  (c-name "gnome_db_canvas_table_get_column_item")
+  (return-type "GnomeDbCanvasColumn*")
+  (parameters
+    '("GdaMetaTableColumn*" "column")
+  )
+)
+
+(define-method get_column_ypos
+  (of-object "GnomeDbCanvasTable")
+  (c-name "gnome_db_canvas_table_get_column_ypos")
+  (return-type "gdouble")
   (parameters
-    '("GdaQuery*" "query")
-    '("GdaGraph*" "graph")
+    '("GdaMetaTableColumn*" "column")
   )
 )
 
@@ -300,6 +384,19 @@
   (return-type "GType")
 )
 
+(define-function gnome_db_canvas_text_new
+  (c-name "gnome_db_canvas_text_new")
+  (is-constructor-of "GnomeDbCanvasText")
+  (return-type "GooCanvasItem*")
+  (parameters
+    '("GooCanvasItem*" "parent")
+    '("const-gchar*" "txt")
+    '("gdouble" "x")
+    '("gdouble" "y")
+  )
+  (varargs #t)
+)
+
 (define-method set_highlight
   (of-object "GnomeDbCanvasText")
   (c-name "gnome_db_canvas_text_set_highlight")
@@ -318,58 +415,166 @@
   (return-type "GType")
 )
 
+(define-function gnome_db_canvas_tip_new
+  (c-name "gnome_db_canvas_tip_new")
+  (is-constructor-of "GnomeDbCanvasTip")
+  (return-type "GooCanvasItem*")
+  (parameters
+    '("GooCanvasItem*" "parent")
+    '("const-gchar*" "txt")
+    '("gdouble" "x")
+    '("gdouble" "y")
+  )
+  (varargs #t)
+)
+
 
 
-;; From graph-utility.h
+;; From gnome-db-canvas-utility.h
 
-(define-function graph_util_compute_anchor_shapes
-  (c-name "graph_util_compute_anchor_shapes")
+(define-function gnome_db_canvas_util_compute_anchor_shapes
+  (c-name "gnome_db_canvas_util_compute_anchor_shapes")
   (return-type "GSList*")
   (parameters
-    '("GnomeDbCanvasEntity*" "fk_ent")
-    '("GnomeDbCanvasEntity*" "ref_pk_ent")
+    '("GooCanvasItem*" "parent")
+    '("GSList*" "shapes")
+    '("GnomeDbCanvasTable*" "fk_ent")
+    '("GnomeDbCanvasTable*" "ref_pk_ent")
     '("guint" "nb_anchors")
     '("guint" "ext")
+    '("gboolean" "with_handle")
   )
 )
 
-(define-function graph_util_compute_connect_shapes
-  (c-name "graph_util_compute_connect_shapes")
+(define-function gnome_db_canvas_util_compute_connect_shapes
+  (c-name "gnome_db_canvas_util_compute_connect_shapes")
   (return-type "GSList*")
   (parameters
-    '("GnomeDbCanvasEntity*" "ent1")
-    '("GdaEntityField*" "field1")
-    '("GnomeDbCanvasEntity*" "ent2")
-    '("GdaEntityField*" "field2")
+    '("GooCanvasItem*" "parent")
+    '("GSList*" "shapes")
+    '("GnomeDbCanvasTable*" "ent1")
+    '("GdaMetaTableColumn*" "field1")
+    '("GnomeDbCanvasTable*" "ent2")
+    '("GdaMetaTableColumn*" "field2")
+    '("guint" "nb_connect")
     '("guint" "ext")
   )
 )
 
-(define-function graph_util_compute_handle_shapes
-  (c-name "graph_util_compute_handle_shapes")
+(define-function gnome_db_canvas_canvas_shapes_dump
+  (c-name "gnome_db_canvas_canvas_shapes_dump")
+  (return-type "none")
+  (parameters
+    '("GSList*" "list")
+  )
+)
+
+(define-function gnome_db_canvas_canvas_shapes_remove_all
+  (c-name "gnome_db_canvas_canvas_shapes_remove_all")
+  (return-type "none")
+  (parameters
+    '("GSList*" "list")
+  )
+)
+
+(define-function gnome_db_canvas_canvas_shapes_remove_obsolete_shapes
+  (c-name "gnome_db_canvas_canvas_shapes_remove_obsolete_shapes")
   (return-type "GSList*")
   (parameters
-    '("gdouble" "x1")
-    '("gdouble" "y1")
-    '("gdouble" "x2")
-    '("gdouble" "y2")
+    '("GSList*" "list")
+  )
+)
+
+
+
+;; From gnome-db-graph.h
+
+(define-function gnome_db_graph_get_type
+  (c-name "gnome_db_graph_get_type")
+  (return-type "GType")
+)
+
+(define-function gnome_db_graph_new
+  (c-name "gnome_db_graph_new")
+  (is-constructor-of "GnomeDbGraph")
+  (return-type "GnomeDbGraph*")
+  (parameters
+    '("GdaMetaStore*" "store")
+    '("guint" "id")
   )
 )
 
-(define-function graph_util_free_canvas_shapes
-  (c-name "graph_util_free_canvas_shapes")
+(define-method add_item
+  (of-object "GnomeDbGraph")
+  (c-name "gnome_db_graph_add_item")
   (return-type "none")
   (parameters
-    '("GSList*" "canvas_shapes")
+    '("GnomeDbGraphItem*" "item")
   )
 )
 
-(define-function graph_util_draw_canvas_shapes
-  (c-name "graph_util_draw_canvas_shapes")
+(define-method del_item
+  (of-object "GnomeDbGraph")
+  (c-name "gnome_db_graph_del_item")
+  (return-type "none")
+  (parameters
+    '("GnomeDbGraphItem*" "item")
+  )
+)
+
+(define-method get_items
+  (of-object "GnomeDbGraph")
+  (c-name "gnome_db_graph_get_items")
   (return-type "GSList*")
+)
+
+(define-function gnome_db_graph_delete
+  (c-name "gnome_db_graph_delete")
+  (return-type "none")
+  (parameters
+    '("GdaMetaStore*" "store")
+    '("guint" "id")
+  )
+)
+
+
+
+;; From gnome-db-graph-item.h
+
+(define-function gnome_db_graph_item_get_type
+  (c-name "gnome_db_graph_item_get_type")
+  (return-type "GType")
+)
+
+(define-method item_new
+  (of-object "GnomeDbGraph")
+  (c-name "gnome_db_graph_item_new")
+  (return-type "GnomeDbGraphItem*")
+)
+
+(define-method get_graph
+  (of-object "GnomeDbGraphItem")
+  (c-name "gnome_db_graph_item_get_graph")
+  (return-type "GnomeDbGraph*")
+)
+
+(define-method set_position
+  (of-object "GnomeDbGraphItem")
+  (c-name "gnome_db_graph_item_set_position")
+  (return-type "none")
+  (parameters
+    '("gdouble" "x")
+    '("gdouble" "y")
+  )
+)
+
+(define-method get_position
+  (of-object "GnomeDbGraphItem")
+  (c-name "gnome_db_graph_item_get_position")
+  (return-type "none")
   (parameters
-    '("GnomeCanvasGroup*" "cg")
-    '("GSList*" "canvas_shapes")
+    '("gdouble*" "x")
+    '("gdouble*" "y")
   )
 )
 

Modified: libgnomedbmm/trunk/libgnomedb/src/libgnomedb_methods.defs
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/libgnomedb_methods.defs	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/libgnomedb_methods.defs	Sat Jan  3 22:08:34 2009
@@ -21,34 +21,6 @@
   (gtype-id "GNOME_TYPE_DB_CONNECTION_PROPERTIES")
 )
 
-(define-object DbDataCellRendererBoolean
-  (in-module "Gnome")
-  (parent "GtkCellRendererToggle")
-  (c-name "GnomeDbDataCellRendererBoolean")
-  (gtype-id "GNOME_TYPE_DB_DATA_CELL_RENDERER_BOOLEAN")
-)
-
-(define-object DbDataCellRendererCombo
-  (in-module "Gnome")
-  (parent "GtkCellRendererText")
-  (c-name "GnomeDbDataCellRendererCombo")
-  (gtype-id "GNOME_TYPE_DB_DATA_CELL_RENDERER_COMBO")
-)
-
-(define-object DbDataCellRendererInfo
-  (in-module "Gnome")
-  (parent "GtkCellRenderer")
-  (c-name "GnomeDbDataCellRendererInfo")
-  (gtype-id "GNOME_TYPE_DB_DATA_CELL_RENDERER_INFO")
-)
-
-(define-object DbDataCellRendererTextual
-  (in-module "Gnome")
-  (parent "GtkCellRendererText")
-  (c-name "GnomeDbDataCellRendererTextual")
-  (gtype-id "GNOME_TYPE_DB_DATA_CELL_RENDERER_TEXTUAL")
-)
-
 (define-object DbDataEntry
   (in-module "Gnome")
   (c-name "GnomeDbDataEntry")
@@ -62,13 +34,6 @@
   (gtype-id "GNOME_TYPE_DB_DATA_IMPORT")
 )
 
-(define-object DbDataSourceSelector
-  (in-module "Gnome")
-  (parent "GtkComboBox")
-  (c-name "GnomeDbDataSourceSelector")
-  (gtype-id "GNOME_TYPE_DB_DATA_SOURCE_SELECTOR")
-)
-
 (define-object DbDataStore
   (in-module "Gnome")
   (parent "GObject")
@@ -82,6 +47,13 @@
   (gtype-id "GNOME_TYPE_DB_DATA_WIDGET")
 )
 
+(define-object DbDataWidgetFilter
+  (in-module "Gnome")
+  (parent "GtkVBox")
+  (c-name "GnomeDbDataWidgetFilter")
+  (gtype-id "GNOME_TYPE_DB_DATA_WIDGET_FILTER")
+)
+
 (define-object DbDataWidgetInfo
   (in-module "Gnome")
   (parent "GtkHBox")
@@ -103,81 +75,11 @@
   (gtype-id "GNOME_TYPE_DB_DSN_EDITOR")
 )
 
-(define-object DbDsnSpec
-  (in-module "Gnome")
-  (parent "GtkVBox")
-  (c-name "GnomeDbDsnSpec")
-  (gtype-id "GNOME_TYPE_DB_DSN_SPEC")
-)
-
-(define-object DbEntryShell
-  (in-module "Gnome")
-  (parent "GtkViewport")
-  (c-name "GnomeDbEntryShell")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_SHELL")
-)
-
-(define-object DbEntryCombo
-  (in-module "Gnome")
-  (parent "GnomeDbEntryShell")
-  (c-name "GnomeDbEntryCombo")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_COMBO")
-)
-
-(define-object DbEntryWrapper
-  (in-module "Gnome")
-  (parent "GnomeDbEntryShell")
-  (c-name "GnomeDbEntryWrapper")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_WRAPPER")
-)
-
-(define-object DbEntryString
+(define-object DbDsnSelector
   (in-module "Gnome")
-  (parent "GnomeDbEntryWrapper")
-  (c-name "GnomeDbEntryString")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_STRING")
-)
-
-(define-object DbEntryNone
-  (in-module "Gnome")
-  (parent "GnomeDbEntryWrapper")
-  (c-name "GnomeDbEntryNone")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_NONE")
-)
-
-(define-object DbEntryCommonTime
-  (in-module "Gnome")
-  (parent "GnomeDbEntryWrapper")
-  (c-name "GnomeDbEntryCommonTime")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_COMMON_TIME")
-)
-
-(define-object DbEntryTimestamp
-  (in-module "Gnome")
-  (parent "GnomeDbEntryCommonTime")
-  (c-name "GnomeDbEntryTimestamp")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_TIMESTAMP")
-)
-
-(define-object DbEntryTime
-  (in-module "Gnome")
-  (parent "GnomeDbEntryCommonTime")
-  (c-name "GnomeDbEntryTime")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_TIME")
-)
-
-(define-object DbEntryDate
-  (in-module "Gnome")
-  (parent "GnomeDbEntryCommonTime")
-  (c-name "GnomeDbEntryDate")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_DATE")
-)
-
-(define-object DbEntryBoolean
-  (in-module "Gnome")
-  (parent "GnomeDbEntryWrapper")
-  (c-name "GnomeDbEntryBoolean")
-  (gtype-id "GNOME_TYPE_DB_ENTRY_BOOLEAN")
+  (parent "GnomeDbCombo")
+  (c-name "GnomeDbDsnSelector")
+  (gtype-id "GNOME_TYPE_DB_DSN_SELECTOR")
 )
 
 (define-object DbFindDialog
@@ -194,13 +96,6 @@
   (gtype-id "GNOME_TYPE_DB_FORM")
 )
 
-(define-object DbFormatEntry
-  (in-module "Gnome")
-  (parent "GtkEntry")
-  (c-name "GnomeDbFormatEntry")
-  (gtype-id "GNOME_TYPE_DB_FORMAT_ENTRY")
-)
-
 (define-object DbGrid
   (in-module "Gnome")
   (parent "GtkVBox")
@@ -222,6 +117,13 @@
   (gtype-id "GNOME_TYPE_DB_LOGIN_DIALOG")
 )
 
+(define-object DbProviderAuthEditor
+  (in-module "Gnome")
+  (parent "GtkVBox")
+  (c-name "GnomeDbProviderAuthEditor")
+  (gtype-id "GNOME_TYPE_DB_PROVIDER_AUTH_EDITOR")
+)
+
 (define-object DbProviderSelector
   (in-module "Gnome")
   (parent "GnomeDbCombo")
@@ -229,6 +131,13 @@
   (gtype-id "GNOME_TYPE_DB_PROVIDER_SELECTOR")
 )
 
+(define-object DbProviderSpecEditor
+  (in-module "Gnome")
+  (parent "GtkVBox")
+  (c-name "GnomeDbProviderSpecEditor")
+  (gtype-id "GNOME_TYPE_DB_PROVIDER_SPEC_EDITOR")
+)
+
 (define-object DbRawForm
   (in-module "Gnome")
   (parent "GnomeDbBasicForm")
@@ -259,6 +168,18 @@
 
 ;; Enumerations and flags ...
 
+(define-enum DbDataWidgetWriteMode
+  (in-module "Gnome")
+  (c-name "GnomeDbDataWidgetWriteMode")
+  (gtype-id "GNOME_TYPE_DB_DATA_WIDGET_WRITE_MODE")
+  (values
+    '("demand" "GNOME_DB_DATA_WIDGET_WRITE_ON_DEMAND")
+    '("row-change" "GNOME_DB_DATA_WIDGET_WRITE_ON_ROW_CHANGE")
+    '("value-activated" "GNOME_DB_DATA_WIDGET_WRITE_ON_VALUE_ACTIVATED")
+    '("value-change" "GNOME_DB_DATA_WIDGET_WRITE_ON_VALUE_CHANGE")
+  )
+)
+
 (define-flags DbDataWidgetInfoFlag
   (in-module "Gnome")
   (c-name "GnomeDbDataWidgetInfoFlag")
@@ -269,18 +190,7 @@
     '("row-modify-buttons" "GNOME_DB_DATA_WIDGET_INFO_ROW_MODIFY_BUTTONS")
     '("row-move-buttons" "GNOME_DB_DATA_WIDGET_INFO_ROW_MOVE_BUTTONS")
     '("chunck-change-buttons" "GNOME_DB_DATA_WIDGET_INFO_CHUNCK_CHANGE_BUTTONS")
-  )
-)
-
-(define-enum DbDataWidgetWriteMode
-  (in-module "Gnome")
-  (c-name "GnomeDbDataWidgetWriteMode")
-  (gtype-id "GNOME_TYPE_DB_DATA_WIDGET_WRITE_MODE")
-  (values
-    '("demand" "GNOME_DB_DATA_WIDGET_WRITE_ON_DEMAND")
-    '("row-change" "GNOME_DB_DATA_WIDGET_WRITE_ON_ROW_CHANGE")
-    '("value-activated" "GNOME_DB_DATA_WIDGET_WRITE_ON_VALUE_ACTIVATED")
-    '("value-change" "GNOME_DB_DATA_WIDGET_WRITE_ON_VALUE_CHANGE")
+    '("no-filter" "GNOME_DB_DATA_WIDGET_INFO_NO_FILTER")
   )
 )
 
@@ -334,7 +244,7 @@
   (is-constructor-of "GnomeDbBasicForm")
   (return-type "GtkWidget*")
   (parameters
-    '("GdaParameterList*" "data_set")
+    '("GdaSet*" "data_set")
   )
 )
 
@@ -342,7 +252,7 @@
   (c-name "gnome_db_basic_form_new_custom")
   (return-type "GtkWidget*")
   (parameters
-    '("GdaParameterList*" "data_set")
+    '("GdaSet*" "data_set")
     '("const-gchar*" "glade_file")
     '("const-gchar*" "root_element")
     '("const-gchar*" "form_prefix")
@@ -353,7 +263,7 @@
   (c-name "gnome_db_basic_form_new_in_dialog")
   (return-type "GtkWidget*")
   (parameters
-    '("GdaParameterList*" "data_set")
+    '("GdaSet*" "data_set")
     '("GtkWindow*" "parent")
     '("const-gchar*" "title")
     '("const-gchar*" "header")
@@ -363,7 +273,7 @@
 (define-method get_data_set
   (of-object "GnomeDbBasicForm")
   (c-name "gnome_db_basic_form_get_data_set")
-  (return-type "GdaParameterList*")
+  (return-type "GdaSet*")
 )
 
 (define-method is_valid
@@ -404,7 +314,7 @@
   (c-name "gnome_db_basic_form_entry_show")
   (return-type "none")
   (parameters
-    '("GdaParameter*" "param")
+    '("GdaHolder*" "param")
     '("gboolean" "show")
   )
 )
@@ -414,7 +324,7 @@
   (c-name "gnome_db_basic_form_entry_grab_focus")
   (return-type "none")
   (parameters
-    '("GdaParameter*" "param")
+    '("GdaHolder*" "param")
   )
 )
 
@@ -423,8 +333,8 @@
   (c-name "gnome_db_basic_form_entry_set_editable")
   (return-type "none")
   (parameters
-    '("GdaParameter*" "param")
-    '("gboolean" "sensitive")
+    '("GdaHolder*" "param")
+    '("gboolean" "editable")
   )
 )
 
@@ -448,7 +358,7 @@
   (c-name "gnome_db_basic_form_get_entry_widget")
   (return-type "GtkWidget*")
   (parameters
-    '("GdaParameter*" "param")
+    '("GdaHolder*" "param")
   )
 )
 
@@ -457,17 +367,7 @@
   (c-name "gnome_db_basic_form_get_label_widget")
   (return-type "GtkWidget*")
   (parameters
-    '("GdaParameter*" "param")
-  )
-)
-
-(define-method entry_set_editable
-  (of-object "GnomeDbBasicForm")
-  (c-name "gnome_db_basic_form_entry_set_editable")
-  (return-type "none")
-  (parameters
-    '("GdaParameter*" "param")
-    '("gboolean" "editable")
+    '("GdaHolder*" "param")
   )
 )
 
@@ -730,9 +630,6 @@
   (c-name "gnome_db_data_import_new")
   (is-constructor-of "GnomeDbDataImport")
   (return-type "GtkWidget*")
-  (parameters
-    '("GdaDict*" "dict")
-  )
 )
 
 (define-method get_model
@@ -743,39 +640,6 @@
 
 
 
-;; From gnome-db-data-source-selector.h
-
-(define-function gnome_db_data_source_selector_get_type
-  (c-name "gnome_db_data_source_selector_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_data_source_selector_new
-  (c-name "gnome_db_data_source_selector_new")
-  (is-constructor-of "GnomeDbDataSourceSelector")
-  (return-type "GtkWidget*")
-  (parameters
-    '("const-gchar*" "name")
-  )
-)
-
-(define-method get_dsn
-  (of-object "GnomeDbDataSourceSelector")
-  (c-name "gnome_db_data_source_selector_get_dsn")
-  (return-type "gchar*")
-)
-
-(define-method set_dsn
-  (of-object "GnomeDbDataSourceSelector")
-  (c-name "gnome_db_data_source_selector_set_dsn")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "dsn")
-  )
-)
-
-
-
 ;; From gnome-db-data-store.h
 
 (define-function gnome_db_data_store_get_type
@@ -858,20 +722,17 @@
 
 
 
-;; From gnome-db-data-widget-info.h
+;; From gnome-db-data-widget-filter.h
 
-(define-function gnome_db_data_widget_info_get_type
-  (c-name "gnome_db_data_widget_info_get_type")
+(define-function gnome_db_data_widget_filter_get_type
+  (c-name "gnome_db_data_widget_filter_get_type")
   (return-type "GType")
 )
 
-(define-method info_new
+(define-method filter_new
   (of-object "GnomeDbDataWidget")
-  (c-name "gnome_db_data_widget_info_new")
+  (c-name "gnome_db_data_widget_filter_new")
   (return-type "GtkWidget*")
-  (parameters
-    '("GnomeDbDataWidgetInfoFlag" "flags")
-  )
 )
 
 
@@ -980,6 +841,24 @@
 
 
 
+;; From gnome-db-data-widget-info.h
+
+(define-function gnome_db_data_widget_info_get_type
+  (c-name "gnome_db_data_widget_info_get_type")
+  (return-type "GType")
+)
+
+(define-method info_new
+  (of-object "GnomeDbDataWidget")
+  (c-name "gnome_db_data_widget_info_new")
+  (return-type "GtkWidget*")
+  (parameters
+    '("GnomeDbDataWidgetInfoFlag" "flags")
+  )
+)
+
+
+
 ;; From gnome-db-decl.h
 
 
@@ -1000,7 +879,7 @@
 (define-method get_dsn
   (of-object "GnomeDbDsnAssistant")
   (c-name "gnome_db_dsn_assistant_get_dsn")
-  (return-type "const-GdaDataSourceInfo*")
+  (return-type "const-GdaDsnInfo*")
 )
 
 
@@ -1021,7 +900,7 @@
 (define-method get_dsn
   (of-object "GnomeDbDsnEditor")
   (c-name "gnome_db_dsn_editor_get_dsn")
-  (return-type "GdaDataSourceInfo*")
+  (return-type "const-GdaDsnInfo*")
 )
 
 (define-method set_dsn
@@ -1029,60 +908,46 @@
   (c-name "gnome_db_dsn_editor_set_dsn")
   (return-type "none")
   (parameters
-    '("const-GdaDataSourceInfo*" "dsn_info")
+    '("const-GdaDsnInfo*" "dsn_info")
   )
 )
 
 
 
-;; From gnome-db-dsn-spec.h
+;; From gnome-db-dsn-selector.h
 
-(define-function gnome_db_dsn_spec_get_type
-  (c-name "gnome_db_dsn_spec_get_type")
+(define-function gnome_db_dsn_selector_get_type
+  (c-name "gnome_db_dsn_selector_get_type")
   (return-type "GType")
 )
 
-(define-function gnome_db_dsn_spec_new
-  (c-name "gnome_db_dsn_spec_new")
-  (is-constructor-of "GnomeDbDsnSpec")
+(define-function gnome_db_dsn_selector_new
+  (c-name "gnome_db_dsn_selector_new")
+  (is-constructor-of "GnomeDbDsnSelector")
   (return-type "GtkWidget*")
-  (parameters
-    '("const-gchar*" "provider")
-  )
-)
-
-(define-method set_provider
-  (of-object "GnomeDbDsnSpec")
-  (c-name "gnome_db_dsn_spec_set_provider")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "provider")
-  )
 )
 
-(define-method is_valid
-  (of-object "GnomeDbDsnSpec")
-  (c-name "gnome_db_dsn_spec_is_valid")
-  (return-type "gboolean")
-)
-
-(define-method get_specs
-  (of-object "GnomeDbDsnSpec")
-  (c-name "gnome_db_dsn_spec_get_specs")
+(define-method get_dsn
+  (of-object "GnomeDbDsnSelector")
+  (c-name "gnome_db_dsn_selector_get_dsn")
   (return-type "gchar*")
 )
 
-(define-method set_specs
-  (of-object "GnomeDbDsnSpec")
-  (c-name "gnome_db_dsn_spec_set_specs")
+(define-method set_dsn
+  (of-object "GnomeDbDsnSelector")
+  (c-name "gnome_db_dsn_selector_set_dsn")
   (return-type "none")
   (parameters
-    '("const-gchar*" "specs_string")
+    '("const-gchar*" "dsn")
   )
 )
 
 
 
+;; From gnome-db-enums.h
+
+
+
 ;; From gnome-db-enum-types.h
 
 (define-function gnome_db_data_widget_write_mode_get_type
@@ -1107,10 +972,6 @@
 
 
 
-;; From gnome-db-enums.h
-
-
-
 ;; From gnome-db-find-dialog.h
 
 (define-function gnome_db_find_dialog_get_type
@@ -1238,6 +1099,7 @@
   (return-type "GtkWidget*")
   (parameters
     '("const-gchar*" "title")
+    '("GtkWindow*" "parent")
   )
 )
 
@@ -1253,6 +1115,12 @@
   (return-type "const-gchar*")
 )
 
+(define-method get_auth
+  (of-object "GnomeDbLoginDialog")
+  (c-name "gnome_db_login_dialog_get_auth")
+  (return-type "const-gchar*")
+)
+
 (define-method get_username
   (of-object "GnomeDbLoginDialog")
   (c-name "gnome_db_login_dialog_get_username")
@@ -1304,6 +1172,21 @@
   )
 )
 
+(define-method get_auth
+  (of-object "GnomeDbLogin")
+  (c-name "gnome_db_login_get_auth")
+  (return-type "const-gchar*")
+)
+
+(define-method set_auth
+  (of-object "GnomeDbLogin")
+  (c-name "gnome_db_login_set_auth")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "auth")
+  )
+)
+
 (define-method get_username
   (of-object "GnomeDbLogin")
   (c-name "gnome_db_login_get_username")
@@ -1370,6 +1253,54 @@
 
 
 
+;; From gnome-db-provider-auth-editor.h
+
+(define-function gnome_db_provider_auth_editor_get_type
+  (c-name "gnome_db_provider_auth_editor_get_type")
+  (return-type "GType")
+)
+
+(define-function gnome_db_provider_auth_editor_new
+  (c-name "gnome_db_provider_auth_editor_new")
+  (is-constructor-of "GnomeDbProviderAuthEditor")
+  (return-type "GtkWidget*")
+  (parameters
+    '("const-gchar*" "provider")
+  )
+)
+
+(define-method set_provider
+  (of-object "GnomeDbProviderAuthEditor")
+  (c-name "gnome_db_provider_auth_editor_set_provider")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "provider")
+  )
+)
+
+(define-method is_valid
+  (of-object "GnomeDbProviderAuthEditor")
+  (c-name "gnome_db_provider_auth_editor_is_valid")
+  (return-type "gboolean")
+)
+
+(define-method get_auth
+  (of-object "GnomeDbProviderAuthEditor")
+  (c-name "gnome_db_provider_auth_editor_get_auth")
+  (return-type "gchar*")
+)
+
+(define-method set_auth
+  (of-object "GnomeDbProviderAuthEditor")
+  (c-name "gnome_db_provider_auth_editor_set_auth")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "auth_string")
+  )
+)
+
+
+
 ;; From gnome-db-provider-selector.h
 
 (define-function gnome_db_provider_selector_get_type
@@ -1383,21 +1314,21 @@
   (return-type "GtkWidget*")
 )
 
-(define-method get_selected_provider_obj
+(define-method get_provider_obj
   (of-object "GnomeDbProviderSelector")
-  (c-name "gnome_db_provider_selector_get_selected_provider_obj")
+  (c-name "gnome_db_provider_selector_get_provider_obj")
   (return-type "GdaServerProvider*")
 )
 
-(define-method get_selected_provider
+(define-method get_provider
   (of-object "GnomeDbProviderSelector")
-  (c-name "gnome_db_provider_selector_get_selected_provider")
+  (c-name "gnome_db_provider_selector_get_provider")
   (return-type "const-gchar*")
 )
 
-(define-method set_selected_provider
+(define-method set_provider
   (of-object "GnomeDbProviderSelector")
-  (c-name "gnome_db_provider_selector_set_selected_provider")
+  (c-name "gnome_db_provider_selector_set_provider")
   (return-type "gboolean")
   (parameters
     '("const-gchar*" "provider")
@@ -1406,6 +1337,54 @@
 
 
 
+;; From gnome-db-provider-spec-editor.h
+
+(define-function gnome_db_provider_spec_editor_get_type
+  (c-name "gnome_db_provider_spec_editor_get_type")
+  (return-type "GType")
+)
+
+(define-function gnome_db_provider_spec_editor_new
+  (c-name "gnome_db_provider_spec_editor_new")
+  (is-constructor-of "GnomeDbProviderSpecEditor")
+  (return-type "GtkWidget*")
+  (parameters
+    '("const-gchar*" "provider")
+  )
+)
+
+(define-method set_provider
+  (of-object "GnomeDbProviderSpecEditor")
+  (c-name "gnome_db_provider_spec_editor_set_provider")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "provider")
+  )
+)
+
+(define-method is_valid
+  (of-object "GnomeDbProviderSpecEditor")
+  (c-name "gnome_db_provider_spec_editor_is_valid")
+  (return-type "gboolean")
+)
+
+(define-method get_specs
+  (of-object "GnomeDbProviderSpecEditor")
+  (c-name "gnome_db_provider_spec_editor_get_specs")
+  (return-type "gchar*")
+)
+
+(define-method set_specs
+  (of-object "GnomeDbProviderSpecEditor")
+  (c-name "gnome_db_provider_spec_editor_set_specs")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "specs_string")
+  )
+)
+
+
+
 ;; From gnome-db-raw-form.h
 
 (define-function gnome_db_raw_form_get_type
@@ -1536,7 +1515,6 @@
   (c-name "gnome_db_util_new_data_entry")
   (return-type "GnomeDbDataEntry*")
   (parameters
-    '("GdaDict*" "dict")
     '("GType" "type")
     '("const-gchar*" "plugin_name")
   )
@@ -1546,7 +1524,6 @@
   (c-name "gnome_db_util_new_cell_renderer")
   (return-type "GtkCellRenderer*")
   (parameters
-    '("GdaDict*" "dict")
     '("GType" "type")
     '("const-gchar*" "plugin_name")
   )
@@ -1855,433 +1832,18 @@
 (define-function gnome_db_init
   (c-name "gnome_db_init")
   (return-type "none")
-  (parameters
-    '("const-gchar*" "app_id")
-    '("const-gchar*" "version")
-    '("gint" "nargs")
-    '("gchar*[]" "args")
-  )
 )
 
-(define-function gnome_db_main_run
-  (c-name "gnome_db_main_run")
-  (return-type "none")
+(define-function gnome_db_get_application_exec_path
+  (c-name "gnome_db_get_application_exec_path")
+  (return-type "gchar*")
   (parameters
-    '("GdaInitFunc" "init_func")
-    '("gpointer" "user_data")
+    '("const-gchar*" "app_name")
   )
 )
 
-(define-function gnome_db_main_quit
-  (c-name "gnome_db_main_quit")
-  (return-type "none")
-)
-
 
 
 ;; From marshal.h
 
 
-
-;; From gnome-db-data-cell-renderer-boolean.h
-
-(define-function gnome_db_data_cell_renderer_boolean_get_type
-  (c-name "gnome_db_data_cell_renderer_boolean_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_data_cell_renderer_boolean_new
-  (c-name "gnome_db_data_cell_renderer_boolean_new")
-  (is-constructor-of "GnomeDbDataCellRendererBoolean")
-  (return-type "GtkCellRenderer*")
-  (parameters
-    '("GdaDataHandler*" "dh")
-    '("GType" "type")
-  )
-)
-
-
-
-;; From gnome-db-data-cell-renderer-combo.h
-
-(define-function gnome_db_data_cell_renderer_combo_get_type
-  (c-name "gnome_db_data_cell_renderer_combo_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_data_cell_renderer_combo_new
-  (c-name "gnome_db_data_cell_renderer_combo_new")
-  (is-constructor-of "GnomeDbDataCellRendererCombo")
-  (return-type "GtkCellRenderer*")
-  (parameters
-    '("GdaParameterList*" "paramlist")
-    '("GdaParameterListSource*" "source")
-  )
-)
-
-
-
-;; From gnome-db-data-cell-renderer-info.h
-
-(define-function gnome_db_data_cell_renderer_info_get_type
-  (c-name "gnome_db_data_cell_renderer_info_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_data_cell_renderer_info_new
-  (c-name "gnome_db_data_cell_renderer_info_new")
-  (is-constructor-of "GnomeDbDataCellRendererInfo")
-  (return-type "GtkCellRenderer*")
-  (parameters
-    '("GnomeDbDataStore*" "store")
-    '("GdaDataModelIter*" "iter")
-    '("GdaParameterListGroup*" "group")
-  )
-)
-
-
-
-;; From gnome-db-data-cell-renderer-textual.h
-
-(define-function gnome_db_data_cell_renderer_textual_get_type
-  (c-name "gnome_db_data_cell_renderer_textual_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_data_cell_renderer_textual_new
-  (c-name "gnome_db_data_cell_renderer_textual_new")
-  (is-constructor-of "GnomeDbDataCellRendererTextual")
-  (return-type "GtkCellRenderer*")
-  (parameters
-    '("GdaDataHandler*" "dh")
-    '("GType" "type")
-    '("const-gchar*" "options")
-  )
-)
-
-
-
-;; From gnome-db-entry-boolean.h
-
-(define-function gnome_db_entry_boolean_get_type
-  (c-name "gnome_db_entry_boolean_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_entry_boolean_new
-  (c-name "gnome_db_entry_boolean_new")
-  (is-constructor-of "GnomeDbEntryBoolean")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GdaDataHandler*" "dh")
-    '("GType" "type")
-  )
-)
-
-
-
-;; From gnome-db-entry-combo.h
-
-(define-function gnome_db_entry_combo_get_type
-  (c-name "gnome_db_entry_combo_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_entry_combo_new
-  (c-name "gnome_db_entry_combo_new")
-  (is-constructor-of "GnomeDbEntryCombo")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GdaParameterList*" "paramlist")
-    '("GdaParameterListSource*" "source")
-  )
-)
-
-(define-method set_values
-  (of-object "GnomeDbEntryCombo")
-  (c-name "gnome_db_entry_combo_set_values")
-  (return-type "gboolean")
-  (parameters
-    '("GSList*" "values")
-  )
-)
-
-(define-method get_values
-  (of-object "GnomeDbEntryCombo")
-  (c-name "gnome_db_entry_combo_get_values")
-  (return-type "GSList*")
-)
-
-(define-method get_all_values
-  (of-object "GnomeDbEntryCombo")
-  (c-name "gnome_db_entry_combo_get_all_values")
-  (return-type "GSList*")
-)
-
-(define-method set_values_orig
-  (of-object "GnomeDbEntryCombo")
-  (c-name "gnome_db_entry_combo_set_values_orig")
-  (return-type "none")
-  (parameters
-    '("GSList*" "values")
-  )
-)
-
-(define-method get_values_orig
-  (of-object "GnomeDbEntryCombo")
-  (c-name "gnome_db_entry_combo_get_values_orig")
-  (return-type "GSList*")
-)
-
-(define-method set_values_default
-  (of-object "GnomeDbEntryCombo")
-  (c-name "gnome_db_entry_combo_set_values_default")
-  (return-type "none")
-  (parameters
-    '("GSList*" "values")
-  )
-)
-
-
-
-;; From gnome-db-entry-common-time.h
-
-(define-function gnome_db_entry_common_time_get_type
-  (c-name "gnome_db_entry_common_time_get_type")
-  (return-type "GType")
-)
-
-
-
-;; From gnome-db-entry-date.h
-
-(define-function gnome_db_entry_date_get_type
-  (c-name "gnome_db_entry_date_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_entry_date_new
-  (c-name "gnome_db_entry_date_new")
-  (is-constructor-of "GnomeDbEntryDate")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GdaDataHandler*" "dh")
-  )
-)
-
-
-
-;; From gnome-db-entry-none.h
-
-(define-function gnome_db_entry_none_get_type
-  (c-name "gnome_db_entry_none_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_entry_none_new
-  (c-name "gnome_db_entry_none_new")
-  (is-constructor-of "GnomeDbEntryNone")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GType" "type")
-  )
-)
-
-
-
-;; From gnome-db-entry-shell.h
-
-(define-function gnome_db_entry_shell_get_type
-  (c-name "gnome_db_entry_shell_get_type")
-  (return-type "GType")
-)
-
-(define-method pack_entry
-  (of-object "GnomeDbEntryShell")
-  (c-name "gnome_db_entry_shell_pack_entry")
-  (return-type "none")
-  (parameters
-    '("GtkWidget*" "main_widget")
-  )
-)
-
-(define-method refresh
-  (of-object "GnomeDbEntryShell")
-  (c-name "gnome_db_entry_shell_refresh")
-  (return-type "none")
-)
-
-
-
-;; From gnome-db-entry-string.h
-
-(define-function gnome_db_entry_string_get_type
-  (c-name "gnome_db_entry_string_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_entry_string_new
-  (c-name "gnome_db_entry_string_new")
-  (is-constructor-of "GnomeDbEntryString")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GdaDataHandler*" "dh")
-    '("GType" "type")
-    '("const-gchar*" "options")
-  )
-)
-
-
-
-;; From gnome-db-entry-time.h
-
-(define-function gnome_db_entry_time_get_type
-  (c-name "gnome_db_entry_time_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_entry_time_new
-  (c-name "gnome_db_entry_time_new")
-  (is-constructor-of "GnomeDbEntryTime")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GdaDataHandler*" "dh")
-  )
-)
-
-
-
-;; From gnome-db-entry-timestamp.h
-
-(define-function gnome_db_entry_timestamp_get_type
-  (c-name "gnome_db_entry_timestamp_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_entry_timestamp_new
-  (c-name "gnome_db_entry_timestamp_new")
-  (is-constructor-of "GnomeDbEntryTimestamp")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GdaDataHandler*" "dh")
-  )
-)
-
-
-
-;; From gnome-db-entry-wrapper.h
-
-(define-function gnome_db_entry_wrapper_get_type
-  (c-name "gnome_db_entry_wrapper_get_type")
-  (return-type "GType")
-)
-
-(define-method contents_changed
-  (of-object "GnomeDbEntryWrapper")
-  (c-name "gnome_db_entry_wrapper_contents_changed")
-  (return-type "none")
-)
-
-(define-method contents_activated
-  (of-object "GnomeDbEntryWrapper")
-  (c-name "gnome_db_entry_wrapper_contents_activated")
-  (return-type "none")
-)
-
-
-
-;; From gnome-db-format-entry.h
-
-(define-function gnome_db_format_entry_get_type
-  (c-name "gnome_db_format_entry_get_type")
-  (return-type "GType")
-)
-
-(define-function gnome_db_format_entry_new
-  (c-name "gnome_db_format_entry_new")
-  (is-constructor-of "GnomeDbFormatEntry")
-  (return-type "GtkWidget*")
-)
-
-(define-method set_max_length
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_set_max_length")
-  (return-type "none")
-  (parameters
-    '("gint" "max")
-  )
-)
-
-(define-method set_format
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_set_format")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "format")
-    '("const-gchar*" "mask")
-    '("const-gchar*" "completion")
-  )
-)
-
-(define-method set_decimal_places
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_set_decimal_places")
-  (return-type "none")
-  (parameters
-    '("gint" "nb_decimals")
-  )
-)
-
-(define-method set_separators
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_set_separators")
-  (return-type "none")
-  (parameters
-    '("guchar" "decimal")
-    '("guchar" "thousands")
-  )
-)
-
-(define-method set_edited_type
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_set_edited_type")
-  (return-type "none")
-  (parameters
-    '("GType" "type")
-  )
-)
-
-(define-method set_prefix
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_set_prefix")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "prefix")
-  )
-)
-
-(define-method set_suffix
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_set_suffix")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "suffix")
-  )
-)
-
-(define-method set_text
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_set_text")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "text")
-  )
-)
-
-(define-method get_text
-  (of-object "GnomeDbFormatEntry")
-  (c-name "gnome_db_format_entry_get_text")
-  (return-type "gchar*")
-)
-
-

Modified: libgnomedbmm/trunk/libgnomedb/src/libgnomedb_signals.defs
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/libgnomedb_signals.defs	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/libgnomedb_signals.defs	Sat Jan  3 22:08:34 2009
@@ -1,14583 +0,0 @@
-;; From GnomeDbProviderSelector
-
-(define-property user-data
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property wrap-width
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamInt")
-  (docs "Wrap width for laying out the items in a grid")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property row-span-column
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamInt")
-  (docs "TreeModel column containing the row span values")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property column-span-column
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamInt")
-  (docs "TreeModel column containing the column span values")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property active
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamInt")
-  (docs "The item which is currently active")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property add-tearoffs
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether dropdowns should have a tearoff menu item")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tearoff-title
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamString")
-  (docs "A title that may be displayed by the window manager when the popup is torn-off")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-frame
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo box draws a frame around the child")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property focus-on-click
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo box grabs focus when it is clicked with the mouse")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property popup-shown
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo's dropdown is shown")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property model
-  (of-object "GnomeDbProviderSelector")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbDataSourceSelector
-
-(define-property user-data
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property model
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamObject")
-  (docs "The model for the combo box")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property wrap-width
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamInt")
-  (docs "Wrap width for laying out the items in a grid")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property row-span-column
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamInt")
-  (docs "TreeModel column containing the row span values")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property column-span-column
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamInt")
-  (docs "TreeModel column containing the column span values")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property active
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamInt")
-  (docs "The item which is currently active")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property add-tearoffs
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether dropdowns should have a tearoff menu item")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tearoff-title
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamString")
-  (docs "A title that may be displayed by the window manager when the popup is torn-off")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-frame
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo box draws a frame around the child")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property focus-on-click
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo box grabs focus when it is clicked with the mouse")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property popup-shown
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo's dropdown is shown")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property source-name
-  (of-object "GnomeDbDataSourceSelector")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbLogin
-
-(define-property user-data
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property dsn
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property username
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property password
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property hiding-button
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hiding-dsn
-  (of-object "GnomeDbLogin")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbLoginDialog
-
-(define-property user-data
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property type
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamEnum")
-  (docs "The type of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property title
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "The title of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property role
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "Unique identifier for the window to be used when restoring a session")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property startup-id
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "Unique startup identifier for the window used by startup-notification")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-shrink
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-grow
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, users can expand the window beyond its minimum size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resizable
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, users can resize the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property modal
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property window-position
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamEnum")
-  (docs "The initial position of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property default-width
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamInt")
-  (docs "The default width of the window, used when initially showing the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property default-height
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamInt")
-  (docs "The default height of the window, used when initially showing the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property destroy-with-parent
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "If this window should be destroyed when the parent is destroyed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property icon
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamObject")
-  (docs "Icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property icon-name
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "Name of the themed icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property screen
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamObject")
-  (docs "The screen where this window will be displayed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property type-hint
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamEnum")
-  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property skip-taskbar-hint
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should not be in the task bar.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property skip-pager-hint
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should not be in the pager.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property urgency-hint
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should be brought to the user's attention.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property accept-focus
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should receive the input focus.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property focus-on-map
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should receive the input focus when mapped.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property decorated
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the window should be decorated by the window manager")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property deletable
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the window frame should have a close button")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property gravity
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamEnum")
-  (docs "The window gravity of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property transient-for
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamObject")
-  (docs "The transient parent of the dialog")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-active
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the toplevel is the current active window")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property has-toplevel-focus
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the input focus is within this GtkWindow")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property has-separator
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamBoolean")
-  (docs "The dialog has a separator bar above its buttons")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property dsn
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property username
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property password
-  (of-object "GnomeDbLoginDialog")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-;; From GnomeDbDsnSpec
-
-(define-signal changed
-  (of-object "GnomeDbDsnSpec")
-  (return-type "void")
-  (when "last")
-)
-
-(define-property user-data
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property provider
-  (of-object "GnomeDbDsnSpec")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbDsnEditor
-
-(define-signal changed
-  (of-object "GnomeDbDsnEditor")
-  (return-type "void")
-  (when "last")
-)
-
-(define-property user-data
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbDsnEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbDsnAssistant
-
-(define-signal finished
-  (of-object "GnomeDbDsnAssistant")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("gboolean" "p0")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property type
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamEnum")
-  (docs "The type of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property title
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamString")
-  (docs "The title of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property role
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamString")
-  (docs "Unique identifier for the window to be used when restoring a session")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property startup-id
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamString")
-  (docs "Unique startup identifier for the window used by startup-notification")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-shrink
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-grow
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, users can expand the window beyond its minimum size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resizable
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, users can resize the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property modal
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property window-position
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamEnum")
-  (docs "The initial position of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property default-width
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamInt")
-  (docs "The default width of the window, used when initially showing the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property default-height
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamInt")
-  (docs "The default height of the window, used when initially showing the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property destroy-with-parent
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "If this window should be destroyed when the parent is destroyed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property icon
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamObject")
-  (docs "Icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property icon-name
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamString")
-  (docs "Name of the themed icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property screen
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamObject")
-  (docs "The screen where this window will be displayed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property type-hint
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamEnum")
-  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property skip-taskbar-hint
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should not be in the task bar.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property skip-pager-hint
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should not be in the pager.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property urgency-hint
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should be brought to the user's attention.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property accept-focus
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should receive the input focus.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property focus-on-map
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should receive the input focus when mapped.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property decorated
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the window should be decorated by the window manager")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property deletable
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the window frame should have a close button")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property gravity
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamEnum")
-  (docs "The window gravity of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property transient-for
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamObject")
-  (docs "The transient parent of the dialog")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-active
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the toplevel is the current active window")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property has-toplevel-focus
-  (of-object "GnomeDbDsnAssistant")
-  (prop-type "GParamBoolean")
-  (docs "Whether the input focus is within this GtkWindow")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-;; From GnomeDbConnectionProperties
-
-(define-property user-data
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property connection
-  (of-object "GnomeDbConnectionProperties")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbServerOperation
-
-(define-property user-data
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property server-operation
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property opt-header
-  (of-object "GnomeDbServerOperation")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbTransactionStatus
-
-(define-property user-data
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property connection
-  (of-object "GnomeDbTransactionStatus")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCombo
-
-(define-property user-data
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property wrap-width
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamInt")
-  (docs "Wrap width for laying out the items in a grid")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property row-span-column
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamInt")
-  (docs "TreeModel column containing the row span values")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property column-span-column
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamInt")
-  (docs "TreeModel column containing the column span values")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property active
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamInt")
-  (docs "The item which is currently active")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property add-tearoffs
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether dropdowns should have a tearoff menu item")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tearoff-title
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamString")
-  (docs "A title that may be displayed by the window manager when the popup is torn-off")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-frame
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo box draws a frame around the child")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property focus-on-click
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo box grabs focus when it is clicked with the mouse")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property popup-shown
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the combo's dropdown is shown")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property model
-  (of-object "GnomeDbCombo")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbBasicForm
-
-(define-signal param-changed
-  (of-object "GnomeDbBasicForm")
-  (return-type "void")
-  (when "first")
-  (parameters
-    '("GdaParameter*" "p0")
-    '("gboolean" "p1")
-  )
-)
-
-(define-signal activated
-  (of-object "GnomeDbBasicForm")
-  (return-type "void")
-  (when "first")
-)
-
-(define-property user-data
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property layout-spec
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property paramlist
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property headers-sensitive
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property show-actions
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property entries-auto-default
-  (of-object "GnomeDbBasicForm")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbRawForm
-
-(define-property user-data
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property layout-spec
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property paramlist
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property headers-sensitive
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property show-actions
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property entries-auto-default
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property model
-  (of-object "GnomeDbRawForm")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbForm
-
-(define-property user-data
-  (of-object "GnomeDbForm")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbForm")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbForm")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbForm")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbForm")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbForm")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbForm")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbForm")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbForm")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbForm")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbForm")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbForm")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbForm")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbForm")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property raw-form
-  (of-object "GnomeDbForm")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property widget-info
-  (of-object "GnomeDbForm")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property model
-  (of-object "GnomeDbForm")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbRawGrid
-
-(define-signal populate-popup
-  (of-object "GnomeDbRawGrid")
-  (return-type "void")
-  (when "first")
-  (parameters
-    '("GtkMenu*" "p0")
-  )
-)
-
-(define-signal selection-changed
-  (of-object "GnomeDbRawGrid")
-  (return-type "void")
-  (when "first")
-  (parameters
-    '("gboolean" "p0")
-  )
-)
-
-(define-signal double-clicked
-  (of-object "GnomeDbRawGrid")
-  (return-type "void")
-  (when "first")
-  (parameters
-    '("gint" "p0")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamObject")
-  (docs "Horizontal Adjustment for the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamObject")
-  (docs "Vertical Adjustment for the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property headers-visible
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Show the column header buttons")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property headers-clickable
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Column headers respond to click events")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property expander-column
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamObject")
-  (docs "Set the column for the expander column")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property reorderable
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "View is reorderable")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property rules-hint
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Set a hint to the theme engine to draw rows in alternating colors")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property enable-search
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "View allows user to search through columns interactively")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property search-column
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamInt")
-  (docs "Model column to search through when searching through code")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property fixed-height-mode
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Speeds up GtkTreeView by assuming that all rows have the same height")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hover-selection
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the selection should follow the pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hover-expand
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether rows should be expanded/collapsed when the pointer moves over them")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property show-expanders
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "View has expanders")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property level-indentation
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamInt")
-  (docs "Extra indentation for each level")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property rubber-banding
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether to enable selection of multiple items by dragging the mouse pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property enable-grid-lines
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamEnum")
-  (docs "Whether grid lines should be drawn in the tree view")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property enable-tree-lines
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether tree lines should be drawn in the tree view")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property model
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property info-cell-visible
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Info cell visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property global-actions-visible
-  (of-object "GnomeDbRawGrid")
-  (prop-type "GParamBoolean")
-  (docs "Global Actions visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbGrid
-
-(define-property user-data
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property raw-grid
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property widget-info
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property model
-  (of-object "GnomeDbGrid")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbFindDialog
-
-(define-property user-data
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property type
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamEnum")
-  (docs "The type of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property title
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamString")
-  (docs "The title of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property role
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamString")
-  (docs "Unique identifier for the window to be used when restoring a session")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property startup-id
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamString")
-  (docs "Unique startup identifier for the window used by startup-notification")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-shrink
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-grow
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, users can expand the window beyond its minimum size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resizable
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, users can resize the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property modal
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property window-position
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamEnum")
-  (docs "The initial position of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property default-width
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamInt")
-  (docs "The default width of the window, used when initially showing the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property default-height
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamInt")
-  (docs "The default height of the window, used when initially showing the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property destroy-with-parent
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "If this window should be destroyed when the parent is destroyed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property icon
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamObject")
-  (docs "Icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property icon-name
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamString")
-  (docs "Name of the themed icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property screen
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamObject")
-  (docs "The screen where this window will be displayed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property type-hint
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamEnum")
-  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property skip-taskbar-hint
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should not be in the task bar.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property skip-pager-hint
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should not be in the pager.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property urgency-hint
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should be brought to the user's attention.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property accept-focus
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should receive the input focus.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property focus-on-map
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should receive the input focus when mapped.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property decorated
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the window should be decorated by the window manager")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property deletable
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the window frame should have a close button")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property gravity
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamEnum")
-  (docs "The window gravity of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property transient-for
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamObject")
-  (docs "The transient parent of the dialog")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-active
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the toplevel is the current active window")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property has-toplevel-focus
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the input focus is within this GtkWindow")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property has-separator
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamBoolean")
-  (docs "The dialog has a separator bar above its buttons")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property field
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property text
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property model
-  (of-object "GnomeDbFindDialog")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbDataWidget
-
-;; From GnomeDbDataWidgetInfo
-
-(define-property user-data
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property data-widget
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property flags
-  (of-object "GnomeDbDataWidgetInfo")
-  (prop-type "GParamFlags")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbDataStore
-
-(define-property model
-  (of-object "GnomeDbDataStore")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property proxy
-  (of-object "GnomeDbDataStore")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property prepend-null-entry
-  (of-object "GnomeDbDataStore")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbSelector
-
-(define-signal selection-changed
-  (of-object "GnomeDbSelector")
-  (return-type "void")
-  (when "first")
-  (parameters
-    '("GObject*" "p0")
-  )
-)
-
-(define-signal row-activated
-  (of-object "GnomeDbSelector")
-  (return-type "void")
-  (when "first")
-  (parameters
-    '("GObject*" "p0")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property dict
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property ref-obj
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property mode
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamFlags")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property columns
-  (of-object "GnomeDbSelector")
-  (prop-type "GParamFlags")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbDbmsUpdateViewer
-
-(define-property user-data
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property dict
-  (of-object "GnomeDbDbmsUpdateViewer")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbSqlConsole
-
-;; Note that we manually change the return type from const-gchar* to gchar*.
-;; The signal should return a newly allocated string.
-(define-signal sql-entered
-  (of-object "GnomeDbSqlConsole")
-  (return-type "gchar*")
-  (when "last")
-  (parameters
-    '("const-gchar*" "p0")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property pixels-above-lines
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamInt")
-  (docs "Pixels of blank space above paragraphs")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property pixels-below-lines
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamInt")
-  (docs "Pixels of blank space below paragraphs")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property pixels-inside-wrap
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamInt")
-  (docs "Pixels of blank space between wrapped lines in a paragraph")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editable
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether the text can be modified by the user")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property wrap-mode
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamEnum")
-  (docs "Whether to wrap lines never, at word boundaries, or at character boundaries")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property justification
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamEnum")
-  (docs "Left, right, or center justification")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property left-margin
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamInt")
-  (docs "Width of the left margin in pixels")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property right-margin
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamInt")
-  (docs "Width of the right margin in pixels")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property indent
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamInt")
-  (docs "Amount to indent the paragraph, in pixels")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tabs
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoxed")
-  (docs "Custom tabs for this text")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cursor-visible
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "If the insertion cursor is shown")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property buffer
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamObject")
-  (docs "The buffer which is displayed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property overwrite
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether entered text overwrites existing contents")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property accepts-tab
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamBoolean")
-  (docs "Whether Tab will result in a tab character being entered")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property dict
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property message
-  (of-object "GnomeDbSqlConsole")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbEditor
-
-(define-property user-data
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbReportEditor
-
-(define-property user-data
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbReportEditor")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbGrayBar
-
-(define-property user-data
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property text
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamString")
-  (docs "Text showed inside the widget.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property show-icon
-  (of-object "GnomeDbGrayBar")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbErrorDialog
-
-(define-property user-data
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property type
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamEnum")
-  (docs "The type of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property role
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamString")
-  (docs "Unique identifier for the window to be used when restoring a session")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property startup-id
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamString")
-  (docs "Unique startup identifier for the window used by startup-notification")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-shrink
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-grow
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, users can expand the window beyond its minimum size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resizable
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, users can resize the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property modal
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property window-position
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamEnum")
-  (docs "The initial position of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property default-width
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamInt")
-  (docs "The default width of the window, used when initially showing the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property default-height
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamInt")
-  (docs "The default height of the window, used when initially showing the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property destroy-with-parent
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "If this window should be destroyed when the parent is destroyed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property icon
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamObject")
-  (docs "Icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property icon-name
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamString")
-  (docs "Name of the themed icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property screen
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamObject")
-  (docs "The screen where this window will be displayed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property type-hint
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamEnum")
-  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property skip-taskbar-hint
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should not be in the task bar.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property skip-pager-hint
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should not be in the pager.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property urgency-hint
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should be brought to the user's attention.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property accept-focus
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should receive the input focus.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property focus-on-map
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "TRUE if the window should receive the input focus when mapped.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property decorated
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the window should be decorated by the window manager")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property deletable
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the window frame should have a close button")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property gravity
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamEnum")
-  (docs "The window gravity of the window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property transient-for
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamObject")
-  (docs "The transient parent of the dialog")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-active
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the toplevel is the current active window")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property has-toplevel-focus
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "Whether the input focus is within this GtkWindow")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property has-separator
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamBoolean")
-  (docs "The dialog has a separator bar above its buttons")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property title
-  (of-object "GnomeDbErrorDialog")
-  (prop-type "GParamString")
-  (docs "Dialog's title")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbError
-
-(define-property user-data
-  (of-object "GnomeDbError")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbError")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbError")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbError")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbError")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbError")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbError")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbError")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbError")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbError")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbError")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbError")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property spacing
-  (of-object "GnomeDbError")
-  (prop-type "GParamInt")
-  (docs "The amount of space between children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property homogeneous
-  (of-object "GnomeDbError")
-  (prop-type "GParamBoolean")
-  (docs "Whether the children should all be the same size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbDataEntry
-
-(define-signal contents-modified
-  (of-object "GnomeDbDataEntry")
-  (return-type "void")
-  (when "first")
-)
-
-(define-signal contents-activated
-  (of-object "GnomeDbDataEntry")
-  (return-type "void")
-  (when "first")
-)
-
-(define-signal status-changed
-  (of-object "GnomeDbDataEntry")
-  (return-type "void")
-  (when "first")
-)
-
-;; From GnomeDbEntryString
-
-(define-property user-data
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property multiline
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editing-cancelled
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property options
-  (of-object "GnomeDbEntryString")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbEntryBoolean
-
-(define-property user-data
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryBoolean")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbEntryTime
-
-(define-property user-data
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editing-cancelled
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property type
-  (of-object "GnomeDbEntryTime")
-  (prop-type "GParamUInt")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbEntryDate
-
-(define-property user-data
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editing-cancelled
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property type
-  (of-object "GnomeDbEntryDate")
-  (prop-type "GParamUInt")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbEntryTimestamp
-
-(define-property user-data
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editing-cancelled
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property type
-  (of-object "GnomeDbEntryTimestamp")
-  (prop-type "GParamUInt")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbEntryNone
-
-(define-property user-data
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryNone")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbEntryCombo
-
-(define-property user-data
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryCombo")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbFormatEntry
-
-(define-property user-data
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cursor-position
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamInt")
-  (docs "The current position of the insertion cursor in chars")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property selection-bound
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamInt")
-  (docs "The position of the opposite end of the selection from the cursor in chars")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property editable
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether the entry contents can be edited")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visibility
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "FALSE displays the 'invisible char' instead of the actual text (password mode)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-frame
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "FALSE removes outside bevel from entry")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property inner-border
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoxed")
-  (docs "Border between text and frame. Overrides the inner-border style property")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property invisible-char
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamUnichar")
-  (docs "The character to use when masking entry contents (in 'password mode')")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property activates-default
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-chars
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamInt")
-  (docs "Number of characters to leave space for in the entry")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property scroll-offset
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamInt")
-  (docs "Number of pixels of the entry scrolled off the screen to the left")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property text
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamString")
-  (docs "The contents of the entry")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xalign
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamFloat")
-  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property truncate-multiline
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamBoolean")
-  (docs "Whether to truncate multiline pastes to one line.")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamEnum")
-  (docs "Which kind of shadow to draw around the entry when has-frame is set")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property max-length
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamInt")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property format
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property mask
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property completion
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property edited-type
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamUInt")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property prefix
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property suffix
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property n-decimals
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamInt")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property decimal-sep
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamUChar")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property thousands-sep
-  (of-object "GnomeDbFormatEntry")
-  (prop-type "GParamUChar")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbDataCellRendererInfo
-
-(define-signal status-changed
-  (of-object "GnomeDbDataCellRendererInfo")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("const-gchar*" "p0")
-    '("GdaValueAttribute" "p1")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property mode
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamEnum")
-  (docs "Editable mode of the CellRenderer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamBoolean")
-  (docs "Display the cell")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamBoolean")
-  (docs "Display the cell sensitive")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xalign
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamFloat")
-  (docs "The x-align")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property yalign
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamFloat")
-  (docs "The y-align")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xpad
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamUInt")
-  (docs "The xpad")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property ypad
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamUInt")
-  (docs "The ypad")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamInt")
-  (docs "The fixed width")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamInt")
-  (docs "The fixed height")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-expander
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamBoolean")
-  (docs "Row has children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-expanded
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamBoolean")
-  (docs "Row is an expander row, and is expanded")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamString")
-  (docs "Cell background color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background-gdk
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamBoxed")
-  (docs "Cell background color as a GdkColor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background-set
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the cell background color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property value-attributes
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamFlags")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editable
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamBoolean")
-  (docs "The information and status changer can be activated")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property to-be-deleted
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property store
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property iter
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property group
-  (of-object "GnomeDbDataCellRendererInfo")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbDataCellRendererTextual
-
-;; p1 manually changed to const-GValue*
-(define-signal changed
-  (of-object "GnomeDbDataCellRendererTextual")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("const-gchar*" "p0")
-    '("const-GValue*" "p1")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property mode
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamEnum")
-  (docs "Editable mode of the CellRenderer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Display the cell")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Display the cell sensitive")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xalign
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamFloat")
-  (docs "The x-align")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property yalign
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamFloat")
-  (docs "The y-align")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xpad
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamUInt")
-  (docs "The xpad")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property ypad
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamUInt")
-  (docs "The ypad")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamInt")
-  (docs "The fixed width")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamInt")
-  (docs "The fixed height")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-expander
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Row has children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-expanded
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Row is an expander row, and is expanded")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "Cell background color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background-gdk
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoxed")
-  (docs "Cell background color as a GdkColor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the cell background color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property text
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "Text to render")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property markup
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "Marked up text to render")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property attributes
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoxed")
-  (docs "A list of style attributes to apply to the text of the renderer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property single-paragraph-mode
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether or not to keep all text in a single paragraph")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-chars
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamInt")
-  (docs "The desired width of the label, in characters")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property wrap-width
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamInt")
-  (docs "The width at which the text is wrapped")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property alignment
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamEnum")
-  (docs "How to align the lines")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property background
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "Background color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property foreground
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "Foreground color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property background-gdk
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoxed")
-  (docs "Background color as a GdkColor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property foreground-gdk
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoxed")
-  (docs "Foreground color as a GdkColor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property font
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "Font description as a string, e.g. Sans Italic 12")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property font-desc
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoxed")
-  (docs "Font description as a PangoFontDescription struct")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property family
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "Name of the font family, e.g. Sans, Helvetica, Times, Monospace")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamEnum")
-  (docs "Font style")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property variant
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamEnum")
-  (docs "Font variant")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property weight
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamInt")
-  (docs "Font weight")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property stretch
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamEnum")
-  (docs "Font stretch")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property size
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamInt")
-  (docs "Font size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property size-points
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamDouble")
-  (docs "Font size in points")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property scale
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamDouble")
-  (docs "Font scaling factor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editable
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether the text can be modified by the user")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property strikethrough
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether to strike through the text")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property underline
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamEnum")
-  (docs "Style of underline for this text")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property rise
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamInt")
-  (docs "Offset of text above the baseline (below the baseline if rise is negative)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property language
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property ellipsize
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamEnum")
-  (docs "The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property wrap-mode
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamEnum")
-  (docs "How to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property background-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the background color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property foreground-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the foreground color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property family-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font family")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property style-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font style")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property variant-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font variant")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property weight-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font weight")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property stretch-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font stretch")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property size-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property scale-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag scales the font size by a factor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editable-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects text editability")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property strikethrough-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects strikethrough")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property underline-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects underlining")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property rise-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the rise")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property language-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the language the text is rendered as")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property ellipsize-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the ellipsize mode")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property align-set
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the alignment mode")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property value
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamPointer")
-  (docs "GValue to render")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property value-attributes
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamFlags")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property to-be-deleted
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property data-handler
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property type
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamGType")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property options
-  (of-object "GnomeDbDataCellRendererTextual")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbDataCellRendererBoolean
-
-;; p1 manually changed to const-GValue*
-(define-signal changed
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("const-gchar*" "p0")
-    '("const-GValue*" "p1")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property mode
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamEnum")
-  (docs "Editable mode of the CellRenderer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Display the cell")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Display the cell sensitive")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xalign
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamFloat")
-  (docs "The x-align")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property yalign
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamFloat")
-  (docs "The y-align")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xpad
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamUInt")
-  (docs "The xpad")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property ypad
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamUInt")
-  (docs "The ypad")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamInt")
-  (docs "The fixed width")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamInt")
-  (docs "The fixed height")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-expander
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Row has children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-expanded
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Row is an expander row, and is expanded")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamString")
-  (docs "Cell background color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background-gdk
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoxed")
-  (docs "Cell background color as a GdkColor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background-set
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the cell background color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property activatable
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "The toggle button can be activated")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property active
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "The toggle state of the button")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property radio
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "Draw the toggle button as a radio button")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property inconsistent
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "The inconsistent state of the button")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property indicator-size
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamInt")
-  (docs "Size of check or radio indicator")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property value
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoxed")
-  (docs "GValue to render")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property value-attributes
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamFlags")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editable
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "The toggle button can be activated")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property to-be-deleted
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property data-handler
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property type
-  (of-object "GnomeDbDataCellRendererBoolean")
-  (prop-type "GParamGType")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbDataCellRendererCombo
-
-(define-signal changed
-  (of-object "GnomeDbDataCellRendererCombo")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("const-gchar*" "p0")
-    '("gpointer" "p1")
-    '("gpointer" "p2")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property mode
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamEnum")
-  (docs "Editable mode of the CellRenderer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Display the cell")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Display the cell sensitive")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xalign
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamFloat")
-  (docs "The x-align")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property yalign
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamFloat")
-  (docs "The y-align")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property xpad
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamUInt")
-  (docs "The xpad")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property ypad
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamUInt")
-  (docs "The ypad")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamInt")
-  (docs "The fixed width")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamInt")
-  (docs "The fixed height")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-expander
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Row has children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-expanded
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Row is an expander row, and is expanded")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamString")
-  (docs "Cell background color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background-gdk
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoxed")
-  (docs "Cell background color as a GdkColor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property cell-background-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the cell background color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property text
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamString")
-  (docs "Text to render")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property markup
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamString")
-  (docs "Marked up text to render")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property attributes
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoxed")
-  (docs "A list of style attributes to apply to the text of the renderer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property single-paragraph-mode
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether or not to keep all text in a single paragraph")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-chars
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamInt")
-  (docs "The desired width of the label, in characters")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property wrap-width
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamInt")
-  (docs "The width at which the text is wrapped")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property alignment
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamEnum")
-  (docs "How to align the lines")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property background
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamString")
-  (docs "Background color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property foreground
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamString")
-  (docs "Foreground color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property background-gdk
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoxed")
-  (docs "Background color as a GdkColor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property foreground-gdk
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoxed")
-  (docs "Foreground color as a GdkColor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property font
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamString")
-  (docs "Font description as a string, e.g. Sans Italic 12")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property font-desc
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoxed")
-  (docs "Font description as a PangoFontDescription struct")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property family
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamString")
-  (docs "Name of the font family, e.g. Sans, Helvetica, Times, Monospace")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamEnum")
-  (docs "Font style")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property variant
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamEnum")
-  (docs "Font variant")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property weight
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamInt")
-  (docs "Font weight")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property stretch
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamEnum")
-  (docs "Font stretch")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property size
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamInt")
-  (docs "Font size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property size-points
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamDouble")
-  (docs "Font size in points")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property scale
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamDouble")
-  (docs "Font scaling factor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editable
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether the text can be modified by the user")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property strikethrough
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether to strike through the text")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property underline
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamEnum")
-  (docs "Style of underline for this text")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property rise
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamInt")
-  (docs "Offset of text above the baseline (below the baseline if rise is negative)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property language
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamString")
-  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property ellipsize
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamEnum")
-  (docs "The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property wrap-mode
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamEnum")
-  (docs "How to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property background-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the background color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property foreground-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the foreground color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property family-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font family")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property style-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font style")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property variant-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font variant")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property weight-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font weight")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property stretch-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font stretch")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property size-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the font size")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property scale-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag scales the font size by a factor")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editable-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects text editability")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property strikethrough-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects strikethrough")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property underline-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects underlining")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property rise-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the rise")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property language-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the language the text is rendered as")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property ellipsize-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the ellipsize mode")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property align-set
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the alignment mode")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property values
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamPointer")
-  (docs "GList of GValue to render, limited to PK fields")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property values-display
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamPointer")
-  (docs "GList of GValue to render, not limited to PK fields ")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property value-attributes
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamFlags")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property to-be-deleted
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property show-expander
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property param-list
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property param-list-source
-  (of-object "GnomeDbDataCellRendererCombo")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #t)
-)
-
-;; From GnomeDbEntryShell
-
-(define-property user-data
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryShell")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbEntryWrapper
-
-(define-property user-data
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryWrapper")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbEntryCommonTime
-
-(define-property user-data
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property shadow-type
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamEnum")
-  (docs "Determines how the shadowed box around the viewport is drawn")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property handler
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property actions
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-cell-renderer
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property set-default-if-invalid
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property editing-cancelled
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property type
-  (of-object "GnomeDbEntryCommonTime")
-  (prop-type "GParamUInt")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvas
-
-(define-signal drag-action
-  (of-object "GnomeDbCanvas")
-  (return-type "void")
-  (when "first")
-  (parameters
-    '("gpointer" "p0")
-    '("gpointer" "p1")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment for the horizontal position")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment for the vertical position")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamUInt")
-  (docs "The width of the layout")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamUInt")
-  (docs "The height of the layout")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property aa
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamBoolean")
-  (docs "The antialiasing mode of the canvas.")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property graph
-  (of-object "GnomeDbCanvas")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasDbRelations
-
-(define-property user-data
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment for the horizontal position")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment for the vertical position")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamUInt")
-  (docs "The width of the layout")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamUInt")
-  (docs "The height of the layout")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property aa
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamBoolean")
-  (docs "The antialiasing mode of the canvas.")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property graph
-  (of-object "GnomeDbCanvasDbRelations")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasQueryStruct
-
-(define-property user-data
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property name
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamString")
-  (docs "The name of the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width-request
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamInt")
-  (docs "Override for width request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height-request
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamInt")
-  (docs "Override for height request of the widget, or -1 if natural request should be used")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property visible
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is visible")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property sensitive
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget responds to input")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property app-paintable
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the application will paint directly on the widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-focus
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can accept the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-focus
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget has the input focus")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property is-focus
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the focus widget within the toplevel")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property can-default
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget can be the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-default
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is the default widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property receives-default
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the widget will receive the default action when it is focused")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property composite-child
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether the widget is part of a composite widget")
-  (readable #t)
-  (writable #f)
-  (construct-only #f)
-)
-
-(define-property style
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamObject")
-  (docs "The style of the widget, which contains information about how it will look (colors etc)")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property events
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamFlags")
-  (docs "The event mask that decides what kind of GdkEvents this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property extension-events
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamEnum")
-  (docs "The mask that decides what kind of extension events this widget gets")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property no-show-all
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether gtk_widget_show_all() should not affect this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property has-tooltip
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "Whether this widget has a tooltip")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tooltip-markup
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamString")
-  (docs "The contents of the tooltip for this widget")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property border-width
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamUInt")
-  (docs "The width of the empty border outside the containers children")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property resize-mode
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamEnum")
-  (docs "Specify how resize events are handled")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property child
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamObject")
-  (docs "Can be used to add a new child to the container")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property hadjustment
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment for the horizontal position")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property vadjustment
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamObject")
-  (docs "The GtkAdjustment for the vertical position")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamUInt")
-  (docs "The width of the layout")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamUInt")
-  (docs "The height of the layout")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property aa
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamBoolean")
-  (docs "The antialiasing mode of the canvas.")
-  (readable #t)
-  (writable #t)
-  (construct-only #t)
-)
-
-(define-property graph
-  (of-object "GnomeDbCanvasQueryStruct")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasItem
-
-(define-signal moved
-  (of-object "GnomeDbCanvasItem")
-  (return-type "void")
-  (when "first")
-)
-
-(define-signal moving
-  (of-object "GnomeDbCanvasItem")
-  (return-type "void")
-  (when "first")
-)
-
-(define-signal shifted
-  (of-object "GnomeDbCanvasItem")
-  (return-type "void")
-  (when "first")
-)
-
-(define-signal drag-action
-  (of-object "GnomeDbCanvasItem")
-  (return-type "void")
-  (when "first")
-  (parameters
-    '("gpointer" "p0")
-    '("gpointer" "p1")
-  )
-)
-
-(define-property user-data
-  (of-object "GnomeDbCanvasItem")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasItem")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property x
-  (of-object "GnomeDbCanvasItem")
-  (prop-type "GParamDouble")
-  (docs "X")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property y
-  (of-object "GnomeDbCanvasItem")
-  (prop-type "GParamDouble")
-  (docs "Y")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-move
-  (of-object "GnomeDbCanvasItem")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-drag
-  (of-object "GnomeDbCanvasItem")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tip-text
-  (of-object "GnomeDbCanvasItem")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property graph-item
-  (of-object "GnomeDbCanvasItem")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasEntity
-
-(define-property user-data
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property x
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamDouble")
-  (docs "X")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property y
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamDouble")
-  (docs "Y")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-move
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-drag
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tip-text
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property graph-item
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property entity
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property target
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property scale
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamDouble")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property popup-menu-func
-  (of-object "GnomeDbCanvasEntity")
-  (prop-type "GParamPointer")
-  (docs "Function to create a popup menu on each GnomeDbCanvasEntity")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasJoin
-
-(define-property user-data
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property x
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamDouble")
-  (docs "X")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property y
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamDouble")
-  (docs "Y")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-move
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-drag
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tip-text
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property graph-item
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property join
-  (of-object "GnomeDbCanvasJoin")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasField
-
-(define-property user-data
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property x
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamDouble")
-  (docs "X")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property y
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamDouble")
-  (docs "Y")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-move
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-drag
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tip-text
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property graph-item
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property gda-object
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamDouble")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamDouble")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property highlight-color
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property text-underline
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property text-bold
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property scale
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamDouble")
-  (docs "Text scaling factor")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property field
-  (of-object "GnomeDbCanvasField")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasTip
-
-(define-property user-data
-  (of-object "GnomeDbCanvasTip")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasTip")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property x
-  (of-object "GnomeDbCanvasTip")
-  (prop-type "GParamDouble")
-  (docs "X")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property y
-  (of-object "GnomeDbCanvasTip")
-  (prop-type "GParamDouble")
-  (docs "Y")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tip-text
-  (of-object "GnomeDbCanvasTip")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasCursor
-
-(define-property user-data
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property x
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamDouble")
-  (docs "X")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property y
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamDouble")
-  (docs "Y")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-move
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-drag
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tip-text
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property graph-item
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property fill-color
-  (of-object "GnomeDbCanvasCursor")
-  (prop-type "GParamPointer")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-;; From GnomeDbCanvasText
-
-(define-property user-data
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamPointer")
-  (docs "Anonymous User Data Pointer")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property parent
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property x
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamDouble")
-  (docs "X")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property y
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamDouble")
-  (docs "Y")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-move
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property allow-drag
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property tip-text
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property graph-item
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property gda-object
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamObject")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property width
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamDouble")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property height
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamDouble")
-  (docs "")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property highlight-color
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamString")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property text-underline
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property text-bold
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamBoolean")
-  (docs "")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property scale
-  (of-object "GnomeDbCanvasText")
-  (prop-type "GParamDouble")
-  (docs "Text scaling factor")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-

Modified: libgnomedbmm/trunk/libgnomedb/src/reporteditor.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/reporteditor.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/reporteditor.hg	Sat Jan  3 22:08:34 2009
@@ -20,7 +20,6 @@
  */
 
 #include <gtkmm/box.h>
-#include <libgdamm/dict.h>
 
 _DEFS(libgnomedbmm,libgnomedb)
 _PINCLUDE(gtkmm/private/box_p.h)

Modified: libgnomedbmm/trunk/libgnomedb/src/selector.ccg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/selector.ccg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/selector.ccg	Sat Jan  3 22:08:34 2009
@@ -28,17 +28,6 @@
 namespace Db
 {
 
-Selector::Selector(const Glib::RefPtr<Gda::Dict>& dict, SelectorMode mode, SelectorColumn columns)
-:  _CONSTRUCT("dict", Glib::unwrap(dict), "mode", mode, "columns", columns, "ref_obj", 0)
-{
-
-}
-
-void Selector::set_mode_columns(SelectorMode mode, SelectorColumn columns)
-{
-  gnome_db_selector_set_mode_columns(this->gobj(), NULL, (GnomeDbSelectorMode)mode, (GnomeDbSelectorColumn)columns);
-}
-
 } // namespace Db
 
 } // namespace Gnome

Modified: libgnomedbmm/trunk/libgnomedb/src/selector.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/selector.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/selector.hg	Sat Jan  3 22:08:34 2009
@@ -20,7 +20,6 @@
  */
 
 #include <gtkmm/box.h>
-#include <libgdamm/dict.h>
 
 
 _DEFS(libgnomedbmm,libgnomedb)
@@ -48,29 +47,9 @@
 {
   _CLASS_GTKOBJECT(Selector, GnomeDbSelector, GNOME_DB_SELECTOR, Gtk::VBox, GtkVBox)
 public:
-  _WRAP_CTOR(Selector(const Glib::RefPtr<Gda::Dict>& dict, const Glib::RefPtr<Glib::Object>& ref_obj, SelectorMode mode, SelectorColumn columns), gnome_db_selector_new)
-
-  /** Creates a new Selector widget.
-   * This version of the method may not be used  if @mode implies a list where the displayed items depend
-   * on a specific object, namely SELECTOR_FIELDS (when not used in conjunction with SELECTOR_TABLES),
-   * SELECTOR_TARGETS, SELECTOR_JOINS, SELECTOR_QVIS_FIELDS, SELECTOR_QALL_FIELDS and
-   * SELECTOR_SUB_QUERIES (when not used in conjunction with SELECTOR_QUERIES).
-   * 
-   * @param dict A Dict object.
-   * @param  mode An OR'ed value of the possible items to display in the widget.
-   * @param columns An OR'ed value describing which columns will be displayed.
-   */
-  Selector(const Glib::RefPtr<Gda::Dict>& dict, SelectorMode mode, SelectorColumn columns);
+  _CTOR_DEFAULT
   
   _WRAP_METHOD(void set_mode_columns(const Glib::RefPtr<Glib::Object>& ref_object, SelectorMode mode, SelectorColumn columns), gnome_db_selector_set_mode_columns)
-
-  /** Changes what data gets displayed in the widget and which columns are displayed.
-   * The parameters have the same meaning as for the constructors.
-   *
-   * @param mode An OR'ed value of the possible items to display in the widget.
-   * @param columns An OR'ed value describing which columns will be displayed.
-   */
-  void set_mode_columns(SelectorMode mode, SelectorColumn columns);
   
   _WRAP_METHOD(bool set_selected_object(const Glib::RefPtr<Glib::Object>& selection), gnome_db_selector_set_selected_object)
   

Modified: libgnomedbmm/trunk/libgnomedb/src/sqlconsole.hg
==============================================================================
--- libgnomedbmm/trunk/libgnomedb/src/sqlconsole.hg	(original)
+++ libgnomedbmm/trunk/libgnomedb/src/sqlconsole.hg	Sat Jan  3 22:08:34 2009
@@ -20,7 +20,7 @@
  */
 
 #include <gtkmm/textview.h>
-#include <libgdamm/dict.h>
+#include <libgdamm/connection.h>
 
 
 _DEFS(libgnomedbmm,libgnomedb)
@@ -39,12 +39,12 @@
 {
   _CLASS_GTKOBJECT(SqlConsole, GnomeDbSqlConsole, GNOME_DB_SQL_CONSOLE, Gtk::TextView, GtkTextView)
 public:
-  _WRAP_CTOR(SqlConsole(const Glib::RefPtr<Gda::Dict>& dict, const Glib::ustring& message), gnome_db_sql_console_new)
+  _WRAP_CTOR(SqlConsole(const Glib::RefPtr<Gda::Connection>& connection, const Glib::ustring& message), gnome_db_sql_console_new)
   
   _WRAP_METHOD(void clear(), gnome_db_sql_console_clear)
   _WRAP_METHOD(void clear_history(), gnome_db_sql_console_clear_history)
 
-  _WRAP_PROPERTY("dict", Glib::RefPtr<Gda::Dict>)
+  //TODO: _WRAP_PROPERTY("dict", Glib::RefPtr<Gda::Dict>)
   //Write-only and construct, so not wrapped: _WRAP_PROPERTY("message", Glib::ustring)
   
   #m4 _CONVERSION(`const gchar*', `const Glib::ustring&', `($3)')

Modified: libgnomedbmm/trunk/tools/m4/convert_libgnomedbmm.m4
==============================================================================
--- libgnomedbmm/trunk/tools/m4/convert_libgnomedbmm.m4	(original)
+++ libgnomedbmm/trunk/tools/m4/convert_libgnomedbmm.m4	Sat Jan  3 22:08:34 2009
@@ -21,12 +21,12 @@
 _CONVERSION(`GdaConnection*',`Glib::RefPtr<Gda::Connection>',`Glib::wrap($3)')
 _CONVERSION(`const Glib::RefPtr<Gda::Connection>&', `GdaConnection*', __CONVERT_REFPTR_TO_P)
 
-_CONVERSION(`const Glib::RefPtr<Gda::ParameterList>&', `GdaParameterList*', __CONVERT_REFPTR_TO_P)
-_CONVERSION(`GdaParameterList*', `const Glib::RefPtr<Gda::ParameterList>&', `Glib::wrap($3)')
-_CONVERSION(`GdaParameterList*', `Glib::RefPtr<Gda::ParameterList>', `Glib::wrap($3)')
-_CONVERSION(`const Glib::RefPtr<Gda::Parameter>&', `GdaParameter*', __CONVERT_REFPTR_TO_P)
-_CONVERSION(`const Glib::RefPtr<const Gda::Parameter>&', `GdaParameter*', __CONVERT_CONST_REFPTR_TO_P)
-_CONVERSION(`GdaParameter*', `const Glib::RefPtr<Gda::Parameter>&', `Glib::wrap($3)')
+_CONVERSION(`const Glib::RefPtr<Gda::Set>&', `GdaSet*', __CONVERT_REFPTR_TO_P)
+_CONVERSION(`GdaSet*', `const Glib::RefPtr<Gda::Set>&', `Glib::wrap($3)')
+_CONVERSION(`GdaSet*', `Glib::RefPtr<Gda::Set>', `Glib::wrap($3)')
+_CONVERSION(`const Glib::RefPtr<Gda::Holder>&', `GdaHolder*', __CONVERT_REFPTR_TO_P)
+_CONVERSION(`const Glib::RefPtr<const Gda::Holder>&', `GdaHolder*', __CONVERT_CONST_REFPTR_TO_P)
+_CONVERSION(`GdaHolder*', `const Glib::RefPtr<Gda::Holder>&', `Glib::wrap($3)')
 _CONVERSION(`GdaDataHandler*', `Glib::RefPtr<Gda::DataHandler>', `Glib::wrap($3)')
 _CONVERSION(`const Glib::RefPtr<Gda::DataModelIter>&', `GdaDataModelIter*', __CONVERT_REFPTR_TO_P)
 _CONVERSION(`const Glib::RefPtr<Gda::DataHandler>&', `GdaDataHandler*', __CONVERT_REFPTR_TO_P)



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