pidgin/plugins/perl/common/GtkSession.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 16529
1d0da9270ff9
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::Session  PACKAGE = Pidgin::Session  PREFIX = pidgin_session_
PROTOTYPES: ENABLE

void
pidgin_session_init(argv0, previous_id, config_dir)
	gchar * argv0
	gchar * previous_id
	gchar * config_dir

void
pidgin_session_end()

mercurial