diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:23:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:23:00 +0800 |
commit | 633dd8bd9ec961c04f73335984d7ea30cc0b5684 (patch) | |
tree | 2df8a5783038833eaa689263f7a525f8eeb6d50e /libempathy/empathy-tp-chat.h | |
parent | 1ff9b568baba4d2f3e2445e63f6f68c840b20a88 (diff) | |
download | gsoc2013-empathy-633dd8bd9ec961c04f73335984d7ea30cc0b5684.tar gsoc2013-empathy-633dd8bd9ec961c04f73335984d7ea30cc0b5684.tar.gz gsoc2013-empathy-633dd8bd9ec961c04f73335984d7ea30cc0b5684.tar.bz2 gsoc2013-empathy-633dd8bd9ec961c04f73335984d7ea30cc0b5684.tar.lz gsoc2013-empathy-633dd8bd9ec961c04f73335984d7ea30cc0b5684.tar.xz gsoc2013-empathy-633dd8bd9ec961c04f73335984d7ea30cc0b5684.tar.zst gsoc2013-empathy-633dd8bd9ec961c04f73335984d7ea30cc0b5684.zip |
Continue property stuff
svn path=/trunk/; revision=768
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 43acca726..fd988ec2e 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -68,6 +68,8 @@ void empathy_tp_chat_send (EmpathyTpChat *chat, void empathy_tp_chat_set_state (EmpathyTpChat *chat, TpChannelChatState state); const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); +void empathy_tp_chat_set_property (EmpathyTpChat *chat, + const GValue *value); G_END_DECLS |