X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2Fcontrol-factory.h;h=739d02cd601274edd9b9fad92362c52381dcf785;hb=88b1f433e5018ab2ee57d2f03bd50a07555b3ee3;hp=68830bc87ab5baceaf2afa3e423bc034afacfba4;hpb=f7b2e35a7bdadb4fdf0e640428e694703ddf67a5;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/control-factory.h b/helm/gtkmathview-bonobo/src/control-factory.h index 68830bc87..739d02cd6 100644 --- a/helm/gtkmathview-bonobo/src/control-factory.h +++ b/helm/gtkmathview-bonobo/src/control-factory.h @@ -17,15 +17,21 @@ * Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307, USA. */ + +#ifdef GTK_MATH_VIEW_CONTROL_FACTORY_H_ +#define GTK_MATH_VIEW_CONTROL_FACTORY_H_ + #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); @@ -33,4 +39,4 @@ static BonoboControl* instantiate_func(void); static void notify_property_bag(GtkMathView* ,gpointer); - +#endif