add new sigc++2 directory
[ardour.git] / libs / libgnomecanvasmm / libgnomecanvasmm / bpath.cc
index 0f0651aa156f1747ea8856c3fb5e3167d075bd2f..684392202916f14277c4ffc377b791883461b7ae 100644 (file)
@@ -1,6 +1,5 @@
 // Generated by gtkmmproc -- DO NOT MODIFY!
 
-
 #include <libgnomecanvasmm/bpath.h>
 #include <libgnomecanvasmm/private/bpath_p.h>
 
@@ -39,7 +38,7 @@ Bpath::Bpath(Group& parent)
 
 void Bpath::set_bpath(const Glib::RefPtr<PathDef>& path)
 {
-  property_bpath().set_value(path->gobj());
+  property_bpath ().set_value ((gpointer)path->gobj());
 }
 
 
@@ -47,6 +46,7 @@ void Bpath::set_bpath(const Glib::RefPtr<PathDef>& path)
 
 } /* namespace Gnome */
 
+
 namespace
 {
 } // anonymous namespace
@@ -96,13 +96,8 @@ void Bpath_Class::class_init_function(void* g_class, void* class_data)
   BaseClassType *const klass = static_cast<BaseClassType*>(g_class);
   CppClassParent::class_init_function(klass, class_data);
 
-#ifdef GLIBMM_VFUNCS_ENABLED
-#endif //GLIBMM_VFUNCS_ENABLED
 }
 
-#ifdef GLIBMM_VFUNCS_ENABLED
-#endif //GLIBMM_VFUNCS_ENABLED
-
 
 Glib::ObjectBase* Bpath_Class::wrap_new(GObject* o)
 {
@@ -143,23 +138,15 @@ GType Bpath::get_base_type()
 }
 
 
-#ifdef GLIBMM_PROPERTIES_ENABLED
-Glib::PropertyProxy<GnomeCanvasPathDef*> Bpath::property_bpath() 
+Glib::PropertyProxy<gpointer> Bpath::property_bpath() 
 {
-  return Glib::PropertyProxy<GnomeCanvasPathDef*>(this, "bpath");
+  return Glib::PropertyProxy<gpointer>(this, "bpath");
 }
-#endif //GLIBMM_PROPERTIES_ENABLED
 
-#ifdef GLIBMM_PROPERTIES_ENABLED
-Glib::PropertyProxy_ReadOnly<GnomeCanvasPathDef*> Bpath::property_bpath() const
+Glib::PropertyProxy_ReadOnly<gpointer> Bpath::property_bpath() const
 {
-  return Glib::PropertyProxy_ReadOnly<GnomeCanvasPathDef*>(this, "bpath");
+  return Glib::PropertyProxy_ReadOnly<gpointer>(this, "bpath");
 }
-#endif //GLIBMM_PROPERTIES_ENABLED
-
-
-#ifdef GLIBMM_VFUNCS_ENABLED
-#endif //GLIBMM_VFUNCS_ENABLED
 
 
 } // namespace Canvas