view pidgin/plugins/perl/common/GtkAccount.xs @ 25396:94a6eb10c691

propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8) to branch 'im.pidgin.pidgin.next.minor' (head 34e0b0f026b8d4ed54b9a4aebb5c0afe064e7ec1)
author Gary Kramlich <grim@reaperworld.com>
date Thu, 15 Jan 2009 22:37:48 +0000
parents e622745f6f42
children
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Pidgin::Account  PACKAGE = Pidgin::Account  PREFIX = pidgin_account_
PROTOTYPES: ENABLE

Purple::Handle
pidgin_account_get_handle()

MODULE = Pidgin::Account  PACKAGE = Pidgin::Account::Dialog  PREFIX = pidgin_account_dialog_
PROTOTYPES: ENABLE

void
pidgin_account_dialog_show(type, account)
	Pidgin::Account::Dialog::Type type
	Purple::Account account

MODULE = Pidgin::Account  PACKAGE = Pidgin::Account::Window  PREFIX = pidgin_accounts_window_
PROTOTYPES: ENABLE

void
pidgin_accounts_window_show()

void
pidgin_accounts_window_hide()