| 39 #include "gtkstatusbox.h" |
39 #include "gtkstatusbox.h" |
| 40 #include "gtkthemes.h" |
40 #include "gtkthemes.h" |
| 41 #include "gtkutils.h" |
41 #include "gtkutils.h" |
| 42 |
42 |
| 43 /* gtkaccount.h */ |
43 /* gtkaccount.h */ |
| 44 typedef GaimGtkAccountDialogType Gaim__GtkUI__Account__Dialog__Type; |
44 typedef PidginAccountDialogType Gaim__GtkUI__Account__Dialog__Type; |
| 45 |
45 |
| 46 /* gtkblist.h */ |
46 /* gtkblist.h */ |
| 47 typedef GaimGtkBuddyList * Gaim__GtkUI__BuddyList; |
47 typedef PidginBuddyList * Gaim__GtkUI__BuddyList; |
| 48 typedef gaim_gtk_blist_sort_function Gaim__GtkUI__BuddyList__SortFunction; |
48 typedef pidgin_blist_sort_function Gaim__GtkUI__BuddyList__SortFunction; |
| 49 |
49 |
| 50 /* gtkconv.h */ |
50 /* gtkconv.h */ |
| 51 typedef GaimGtkConversation * Gaim__GtkUI__Conversation; |
51 typedef PidginConversation * Gaim__GtkUI__Conversation; |
| 52 typedef GaimUnseenState Gaim__UnseenState; |
52 typedef GaimUnseenState Gaim__UnseenState; |
| 53 |
53 |
| 54 /* gtkconvwin.h */ |
54 /* gtkconvwin.h */ |
| 55 typedef GaimGtkWindow * Gaim__GtkUI__Conversation__Window; |
55 typedef PidginWindow * Gaim__GtkUI__Conversation__Window; |
| 56 typedef GaimConvPlacementFunc Gaim__Conversation__PlacementFunc; |
56 typedef GaimConvPlacementFunc Gaim__Conversation__PlacementFunc; |
| 57 |
57 |
| 58 /* gtkft.h */ |
58 /* gtkft.h */ |
| 59 typedef GaimGtkXferDialog * Gaim__GtkUI__Xfer__Dialog; |
59 typedef PidginXferDialog * Gaim__GtkUI__Xfer__Dialog; |
| 60 |
60 |
| 61 /* gtkimhtml.h */ |
61 /* gtkimhtml.h */ |
| 62 typedef GtkIMHtml * Gaim__GtkUI__IMHtml; |
62 typedef GtkIMHtml * Gaim__GtkUI__IMHtml; |
| 63 typedef GtkIMHtmlButtons Gaim__GtkUI__IMHtml__Buttons; |
63 typedef GtkIMHtmlButtons Gaim__GtkUI__IMHtml__Buttons; |
| 64 typedef GtkIMHtmlFuncs * Gaim__GtkUI__IMHtml__Funcs; |
64 typedef GtkIMHtmlFuncs * Gaim__GtkUI__IMHtml__Funcs; |