gtk/plugins/perl/common/GtkRoomlist.xs

Mon, 18 Sep 2006 01:13:07 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 18 Sep 2006 01:13:07 +0000
changeset 14638
b0fa76dac93f
parent 14629
1a0cd727c121
child 14649
38e6b75e6769
permissions
-rw-r--r--

[gaim-migrate @ 17300]
Fix mingw makefile .PHONY targets.
Fix gtkwin32dep.h missing includes.

#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(class)
    C_ARGS: /* void */

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

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

mercurial