1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-22 12:45:23 +00:00

plugin: Reindent

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/746>
This commit is contained in:
Evangelos Ribeiro Tzaras 2024-07-31 19:36:49 +02:00 committed by Marge Bot
parent 26484766d3
commit 3b34f19735

View file

@ -33,19 +33,19 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (CallsPlugin, calls_plugin, CALLS, PLUGIN, GObject) G_DECLARE_FINAL_TYPE (CallsPlugin, calls_plugin, CALLS, PLUGIN, GObject)
CallsPlugin *calls_plugin_new (PeasPluginInfo *info); CallsPlugin *calls_plugin_new (PeasPluginInfo *info);
gboolean calls_plugin_load (CallsPlugin *self, gboolean calls_plugin_load (CallsPlugin *self,
GError **error); GError **error);
gboolean calls_plugin_unload (CallsPlugin *self, gboolean calls_plugin_unload (CallsPlugin *self,
GError **error); GError **error);
gboolean calls_plugin_is_loaded (CallsPlugin *self); gboolean calls_plugin_is_loaded (CallsPlugin *self);
gboolean calls_plugin_has_provider (CallsPlugin *self); gboolean calls_plugin_has_provider (CallsPlugin *self);
CallsProvider *calls_plugin_get_provider (CallsPlugin *self); CallsProvider *calls_plugin_get_provider (CallsPlugin *self);
const char *calls_plugin_get_module_name (CallsPlugin *self); const char *calls_plugin_get_module_name (CallsPlugin *self);
const char *calls_plugin_get_name (CallsPlugin *self); const char *calls_plugin_get_name (CallsPlugin *self);
const char *calls_plugin_get_description (CallsPlugin *self); const char *calls_plugin_get_description (CallsPlugin *self);
const char* const *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_copyright (CallsPlugin *self);
const char *calls_plugin_get_version (CallsPlugin *self); const char *calls_plugin_get_version (CallsPlugin *self);
G_END_DECLS G_END_DECLS