pidgin/plugins/perl/common/GtkRoomlist.xs

Sun, 20 Oct 2013 15:11:49 +0530

author
Ankit Vani <a@nevitus.org>
date
Sun, 20 Oct 2013 15:11:49 +0530
branch
soc.2013.gobjectification.plugins
changeset 36905
d256e7a2ec4c
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
The contents of the xml files mostly still need to be refactored.

#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

mercurial