view gtk/plugins/perl/common/GtkRoomlist.xs @ 14961:91d8fb14bd27

[gaim-migrate @ 17739] The doc tells to use _set_current_name instead of set_filename for new files. This fixes the bug reported by TheNux in #gaim. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Nov 2006 23:35:07 +0000
parents bee5661c15cb
children
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