view gtk/plugins/perl/common/GtkRoomlist.xs @ 14448:8783ae8f649a

[gaim-migrate @ 17162] It turns out gaim_gtk_blist_update_toolbar() has been gone for almost 2 years and gaim_gtkconv_update_tabs has been gone for over 3. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 04 Sep 2006 23:26:50 +0000
parents eeca8be382a5
children d6eae5115b31
line wrap: on
line source

#include "gtkmodule.h"

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

gboolean
gaim_gtk_roomlist_is_showable()

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

void
gaim_gtk_roomlist_dialog_show(class)
    C_ARGS: /* void */

Gaim::Gtk::Roomlist::Dialog
gaim_gtk_roomlist_dialog_new(class)
    C_ARGS: /* void */

Gaim::Gtk::Roomlist::Dialog
gaim_gtk_roomlist_dialog_new_with_account(class, account)
	Gaim::Account account
    C_ARGS:
	account