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 | 84aa05b401b1d64861e85f4b0ce21202c8b6c07d (patch) | |
| tree | 17d5059ba350e90d6159d80fcff1f412a6d0b892 /src/example-interface.h | |
| parent | b4506b87a98db08df6c516839090db1c96afd9d3 (diff) | |
| download | ayatana-indicator-notifications-84aa05b401b1d64861e85f4b0ce21202c8b6c07d.tar.gz ayatana-indicator-notifications-84aa05b401b1d64861e85f4b0ce21202c8b6c07d.tar.bz2 ayatana-indicator-notifications-84aa05b401b1d64861e85f4b0ce21202c8b6c07d.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 |
