view gtk/plugins/perl/common/GtkPounce.xs @ 14448:8783ae8f649a

[gaim-migrate @ 17162] It turns out gaim_gtk_blist_update_toolbar() has been gone for almost 2 years and gaim_gtkconv_update_tabs has been gone for over 3. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 04 Sep 2006 23:26:50 +0000
parents eeca8be382a5
children d6eae5115b31
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Gaim::Gtk::Pounce  PACKAGE = Gaim::Gtk::Pounce  PREFIX = gaim_gtk_pounce_
PROTOTYPES: ENABLE

void
gaim_gtk_pounce_editor_show(account, name, cur_pounce)
	Gaim::Account account
	const char * name
	Gaim::Pounce cur_pounce

MODULE = Gaim::Gtk::Pounce  PACKAGE = Gaim::Gtk::Pounces  PREFIX = gaim_gtk_pounces_
PROTOTYPES: ENABLE

void *
gaim_gtk_pounces_get_handle()

MODULE = Gaim::Gtk::Pounce  PACKAGE = Gaim::Gtk::Pounces::Manager  PREFIX = gaim_gtk_pounces_manager_
PROTOTYPES: ENABLE

void
gaim_gtk_pounces_manager_show()

void
gaim_gtk_pounces_manager_hide()