treewide: Port to libpeas-2

Closes #609

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/746>
This commit is contained in:
Evangelos Ribeiro Tzaras
2024-07-31 19:35:58 +02:00
committed by Marge Bot
parent 506a1cfc34
commit 26484766d3
21 changed files with 35 additions and 31 deletions

View File

@@ -25,7 +25,7 @@
#include "calls-provider.h"
#include <libpeas/peas.h>
#include <libpeas.h>
G_BEGIN_DECLS
@@ -44,7 +44,7 @@ CallsProvider *calls_plugin_get_provider (CallsPlugin *self);
const char *calls_plugin_get_module_name (CallsPlugin *self);
const char *calls_plugin_get_name (CallsPlugin *self);
const char *calls_plugin_get_description (CallsPlugin *self);
const char **calls_plugin_get_authors (CallsPlugin *self);
const char* const *calls_plugin_get_authors (CallsPlugin *self);
const char *calls_plugin_get_copyright (CallsPlugin *self);
const char *calls_plugin_get_version (CallsPlugin *self);