view pidgin/plugins/perl/common/GtkRoomlist.xs @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children cb0750152bf6
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Roomlist  PACKAGE = Gaim::GtkUI::Roomlist  PREFIX = gaim_gtk_roomlist_
PROTOTYPES: ENABLE

gboolean
gaim_gtk_roomlist_is_showable()

MODULE = Gaim::GtkUI::Roomlist  PACKAGE = Gaim::GtkUI::Roomlist::Dialog  PREFIX = gaim_gtk_roomlist_dialog_
PROTOTYPES: ENABLE

void
gaim_gtk_roomlist_dialog_show()

void
gaim_gtk_roomlist_dialog_show_with_account(account)
	Gaim::Account account