pidgin/plugins/perl/common/GtkRoomlist.xs

Tue, 30 May 2017 21:17:24 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Tue, 30 May 2017 21:17:24 -0500
changeset 38312
b339bb8d0c18
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

Remove deprecated prpl files which snuck in during a merge.

This patch removes the MSN, MXit, and Yahoo files and fixes one other,
minor change that snuck in when merging 2.12 into the 3.0 branch. Doing
so also fixes `make check` which was getting confused by some unknown
files (now removed) it wasn't expecting for translations.

#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