summaryrefslogtreecommitdiff
path: root/pidgin/plugins/perl/common/GtkDebug.xs
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/plugins/perl/common/GtkDebug.xs')
-rw-r--r--pidgin/plugins/perl/common/GtkDebug.xs16
1 files changed, 16 insertions, 0 deletions
diff --git a/pidgin/plugins/perl/common/GtkDebug.xs b/pidgin/plugins/perl/common/GtkDebug.xs
new file mode 100644
index 0000000000..eea573e844
--- /dev/null
+++ b/pidgin/plugins/perl/common/GtkDebug.xs
@@ -0,0 +1,16 @@
+#include "gtkmodule.h"
+
+MODULE = Gaim::GtkUI::Debug PACKAGE = Gaim::GtkUI::Debug PREFIX = gaim_gtk_debug_
+PROTOTYPES: ENABLE
+
+Gaim::Handle
+gaim_gtk_debug_get_handle()
+
+MODULE = Gaim::GtkUI::Debug PACKAGE = Gaim::GtkUI::Debug::Window PREFIX = gaim_gtk_debug_window_
+PROTOTYPES: ENABLE
+
+void
+gaim_gtk_debug_window_show()
+
+void
+gaim_gtk_debug_window_hide()