diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-04-27 04:51:09 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-04-27 04:51:09 +0800 |
commit | 69814b0fd3717aadde21b392c875033865903f07 (patch) | |
tree | 31af67384bdcdaacc5ea0bf23378dabe42f42474 /libempathy-gtk/gossip-chat.h | |
parent | 703a7db832de5d180a6880321fcee7919eb6094e (diff) | |
download | gsoc2013-empathy-69814b0fd3717aadde21b392c875033865903f07.tar gsoc2013-empathy-69814b0fd3717aadde21b392c875033865903f07.tar.gz gsoc2013-empathy-69814b0fd3717aadde21b392c875033865903f07.tar.bz2 gsoc2013-empathy-69814b0fd3717aadde21b392c875033865903f07.tar.lz gsoc2013-empathy-69814b0fd3717aadde21b392c875033865903f07.tar.xz gsoc2013-empathy-69814b0fd3717aadde21b392c875033865903f07.tar.zst gsoc2013-empathy-69814b0fd3717aadde21b392c875033865903f07.zip |
[darcs-to-svn @ Save/restore window geometry]
svn path=/trunk/; revision=6
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); |