pidgin/pidgin

Port Pidgin notify plugin to GSettings

20 months ago, Elliott Sales de Andrade
785c4056ce54
Port Pidgin notify plugin to GSettings

Testing Done:
Compile-only-ish. The plugin doesn't compile, so best I can do is no new warnings/errors.

Reviewed at https://reviews.imfreedom.org/r/1811/
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema path="/" id="im.pidgin.Purple">
<child name="credentials" schema="im.pidgin.Purple.Credentials"/>
</schema>
<schema path="/purple/credentials/" id="im.pidgin.Purple.Credentials">
<key name="active-provider" type="s">
<default>"noop-provider"</default>
<summary>Active credential provider</summary>
<description>
The credential provider that will be used to save credentials, i.e.,
passwords, tokens, etc.
</description>
</key>
</schema>
</schemalist>