diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-08 16:38:32 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-08 16:38:32 -0400 |
commit | 966760a1c2fc7008770d87b28e438999091e6dfd (patch) | |
tree | 17d5059ba350e90d6159d80fcff1f412a6d0b892 /src/example-interface.h | |
parent | 477736e00dc0e4eff26b41e587be2e262b6e7a29 (diff) | |
download | ayatana-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.h | 8 |
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 |