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=ff75a253819a9cd842b7af977ccf4c3a376d3e15;hpb=6f65a2e518d723ea722b23bfd9fa0162ff8be457;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/control-factory.h b/helm/gtkmathview-bonobo/src/control-factory.h index ff75a2538..e91e8a7a5 100644 --- a/helm/gtkmathview-bonobo/src/control-factory.h +++ b/helm/gtkmathview-bonobo/src/control-factory.h @@ -18,23 +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; - -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 void notify_property_bag(GtkMathView* ,gpointer); - -#endif +#endif /* __control_factory_h__ */