Home
last modified time | relevance | path

Searched refs:shortcuts_v (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-shortcut.c137 gth_shortcut_array_find (GPtrArray *shortcuts_v, in gth_shortcut_array_find() argument
151 for (i = 0; i < shortcuts_v->len; i++) { in gth_shortcut_array_find()
152 GthShortcut *shortcut = g_ptr_array_index (shortcuts_v, i); in gth_shortcut_array_find()
167 gth_shortcut_array_find_by_accel (GPtrArray *shortcuts_v, in gth_shortcut_array_find_by_accel() argument
179 for (i = 0; i < shortcuts_v->len; i++) { in gth_shortcut_array_find_by_accel()
180 GthShortcut *shortcut = g_ptr_array_index (shortcuts_v, i); in gth_shortcut_array_find_by_accel()
194 gth_shortcut_array_find_by_action (GPtrArray *shortcuts_v, in gth_shortcut_array_find_by_action() argument
202 for (i = 0; i < shortcuts_v->len; i++) { in gth_shortcut_array_find_by_action()
245 gth_shortcuts_write_to_file (GPtrArray *shortcuts_v, in gth_shortcuts_write_to_file() argument
258 for (i = 0; i < shortcuts_v->len; i++) { in gth_shortcuts_write_to_file()
[all …]
H A Dgth-shortcut.h69 GthShortcut * gth_shortcut_array_find (GPtrArray *shortcuts_v,
73 GthShortcut * gth_shortcut_array_find_by_accel (GPtrArray *shortcuts_v,
76 GthShortcut * gth_shortcut_array_find_by_action (GPtrArray *shortcuts_v,
80 gboolean gth_shortcuts_write_to_file (GPtrArray *shortcuts_v,
82 gboolean gth_shortcuts_load_from_file (GPtrArray *shortcuts_v,
H A Dgth-window.c60 GPtrArray *shortcuts_v; member
258 g_ptr_array_unref (window->priv->shortcuts_v); in gth_window_finalize()
834 return window->priv->shortcuts_v; in gth_window_get_shortcuts()
880 return window->priv->shortcuts_v; in gth_window_get_shortcuts_by_category()
931 GPtrArray *shortcuts_v; in gth_window_add_removable_shortcut() local
943 if (shortcuts_v == NULL) { in gth_window_add_removable_shortcut()
944 shortcuts_v = g_ptr_array_new (); in gth_window_add_removable_shortcut()
947 shortcuts_v); in gth_window_add_removable_shortcut()
970 GPtrArray *shortcuts_v; in gth_window_remove_shortcuts() local
977 if (shortcuts_v == NULL) in gth_window_remove_shortcuts()
[all …]
H A Dgth-shortcuts-window.c49 GPtrArray *shortcuts_v; in gth_shortcuts_window_new() local
56 shortcuts_v = gth_window_get_shortcuts_by_category (app_window); in gth_shortcuts_window_new()
73 for (i = 0; i < shortcuts_v->len; i++) { in gth_shortcuts_window_new()
74 GthShortcut *shortcut_info = g_ptr_array_index (shortcuts_v, i); in gth_shortcuts_window_new()
H A Ddlg-preferences-shortcuts.c167 GPtrArray *shortcuts_v; in row_data_update_shortcut() local
170 shortcuts_v = gth_window_get_shortcuts (GTH_WINDOW (row_data->browser_data->browser)); in row_data_update_shortcut()
171 shortcut = gth_shortcut_array_find (shortcuts_v, in row_data_update_shortcut()
460 GPtrArray *shortcuts_v; in shortcuts__dlg_preferences_construct_cb() local
480 shortcuts_v = gth_window_get_shortcuts_by_category (GTH_WINDOW (browser)); in shortcuts__dlg_preferences_construct_cb()
483 for (i = 0; i < shortcuts_v->len; i++) { in shortcuts__dlg_preferences_construct_cb()
484 GthShortcut *shortcut = g_ptr_array_index (shortcuts_v, i); in shortcuts__dlg_preferences_construct_cb()
H A Dgth-main.h121 void gth_main_shortcuts_changed (GPtrArray *shortcuts_v);
H A Dgth-main.c1208 gth_main_shortcuts_changed (GPtrArray *shortcuts_v) in gth_main_shortcuts_changed() argument
1210 if (gth_shortcuts_write_to_file (shortcuts_v, NULL)) in gth_main_shortcuts_changed()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/list_tools/
H A Ddlg-personalize-scripts.c354 GPtrArray *shortcuts_v; in script_editor_dialog__response_cb() local
375 shortcuts_v = _g_ptr_array_dup (gth_window_get_shortcuts (GTH_WINDOW (data->browser)), in script_editor_dialog__response_cb()
382 shortcut = gth_shortcut_array_find_by_accel (shortcuts_v, in script_editor_dialog__response_cb()
399 g_ptr_array_remove (shortcuts_v, shortcut); in script_editor_dialog__response_cb()
402 g_ptr_array_add (shortcuts_v, shortcut); in script_editor_dialog__response_cb()
414 gth_main_shortcuts_changed (shortcuts_v); in script_editor_dialog__response_cb()
437 g_ptr_array_unref (shortcuts_v); in script_editor_dialog__response_cb()
498 GPtrArray *shortcuts_v; in delete_script_cb() local
525 shortcuts_v = _g_ptr_array_dup (gth_window_get_shortcuts (GTH_WINDOW (data->browser)), in delete_script_cb()
531 g_ptr_array_remove (shortcuts_v, shortcut); in delete_script_cb()
[all …]