view gtk/plugins/perl/common/gtkmodule.h @ 14587:bee5661c15cb

[gaim-migrate @ 17311] I couldn't see a reason why we needed all of gaim_gtk_roomlist_dialog_new, gaim_gtk_roomlist_dialog_new_with_account, gaim_gtk_roomlist_dialog_show, and gaim_gtk_roomlist_dialog_show_with_account especially considering the _show functions basically just called the _new functions. So I whittled us down to just _show and _show_with_account being visible. And since nothing outside GtkRoomlist.c was using the GaimGtkRoomlistDialog struct I made that private too. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 18 Sep 2006 18:14:50 +0000
parents d6eae5115b31
children
line wrap: on
line source

typedef struct group *Gaim__GtkUI__Group;

#define group perl_group

#include <glib.h>
#include <gtk/gtk.h>
#ifdef _WIN32
#undef pipe
#endif
#include <EXTERN.h>
#include <perl.h>
#include <XSUB.h>

#undef group

#include <plugins/perl/common/module.h>

#include "gtkaccount.h"
#include "gtkblist.h"
#include "gtkconn.h"
#include "gtkconv.h"
#include "gtkconvwin.h"
#include "gtkdebug.h"
#include "gtkdialogs.h"
#include "gtkft.h"
#include "gtkimhtml.h"
#include "gtkimhtmltoolbar.h"
#include "gtklog.h"
#include "gtkmenutray.h"
#include "gtkplugin.h"
#include "gtkpluginpref.h"
#include "gtkpounce.h"
#include "gtkprefs.h"
#include "gtkprivacy.h"
#include "gtkroomlist.h"
#include "gtksavedstatuses.h"
#include "gtksession.h"
#include "gtksound.h"
#include "gtkstatusbox.h"
#include "gtkthemes.h"
#include "gtkutils.h"

/* gtkaccount.h */
typedef GaimGtkAccountDialogType			Gaim__GtkUI__Account__Dialog__Type;

/* gtkblist.h */
typedef GaimGtkBuddyList *				Gaim__GtkUI__BuddyList;
typedef gaim_gtk_blist_sort_function			Gaim__GtkUI__BuddyList__SortFunction;

/* gtkconv.h */
typedef GaimGtkConversation *				Gaim__GtkUI__Conversation;
typedef GaimUnseenState					Gaim__UnseenState;

/* gtkconvwin.h */
typedef GaimGtkWindow *					Gaim__GtkUI__Conversation__Window;
typedef GaimConvPlacementFunc				Gaim__Conversation__PlacementFunc;

/* gtkft.h */
typedef GaimGtkXferDialog *				Gaim__GtkUI__Xfer__Dialog;

/* gtkimhtml.h */
typedef GtkIMHtml *					Gaim__GtkUI__IMHtml;
typedef GtkIMHtmlButtons				Gaim__GtkUI__IMHtml__Buttons;
typedef GtkIMHtmlFuncs *				Gaim__GtkUI__IMHtml__Funcs;
typedef GtkIMHtmlScalable *				Gaim__GtkUI__IMHtml__Scalable;
typedef GtkIMHtmlSmiley *				Gaim__GtkUI__IMHtml__Smiley;
typedef GtkIMHtmlOptions				Gaim__GtkUI__IMHtml__Options;

/* gtkimhtmltoolbar.h */
typedef GtkIMHtmlToolbar *				Gaim__GtkUI__IMHtmlToolbar;

/* gtkmenutray.h */
typedef GaimGtkMenuTray *				Gaim__GtkUI__MenuTray;

/* gtkstatusbox.h */
typedef GtkGaimStatusBox *				Gaim__GtkUI__StatusBox;