summaryrefslogtreecommitdiff
path: root/finch/gntplugin.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-10-19 00:48:05 -0500
committerGary Kramlich <grim@reaperworld.com>2021-10-19 00:48:05 -0500
commit1493a25aa3dbfccc166c0e80a58483a976dddfc3 (patch)
treefb4db49e21f8fa5c607b1ae25c3e4d16fcdb235d /finch/gntplugin.h
parentcd80d0b6d2320f0424e7d0870f6e31035dafcc0a (diff)
downloadpidgin-1493a25aa3dbfccc166c0e80a58483a976dddfc3.tar.gz
Convert finch to gi-docgen
Testing Done: Ran the docs manually and in convey verfied that they look super! Reviewed at https://reviews.imfreedom.org/r/1072/
Diffstat (limited to 'finch/gntplugin.h')
-rw-r--r--finch/gntplugin.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/finch/gntplugin.h b/finch/gntplugin.h
index 3132129ba8..5b073572ca 100644
--- a/finch/gntplugin.h
+++ b/finch/gntplugin.h
@@ -27,13 +27,6 @@
#ifndef FINCH_PLUGIN_H
#define FINCH_PLUGIN_H
-/**
- * SECTION:gntplugin
- * @section_id: finch-gntplugin
- * @short_description: <filename>gntplugin.h</filename>
- * @title: Plugin API
- */
-
#include <gnt.h>
#include <purple.h>
@@ -80,11 +73,6 @@ struct _FinchPluginInfoClass {
* Plugin Info API
**********************************************************************/
-/**
- * finch_plugin_info_get_type:
- *
- * Returns: The #GType for the #FinchPluginInfo object.
- */
GType finch_plugin_info_get_type(void);
/**