]> git.sesse.net Git - vlc/blobdiff - include/vlc_modules.h
module_gettext: translate a string in the text domain of a module
[vlc] / include / vlc_modules.h
index 8c91e71a8a1de2528271d6e626616bfee2a76dcc..5c250bf12a95776cfc3a65b2ce26cf5f2fae170f 100644 (file)
@@ -52,6 +52,7 @@ VLC_EXPORT( const char *, module_get_name, ( const module_t *m, bool long_name )
 VLC_EXPORT( const char *, module_get_help, ( const module_t *m ) );
 VLC_EXPORT( const char *, module_get_capability, ( const module_t *m ) );
 VLC_EXPORT( int, module_get_score, ( const module_t *m ) );
+VLC_EXPORT( const char *, module_gettext, ( const module_t *, const char * ) );
 
 static inline module_t *module_get_main (void)
 {