application: settings: Add country code setting
This helps to unbreak country code lookup (see 5fd39121).
This commit is contained in:
@@ -36,6 +36,9 @@ CallsSettings *calls_settings_new (void);
|
||||
gboolean calls_settings_get_use_default_origins (CallsSettings *self);
|
||||
void calls_settings_set_use_default_origins (CallsSettings *self,
|
||||
gboolean enable);
|
||||
char *calls_settings_get_country_code (CallsSettings *self);
|
||||
void calls_settings_set_country_code (CallsSettings *self,
|
||||
const char *country_code);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user