gplugin/gplugin

We don't need GModule in our gir file

2022-01-30, Gary Kramlich
1195da375abd
We don't need GModule in our gir file

Testing Done:
Compiled and made sure there was no reference to `GModule` in `GPlugin-1.0.gir`.

Reviewed at https://reviews.imfreedom.org/r/1252/
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="gplugin-gtk" version="0.35"/>
<template class="GPluginGtkViewerWindow" parent="GtkApplicationWindow">
<property name="title" translatable="yes">GPlugin Viewer</property>
<property name="default-width">600</property>
<property name="default-height">400</property>
<child>
<object class="GPluginGtkView" id="view"/>
</child>
</template>
</interface>