view pidgin/plugins/perl/common/GtkRoomlist.xs @ 21340:6c4de0d24eff

Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to 7620a822ab493396a6f651113857f1c5821e3ec1 to revert start of the hinting changes. This was necessary to get around some merges and propagates, as disapprove can't be used on revisions with more than one parent.
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:42:59 +0000
parents e622745f6f42
children
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Pidgin::Roomlist  PACKAGE = Pidgin::Roomlist  PREFIX = pidgin_roomlist_
PROTOTYPES: ENABLE

gboolean
pidgin_roomlist_is_showable()

MODULE = Pidgin::Roomlist  PACKAGE = Pidgin::Roomlist::Dialog  PREFIX = pidgin_roomlist_dialog_
PROTOTYPES: ENABLE

void
pidgin_roomlist_dialog_show()

void
pidgin_roomlist_dialog_show_with_account(account)
	Purple::Account account