comparison src/gtkplugin.h @ 9709:4d05b6e9e9cd

[gaim-migrate @ 10570] This patch is freaking massive. Renamed ui.h to gtkdialogs.h Renamed dialogs.c to gtkdialogs.c sed'ed the hell out of the .po files These files are similar to gtkutil.c/.h. They are meant to contain dialogs such as the "New Instant Message" window, which does not belong in gtkblist.c or gtkconv.c, and is called from both places. Eventually the functions in gtkdialogs.c/.h should be changed to conform to Gaim's naming convention. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 00:48:19 +0000
parents fa6395637e2c
children db62420a53a2
comparison
equal deleted inserted replaced
9708:d49a19e8320c 9709:4d05b6e9e9cd
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_GTK_PLUGIN_H_ 25 #ifndef _GAIM_GTK_PLUGIN_H_
26 #define _GAIM_GTK_PLUGIN_H_ 26 #define _GAIM_GTK_PLUGIN_H_
27 27
28 #include <gtk/gtk.h>
29 #include "plugin.h" 28 #include "plugin.h"
29
30 #include "gtkinternal.h"
30 31
31 typedef struct _GaimGtkPluginUiInfo GaimGtkPluginUiInfo; 32 typedef struct _GaimGtkPluginUiInfo GaimGtkPluginUiInfo;
32 33
33 /** 34 /**
34 * A GTK+ UI structure for plugins. 35 * A GTK+ UI structure for plugins.