Home
last modified time | relevance | path

Searched refs:plugin_key_count (Results 1 – 6 of 6) sorted by relevance

/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dkeybindingsprivate.h37 gsize plugin_key_count; /* number of keybindings the group holds */ member
H A Dplugins.c1437 has_keybindings = p->key_group && p->key_group->plugin_key_count; in pm_update_buttons()
1871 …R_TO_INT(user_data) == PM_BUTTON_KEYBINDINGS && p->key_group && p->key_group->plugin_key_count > 0) in pm_on_plugin_button_clicked()
H A Dkeybindings.c145 g_assert(key_id < group->plugin_key_count); in keybindings_get_item()
2676 group->plugin_key_count = count; in keybindings_set_group()
/dports/devel/geany/geany-1.38/src/
H A Dkeybindingsprivate.h37 gsize plugin_key_count; /* number of keybindings the group holds */ member
H A Dplugins.c1436 has_keybindings = p->key_group && p->key_group->plugin_key_count; in pm_update_buttons()
1870 …R_TO_INT(user_data) == PM_BUTTON_KEYBINDINGS && p->key_group && p->key_group->plugin_key_count > 0) in pm_on_plugin_button_clicked()
H A Dkeybindings.c144 g_assert(key_id < group->plugin_key_count); in keybindings_get_item()
2680 group->plugin_key_count = count; in keybindings_set_group()