summaryrefslogtreecommitdiff
path: root/gladeui/glade-builtins.h
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-builtins.h')
-rw-r--r--gladeui/glade-builtins.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gladeui/glade-builtins.h b/gladeui/glade-builtins.h
index 7edabd38..5837900d 100644
--- a/gladeui/glade-builtins.h
+++ b/gladeui/glade-builtins.h
@@ -11,8 +11,8 @@ typedef struct _GladeParamSpecObjects GladeParamSpecObjects;
#define GLADE_TYPE_STOCK (glade_standard_stock_get_type())
#define GLADE_TYPE_STOCK_IMAGE (glade_standard_stock_image_get_type())
-#define GLADE_TYPE_GLIST (glade_glist_get_type())
-#define GLADE_TYPE_PARAM_OBJECTS (glade_param_objects_get_type())
+#define GLADE_TYPE_GLIST (glade_glist_get_type())
+#define GLADE_TYPE_PARAM_OBJECTS (glade_param_objects_get_type())
#define GLADE_IS_STOCK(pspec) \
(G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GLADE_TYPE_STOCK))
@@ -33,13 +33,13 @@ GType glade_glist_get_type (void) G_GNUC_CONST;
GType glade_param_objects_get_type (void) G_GNUC_CONST;
GParamSpec *glade_param_spec_objects (const gchar *name,
- const gchar *nick,
- const gchar *blurb,
- GType accepted_type,
- GParamFlags flags);
+ const gchar *nick,
+ const gchar *blurb,
+ GType accepted_type,
+ GParamFlags flags);
void glade_param_spec_objects_set_type (GladeParamSpecObjects *pspec,
- GType type);
+ GType type);
GType glade_param_spec_objects_get_type (GladeParamSpecObjects *pspec);
GParamSpec *glade_standard_pixbuf_spec (void);