view gtk/plugins/perl/common/GtkDebug.xs @ 14647:18b74ed00850

[gaim-migrate @ 17393] Hide the Browsers preference tab when running in OS X, as is done with gnome, and use its open command which functions as gnome-open does for handling clicked links. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Fri, 29 Sep 2006 00:17:58 +0000
parents d6eae5115b31
children d1e71d46c3db
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Debug  PACKAGE = Gaim::GtkUI::Debug  PREFIX = gaim_gtk_debug_
PROTOTYPES: ENABLE

void *
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()