Mercurial > pidgin.yaz
view console/libgnt/gnt.h @ 14559:fe9222bf8b1d
[gaim-migrate @ 17282]
Sometimes the order in which things happen is quite important. In
this case the chicken quite definitely came before the egg.
Also make the libxml2 check explicit to what minimum version we need.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 15 Sep 2006 02:05:23 +0000 |
parents | 8375ecb6152b |
children | 62bb53609a36 |
line wrap: on
line source
#include <glib.h> #include "gntwidget.h" #include "gntcolors.h" #include "gntkeys.h" void gnt_init(); void gnt_main(); gboolean gnt_ascii_only(); void gnt_screen_occupy(GntWidget *widget); void gnt_screen_release(GntWidget *widget); void gnt_screen_update(GntWidget *widget); void gnt_screen_take_focus(GntWidget *widget); void gnt_screen_resize_widget(GntWidget *widget, int width, int height); void gnt_screen_move_widget(GntWidget *widget, int x, int y); void gnt_screen_rename_widget(GntWidget *widget, const char *text); gboolean gnt_widget_has_focus(GntWidget *widget); void gnt_widget_set_urgent(GntWidget *widget); void gnt_register_action(const char *label, void (*callback)()); void gnt_quit();