summaryrefslogtreecommitdiff
path: root/finch/gntplugin.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-05-29 03:20:21 -0500
committerGary Kramlich <grim@reaperworld.com>2021-05-29 03:20:21 -0500
commite79a1259463660e1be0ae33b734df9f156310981 (patch)
tree7e49766408ab4085189290011a1af854ad3a114e /finch/gntplugin.c
parent7c4a0e959d54b8f72decb791534fb44478ce03e0 (diff)
downloadpidgin-e79a1259463660e1be0ae33b734df9f156310981.tar.gz
Convert the Finch plugins to use GPLUGIN_NATIVE_PLUGIN_DECLARE
Testing Done: Compile only Reviewed at https://reviews.imfreedom.org/r/681/
Diffstat (limited to 'finch/gntplugin.c')
-rw-r--r--finch/gntplugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/finch/gntplugin.c b/finch/gntplugin.c
index 83a963b00c..62c462c5f9 100644
--- a/finch/gntplugin.c
+++ b/finch/gntplugin.c
@@ -128,7 +128,7 @@ static void finch_plugin_info_class_init(FinchPluginInfoClass *klass)
G_PARAM_STATIC_STRINGS));
}
-FinchPluginInfo *
+GPluginPluginInfo *
finch_plugin_info_new(const char *first_property, ...)
{
GObject *info;
@@ -145,7 +145,7 @@ finch_plugin_info_new(const char *first_property, ...)
g_object_set(info, "ui-requirement", FINCH_UI, NULL);
- return FINCH_PLUGIN_INFO(info);
+ return GPLUGIN_PLUGIN_INFO(info);
}
static void