diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:23:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:23:08 +0800 |
commit | 16d5526f7a400eae93a1a7858ec73b2d99fadd48 (patch) | |
tree | 810575b83070b392ab4191ae0e8b8869bb539ecf /libempathy/empathy-tp-chat.h | |
parent | a69b6ced4cb82dc5e898e79dfb58f6e67b7beb59 (diff) | |
download | gsoc2013-empathy-16d5526f7a400eae93a1a7858ec73b2d99fadd48.tar gsoc2013-empathy-16d5526f7a400eae93a1a7858ec73b2d99fadd48.tar.gz gsoc2013-empathy-16d5526f7a400eae93a1a7858ec73b2d99fadd48.tar.bz2 gsoc2013-empathy-16d5526f7a400eae93a1a7858ec73b2d99fadd48.tar.lz gsoc2013-empathy-16d5526f7a400eae93a1a7858ec73b2d99fadd48.tar.xz gsoc2013-empathy-16d5526f7a400eae93a1a7858ec73b2d99fadd48.tar.zst gsoc2013-empathy-16d5526f7a400eae93a1a7858ec73b2d99fadd48.zip |
Implement _set_property
svn path=/trunk/; revision=773
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index fd988ec2e..0f47d12c1 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -69,6 +69,7 @@ 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 gchar *name, const GValue *value); G_END_DECLS |