diff options
Diffstat (limited to 'libempathy-gtk/gossip-chat.h')
-rw-r--r-- | libempathy-gtk/gossip-chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/gossip-chat.h b/libempathy-gtk/gossip-chat.h index cc0f584b4..3de788eef 100644 --- a/libempathy-gtk/gossip-chat.h +++ b/libempathy-gtk/gossip-chat.h @@ -126,6 +126,7 @@ void gossip_chat_load_geometry (GossipChat *chat, gint *h); void gossip_chat_set_tp_chat (GossipChat *chat, EmpathyTpChat *tp_chat); +const gchar * gossip_chat_get_id (GossipChat *chat); /* For spell checker dialog to correct the misspelled word. */ gboolean gossip_chat_get_is_command (const gchar *str); |