Mercurial > pidgin
diff src/gtkconv.h @ 10827:53e7884c549a
[gaim-migrate @ 12492]
this should fix some problems with contact aware conversations, while
possibly introducing new problems, and breaking some plugins.
Someone needs to just remove GaimConvWindows all together.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Fri, 15 Apr 2005 22:32:00 +0000 |
| parents | 364a2ef907ae |
| children | 339b61819edc |
line wrap: on
line diff
--- a/src/gtkconv.h Fri Apr 15 17:56:04 2005 +0000 +++ b/src/gtkconv.h Fri Apr 15 22:32:00 2005 +0000 @@ -292,6 +292,7 @@ */ int gaim_gtkconv_get_dest_tab_at_xy(GaimConvWindow *win, int x, int y); +GaimGtkConversation *gaim_gtk_get_gtkconv_at_index(const GaimConvWindow *win, int index); /*@}*/ /**************************************************************************/
