From 5b812f5ae063e9e6dadb4eff65bbbe78e977c6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 11 Dec 2007 14:02:35 +0100 Subject: Add a textdomain field to allow using a different i18n catalog for the description translation. --- src/input/input_plugin.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/input') diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 31a4f9846..95df4be97 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -60,6 +60,11 @@ struct input_class_s { */ const char *description; + /** + * @brief Optional non-standard catalog to use with dgettext() for description. + */ + const char *textdomain; + /* * ls function, optional: may be NULL * return value: NULL => filename is a file, **char=> filename is a dir -- cgit v1.2.3