pidgin/pidgin

Python2 is deprecated and not in current distros so move the dbus bindings to Python3

Testing Done:
Ran locally, everything _looks_ fine.

Reviewed at https://reviews.imfreedom.org/r/550/
#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_
#include <glib.h>
#include "purple-client-bindings.h"
G_BEGIN_DECLS
void purple_init(void);
G_END_DECLS
#endif