diff options
author | Eitan Isaacson <eitan@ascender.com> | 2009-04-08 14:25:50 +0300 |
---|---|---|
committer | Eitan Isaacson <eitan@ascender.com> | 2009-04-08 14:25:50 +0300 |
commit | 03077752f8a7b86e1008ca85d726690b0c8fac2f (patch) | |
tree | 3252e8d8e4b7c375ef88b36079e7c7354712b782 /libindicate/server.h | |
parent | c1955c5ca3f460f0ac8fc7de84325345b60b8919 (diff) | |
download | libayatana-indicator-03077752f8a7b86e1008ca85d726690b0c8fac2f.tar.gz libayatana-indicator-03077752f8a7b86e1008ca85d726690b0c8fac2f.tar.bz2 libayatana-indicator-03077752f8a7b86e1008ca85d726690b0c8fac2f.zip |
gtypified the interests enum.
Diffstat (limited to 'libindicate/server.h')
-rw-r--r-- | libindicate/server.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libindicate/server.h b/libindicate/server.h index cfb4334..5db46f9 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -124,10 +124,6 @@ void indicate_server_remove_indicator (IndicateServer * server, IndicateIndicato IndicateServer * indicate_server_ref_default (void); void indicate_server_set_default (IndicateServer * server); -/* Check to see if there is someone, out there, who likes this */ -gboolean indicate_server_check_interest (IndicateServer * server, IndicateInterests interest); - - /* Signal emission functions for sub-classes of the server */ void indicate_server_emit_indicator_added (IndicateServer *server, guint id, const gchar *type); void indicate_server_emit_indicator_removed (IndicateServer *server, guint id, const gchar *type); |