diff options
author | Ted Gould <ted@canonical.com> | 2009-01-16 00:04:05 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-16 00:04:05 -0600 |
commit | 2b6ce30681688304f321b1717cac0891882e773e (patch) | |
tree | 74f95250e94e33ed40bde5c636f6063fb0c11e80 /libindicate/server.h | |
parent | 8a2369b420ee625f07d3d6882c07464fc5b27cb8 (diff) | |
parent | df1713a31e272324244419c0b7b6fbf9b3179069 (diff) | |
download | libayatana-indicator-2b6ce30681688304f321b1717cac0891882e773e.tar.gz libayatana-indicator-2b6ce30681688304f321b1717cac0891882e773e.tar.bz2 libayatana-indicator-2b6ce30681688304f321b1717cac0891882e773e.zip |
Building the listener object that listens to all of the folks on DBus and turns that into a usable interface for indicator display folks. A lot of code to make things simple :)
Diffstat (limited to 'libindicate/server.h')
-rw-r--r-- | libindicate/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/server.h b/libindicate/server.h index fe3ec28..bc4522d 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -92,5 +92,5 @@ gboolean indicate_server_show_indicator_to_user (IndicateServer * server, guint G_END_DECLS -#endif /* INDICATE_INDICATOR_H_INCLUDED__ */ +#endif /* INDICATE_SERVER_H_INCLUDED__ */ |