Mercurial > pidgin.yaz
view console/gntdebug.h @ 14401:4f51b45f4f70
[gaim-migrate @ 17109]
Remove some stuff from the core perl typemap that is only defined in the gtk
files, and some gtk types themselves. Some of this will get added back in the
gtk perl typemap when I commit it later.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 01 Sep 2006 08:19:31 +0000 |
parents | c65ed4f6eea8 |
children | 81650a27f253 |
line wrap: on
line source
#ifndef _GNT_DEBUG_H #define _GNT_DEBUG_H #include "debug.h" GaimDebugUiOps *gg_debug_get_ui_ops(void); void gg_debug_init(void); void gg_debug_uninit(void); void gg_debug_window_show(void); #endif