aboutsummaryrefslogtreecommitdiff
path: root/src/example-interface.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 16:28:35 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 16:28:35 -0400
commitb4506b87a98db08df6c516839090db1c96afd9d3 (patch)
tree65fd642fe0b3338eb12c2b582263529b33834bba /src/example-interface.h
parent39f5b5da144e3de1c058d820e57f249c379f862e (diff)
downloadayatana-indicator-notifications-b4506b87a98db08df6c516839090db1c96afd9d3.tar.gz
ayatana-indicator-notifications-b4506b87a98db08df6c516839090db1c96afd9d3.tar.bz2
ayatana-indicator-notifications-b4506b87a98db08df6c516839090db1c96afd9d3.zip
Removed unnecessary function from interface, updated formatting in service.
Diffstat (limited to 'src/example-interface.h')
-rw-r--r--src/example-interface.h3
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