]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/src/control-factory.h
Control Factory modified.
[helm.git] / helm / gtkmathview-bonobo / src / control-factory.h
index 739d02cd601274edd9b9fad92362c52381dcf785..ff75a253819a9cd842b7af977ccf4c3a376d3e15 100644 (file)
 
 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