view gtk/plugins/perl/common/GtkDialogs.xs @ 15103:53f7a4a8ad2a

[gaim-migrate @ 17889] Fix some leakage in the perl loader bindings by using a special typedef to handle functions that return g_malloc()-ed values. Thanks to the Gtk-Perl folks for any easy way to do this. Fix gaim_gtk_sound_get_event_label() to correctly indicate that the retval is a constant. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 04 Dec 2006 03:49:34 +0000
parents d6eae5115b31
children
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Dialogs  PACKAGE = Gaim::GtkUI::Dialogs  PREFIX = gaim_gtkdialogs_
PROTOTYPES: ENABLE

void
gaim_gtkdialogs_destroy_all()

void
gaim_gtkdialogs_about()

void
gaim_gtkdialogs_im()

void
gaim_gtkdialogs_im_with_user(account, username)
	Gaim::Account account
	const char * username

void
gaim_gtkdialogs_info()

void
gaim_gtkdialogs_log()

void
gaim_gtkdialogs_alias_contact(contact)
	Gaim::BuddyList::Contact contact

void
gaim_gtkdialogs_alias_buddy(buddy)
	Gaim::BuddyList::Buddy buddy

void
gaim_gtkdialogs_alias_chat(chat)
	Gaim::BuddyList::Chat chat

void
gaim_gtkdialogs_remove_buddy(buddy)
	Gaim::BuddyList::Buddy buddy

void
gaim_gtkdialogs_remove_group(group)
	Gaim::BuddyList::Group group

void
gaim_gtkdialogs_remove_chat(chat)
	Gaim::BuddyList::Chat chat

void
gaim_gtkdialogs_remove_contact(contact)
	Gaim::BuddyList::Contact contact