X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2Fcontrol-factory.h;h=e91e8a7a5c18e1076a7805bf6f4e6b833b3e01c5;hb=98033071444bc980e023ab17bdb35bd6a0ca1458;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..e91e8a7a5 100644 --- a/helm/gtkmathview-bonobo/src/control-factory.h +++ b/helm/gtkmathview-bonobo/src/control-factory.h @@ -18,25 +18,14 @@ * Boston, MA 02111-1307, USA. */ -#ifdef GTK_MATH_VIEW_CONTROL_FACTORY_H_ -#define GTK_MATH_VIEW_CONTROL_FACTORY_H_ +#ifndef __control_factory_h__ +#define __control_factory_h__ +#include #include -#include #include -#include #define CONTROL_FACTORY_ID "OAFIID:GNOME_GtkMathView_Factory:" MATH_VIEW_API_VERSION #define CONTROL_ID "OAFIID:GNOME_GtkMathView:" MATH_VIEW_API_VERSION -enum math_args; - -BonoboObject *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 +#endif /* __control_factory_h__ */