aboutsummaryrefslogtreecommitdiff
path: root/src/example-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/example-interface.h')
-rw-r--r--src/example-interface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/example-interface.h b/src/example-interface.h
index c3de461..fc6860c 100644
--- a/src/example-interface.h
+++ b/src/example-interface.h
@@ -39,15 +39,15 @@ typedef struct _ExampleInterfacePrivate ExampleInterfacePrivate;
typedef struct _ExampleInterfaceClass ExampleInterfaceClass;
struct _ExampleInterfaceClass {
- GObjectClass parent_class;
+ GObjectClass parent_class;
};
struct _ExampleInterface {
- GObject parent;
- ExampleInterfacePrivate * priv;
+ GObject parent;
+ ExampleInterfacePrivate *priv;
};
-GType example_interface_get_type (void);
+GType example_interface_get_type(void);
G_END_DECLS