diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-08 16:28:35 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-08 16:28:35 -0400 |
commit | 477736e00dc0e4eff26b41e587be2e262b6e7a29 (patch) | |
tree | 65fd642fe0b3338eb12c2b582263529b33834bba /src/example-interface.h | |
parent | 69ae8b7d5195cfbbed2e46a3f0a5e5fb83d8ee36 (diff) | |
download | ayatana-indicator-notifications-477736e00dc0e4eff26b41e587be2e262b6e7a29.tar.gz ayatana-indicator-notifications-477736e00dc0e4eff26b41e587be2e262b6e7a29.tar.bz2 ayatana-indicator-notifications-477736e00dc0e4eff26b41e587be2e262b6e7a29.zip |
Removed unnecessary function from interface, updated formatting in service.
Diffstat (limited to 'src/example-interface.h')
-rw-r--r-- | src/example-interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/example-interface.h b/src/example-interface.h index 3c18c48..c3de461 100644 --- a/src/example-interface.h +++ b/src/example-interface.h @@ -40,8 +40,6 @@ typedef struct _ExampleInterfaceClass ExampleInterfaceClass; struct _ExampleInterfaceClass { GObjectClass parent_class; - - void (*update_time) (void); }; struct _ExampleInterface { @@ -50,7 +48,6 @@ struct _ExampleInterface { }; GType example_interface_get_type (void); -void example_interface_update (ExampleInterface *self); G_END_DECLS |