X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fgtkmathview-bonobo%2Fsrc%2Fcontrol-factory.h;h=e91e8a7a5c18e1076a7805bf6f4e6b833b3e01c5;hb=9e781c8957ff049e7bba65e1d611e5f007b02fb5;hp=68830bc87ab5baceaf2afa3e423bc034afacfba4;hpb=bd1567199bf9a875cd3cef3b0301d359ad008867;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/control-factory.h b/helm/gtkmathview-bonobo/src/control-factory.h index 68830bc87..e91e8a7a5 100644 --- a/helm/gtkmathview-bonobo/src/control-factory.h +++ b/helm/gtkmathview-bonobo/src/control-factory.h @@ -17,20 +17,15 @@ * Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307, USA. */ -#include -#include -#include - -#include - -enum math_args; +#ifndef __control_factory_h__ +#define __control_factory_h__ -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); +#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 +#endif /* __control_factory_h__ */