aboutsummaryrefslogtreecommitdiff
path: root/src/example-interface.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 16:38:32 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 16:38:32 -0400
commit966760a1c2fc7008770d87b28e438999091e6dfd (patch)
tree17d5059ba350e90d6159d80fcff1f412a6d0b892 /src/example-interface.h
parent477736e00dc0e4eff26b41e587be2e262b6e7a29 (diff)
downloadayatana-indicator-notifications-966760a1c2fc7008770d87b28e438999091e6dfd.tar.gz
ayatana-indicator-notifications-966760a1c2fc7008770d87b28e438999091e6dfd.tar.bz2
ayatana-indicator-notifications-966760a1c2fc7008770d87b28e438999091e6dfd.zip
Updated the formatting for the interface
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