summaryrefslogtreecommitdiff
path: root/src/xine-engine/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/post.h')
-rw-r--r--src/xine-engine/post.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xine-engine/post.h b/src/xine-engine/post.h
index 006daa20c..940f269e1 100644
--- a/src/xine-engine/post.h
+++ b/src/xine-engine/post.h
@@ -66,6 +66,11 @@ struct post_class_s {
*/
const char *description;
+ /**
+ * @brief Optional non-standard catalog to use with dgettext() for description.
+ */
+ const char *textdomain;
+
/*
* free all class-related resources
*/