mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 10:40:19 +00:00
More improvements to libsexy
- Add option for showing attributes in input - Improve attribute parsing - Fix detecting iso-codes on unix - Improve getting default langs from $LANG - Fix warnings
This commit is contained in:
@@ -77,6 +77,7 @@ gboolean sexy_spell_entry_set_active_languages(SexySpellEntry *entry, GSList *
|
||||
GSList *sexy_spell_entry_get_active_languages(SexySpellEntry *entry);
|
||||
gboolean sexy_spell_entry_is_checked(SexySpellEntry *entry);
|
||||
void sexy_spell_entry_set_checked(SexySpellEntry *entry, gboolean checked);
|
||||
void sexy_spell_entry_set_parse_attributes (SexySpellEntry *entry, gboolean parse);
|
||||
void sexy_spell_entry_activate_default_languages(SexySpellEntry *entry);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user