gplugin/gplugin

Stop using G_MODULE_SUFFIX

6 months ago, Gary Kramlich
2c0c4aa117f6
Stop using G_MODULE_SUFFIX

G_MODULE_SUFFIX was deprecated in GLib 2.76.0 and we were only using to to
define what file extensions the native loader should use.

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/2784/
if get_option('nls')
i18n.gettext(GETTEXT_PACKAGE, preset: 'glib')
else
summary('translations',
'You have disabled installation of translations which means ' +
'English will be the only available language.',
section : 'Warnings')
endif