diff options
Diffstat (limited to 'src/xine-engine/post.h')
-rw-r--r-- | src/xine-engine/post.h | 5 |
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 */ |