added get_preferred_language() to tnc_imc
This commit is contained in:
@@ -55,6 +55,13 @@ struct imc_manager_t {
|
||||
*/
|
||||
int (*get_count)(imc_manager_t *this);
|
||||
|
||||
/**
|
||||
* Return the preferred language for recommendations
|
||||
*
|
||||
* @return preferred language string
|
||||
*/
|
||||
char* (*get_preferred_language)(imc_manager_t *this);
|
||||
|
||||
/**
|
||||
* Notify all IMC instances
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user