| Top |
void kkc_user_rule_write (KkcUserRule *self,KkcInputMode input_mode,GError **error);
Save keymap for given input mode.
self |
the KkcUserRule instance |
|
input_mode |
. input mode . |
[in] |
error |
location to store the error occuring, or |
KkcUserRule * kkc_user_rule_new (KkcRuleMetadata *parent,const gchar *base_dir,const gchar *prefix,GError **error);
Create a new UserRule.
struct KkcUserRuleClass {
KkcRuleClass parent_class;
};
The class structure for KKC_TYPE_USER_RULE. All the fields in this structure are private and should never be accessed directly.