X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2Fcontrol-factory.h;fp=helm%2Fgtkmathview-bonobo%2Fsrc%2Fcontrol-factory.h;h=ff75a253819a9cd842b7af977ccf4c3a376d3e15;hb=b266dce15b2f669a70daaee3bd0887f8d9c345b2;hp=739d02cd601274edd9b9fad92362c52381dcf785;hpb=88b1f433e5018ab2ee57d2f03bd50a07555b3ee3;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/control-factory.h b/helm/gtkmathview-bonobo/src/control-factory.h index 739d02cd6..ff75a2538 100644 --- a/helm/gtkmathview-bonobo/src/control-factory.h +++ b/helm/gtkmathview-bonobo/src/control-factory.h @@ -31,12 +31,10 @@ enum math_args; -BonoboObject *gtk_math_view_control_factory(BonoboGenericFactory *factory,const gchar *component_id, gpointer closure); +BonoboControl *gtk_math_view_control_factory(BonoboGenericFactory *factory,const gchar *component_id, gpointer closure); static void get_prop(BonoboPropertyBag*, BonoboArg *, guint , CorbaEnvironment*, gpointer); static void set_prop(BonoboPropertyBag*, BonoboArg *, guint , CorbaEnvironment*, gpointer); -static BonoboControl* instantiate_func(void); - static void notify_property_bag(GtkMathView* ,gpointer); #endif