diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 20:55:23 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 21:01:05 +0800 |
commit | a4003a623b98bb2d868bc3d10da305f2b5fba435 (patch) | |
tree | 0d4fe3e5d445090b9a84edefb6b8a2ff6984b7a8 /libempathy/empathy-tp-chat.h | |
parent | 311da6b7a292e02cb14540fe90cbf28b3650067d (diff) | |
download | gsoc2013-empathy-a4003a623b98bb2d868bc3d10da305f2b5fba435.tar gsoc2013-empathy-a4003a623b98bb2d868bc3d10da305f2b5fba435.tar.gz gsoc2013-empathy-a4003a623b98bb2d868bc3d10da305f2b5fba435.tar.bz2 gsoc2013-empathy-a4003a623b98bb2d868bc3d10da305f2b5fba435.tar.lz gsoc2013-empathy-a4003a623b98bb2d868bc3d10da305f2b5fba435.tar.xz gsoc2013-empathy-a4003a623b98bb2d868bc3d10da305f2b5fba435.tar.zst gsoc2013-empathy-a4003a623b98bb2d868bc3d10da305f2b5fba435.zip |
empathy-tp-chat: fix coding style
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index fadc5f636..f7d2b58a1 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -56,7 +56,7 @@ GType empathy_tp_chat_get_type (void) G_GNUC_CONST; EmpathyTpChat *empathy_tp_chat_new (TpChannel *channel); void empathy_tp_chat_close (EmpathyTpChat *chat); const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); -EmpathyContact*empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat); +EmpathyContact *empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat); TpChannel * empathy_tp_chat_get_channel (EmpathyTpChat *chat); TpConnection * empathy_tp_chat_get_connection (EmpathyTpChat *chat); gboolean empathy_tp_chat_is_ready (EmpathyTpChat *chat); |