diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-03 01:39:27 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-03 01:39:27 +0800 |
commit | 563cdc5a284bc85957f60b14048ba6e42a0c7c87 (patch) | |
tree | bb0b4df3fa7e332602951d48c46384a9b3cb7ab3 /libempathy/gossip-presence.h | |
parent | 02fc345b94f6fa5d4a87ec2917e5fe846f9e755d (diff) | |
download | gsoc2013-empathy-563cdc5a284bc85957f60b14048ba6e42a0c7c87.tar gsoc2013-empathy-563cdc5a284bc85957f60b14048ba6e42a0c7c87.tar.gz gsoc2013-empathy-563cdc5a284bc85957f60b14048ba6e42a0c7c87.tar.bz2 gsoc2013-empathy-563cdc5a284bc85957f60b14048ba6e42a0c7c87.tar.lz gsoc2013-empathy-563cdc5a284bc85957f60b14048ba6e42a0c7c87.tar.xz gsoc2013-empathy-563cdc5a284bc85957f60b14048ba6e42a0c7c87.tar.zst gsoc2013-empathy-563cdc5a284bc85957f60b14048ba6e42a0c7c87.zip |
[darcs-to-svn @ Autostart]
svn path=/trunk/; revision=27
Diffstat (limited to 'libempathy/gossip-presence.h')
-rw-r--r-- | libempathy/gossip-presence.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/gossip-presence.h b/libempathy/gossip-presence.h index 4aa2aa668..0029906f3 100644 --- a/libempathy/gossip-presence.h +++ b/libempathy/gossip-presence.h @@ -58,6 +58,7 @@ void gossip_presence_set_status (GossipPresence *pr gint gossip_presence_sort_func (gconstpointer a, gconstpointer b); const gchar * gossip_presence_state_get_default_status (McPresence state); +const gchar * gossip_presence_state_to_str (McPresence state); McPresence gossip_presence_state_from_str (const gchar *str); G_END_DECLS |