view pidgin/plugins/perl/common/GtkDialogs.xs @ 15526:cb0750152bf6

Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 04 Feb 2007 04:47:06 +0000
parents 5fe8042783c1
children e622745f6f42
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Pidgin::Dialogs  PACKAGE = Pidgin::Dialogs  PREFIX = pidgindialogs_
PROTOTYPES: ENABLE

void
pidgindialogs_destroy_all()

void
pidgindialogs_about()

void
pidgindialogs_im()

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

void
pidgindialogs_info()

void
pidgindialogs_log()

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

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

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

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

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

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

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