summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-store-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtk+/glade-store-editor.h')
-rw-r--r--plugins/gtk+/glade-store-editor.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/gtk+/glade-store-editor.h b/plugins/gtk+/glade-store-editor.h
index d8942d68..77c3d416 100644
--- a/plugins/gtk+/glade-store-editor.h
+++ b/plugins/gtk+/glade-store-editor.h
@@ -25,33 +25,33 @@
G_BEGIN_DECLS
-#define GLADE_TYPE_STORE_EDITOR (glade_store_editor_get_type ())
-#define GLADE_STORE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GLADE_TYPE_STORE_EDITOR, GladeStoreEditor))
-#define GLADE_STORE_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GLADE_TYPE_STORE_EDITOR, GladeStoreEditorClass))
-#define GLADE_IS_STORE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GLADE_TYPE_STORE_EDITOR))
-#define GLADE_IS_STORE_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GLADE_TYPE_STORE_EDITOR))
-#define GLADE_STORE_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GLADE_TYPE_STORE_EDITOR, GladeStoreEditorClass))
+#define GLADE_TYPE_STORE_EDITOR (glade_store_editor_get_type ())
+#define GLADE_STORE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GLADE_TYPE_STORE_EDITOR, GladeStoreEditor))
+#define GLADE_STORE_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GLADE_TYPE_STORE_EDITOR, GladeStoreEditorClass))
+#define GLADE_IS_STORE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GLADE_TYPE_STORE_EDITOR))
+#define GLADE_IS_STORE_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GLADE_TYPE_STORE_EDITOR))
+#define GLADE_STORE_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GLADE_TYPE_STORE_EDITOR, GladeStoreEditorClass))
typedef struct _GladeStoreEditor GladeStoreEditor;
typedef struct _GladeStoreEditorClass GladeStoreEditorClass;
struct _GladeStoreEditor
{
- GtkBox parent;
+ GtkBox parent;
- GtkWidget *embed;
+ GtkWidget *embed;
- GList *properties; /* A list of eprops to update at load() time */
+ GList *properties; /* A list of eprops to update at load() time */
};
struct _GladeStoreEditorClass
{
- GtkBoxClass parent;
+ GtkBoxClass parent;
};
GType glade_store_editor_get_type (void) G_GNUC_CONST;
GtkWidget *glade_store_editor_new (GladeWidgetAdaptor *adaptor,
- GladeEditable *editable);
+ GladeEditable *editable);
G_END_DECLS