summaryrefslogtreecommitdiff
path: root/libappstream-builder/plugins/asb-plugin-gettext.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-06-28 19:52:11 +0100
committerRichard Hughes <richard@hughsie.com>2016-06-28 19:52:11 +0100
commitfd3ad9f97333be7f368f3fcd5537b5e57b371859 (patch)
tree81807da2040ced2828434f46cba8ff77830e3ae9 /libappstream-builder/plugins/asb-plugin-gettext.c
parentba752ee03c2a73d00762798f989406644f22579f (diff)
downloadappstream-glib-fd3ad9f97333be7f368f3fcd5537b5e57b371859.tar.gz
trivial: Get rid of useless internal-only gtk-doc markup
Diffstat (limited to 'libappstream-builder/plugins/asb-plugin-gettext.c')
-rw-r--r--libappstream-builder/plugins/asb-plugin-gettext.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-gettext.c b/libappstream-builder/plugins/asb-plugin-gettext.c
index bb035bc..e1e247e 100644
--- a/libappstream-builder/plugins/asb-plugin-gettext.c
+++ b/libappstream-builder/plugins/asb-plugin-gettext.c
@@ -23,18 +23,12 @@
#include <asb-plugin.h>
-/**
- * asb_plugin_get_name:
- */
const gchar *
asb_plugin_get_name (void)
{
return "gettext";
}
-/**
- * asb_plugin_add_globs:
- */
void
asb_plugin_add_globs (AsbPlugin *plugin, GPtrArray *globs)
{
@@ -42,9 +36,6 @@ asb_plugin_add_globs (AsbPlugin *plugin, GPtrArray *globs)
asb_plugin_add_glob (globs, "/usr/share/*/translations/*.qm");
}
-/**
- * asb_plugin_process_app:
- */
gboolean
asb_plugin_process_app (AsbPlugin *plugin,
AsbPackage *pkg,