comparison src/layout_util.h @ 1736:8e64965c1d92

load desktop files in idle time - scanning all desktop files takes a lot of time because of hdd seek - this change moves the scanning to idle time - the editors appears in the menus some time after startup https://sourceforge.net/tracker/index.php?func=detail&aid=2852522&group_id=222125&atid=1054680
author nadvornik
date Sun, 06 Sep 2009 14:01:03 +0000
parents 5d54bc073bfa
children 956aab097ea7
comparison
equal deleted inserted replaced
1735:6cae2af8fdd1 1736:8e64965c1d92
31 void layout_recent_update_all(void); 31 void layout_recent_update_all(void);
32 void layout_recent_add_path(const gchar *path); 32 void layout_recent_add_path(const gchar *path);
33 33
34 void layout_copy_path_update_all(void); 34 void layout_copy_path_update_all(void);
35 35
36 void layout_editors_reload_all(void); 36 void layout_editors_reload_start(void);
37 void layout_editors_reload_finish(void);
37 void layout_actions_setup(LayoutWindow *lw); 38 void layout_actions_setup(LayoutWindow *lw);
38 void layout_actions_add_window(LayoutWindow *lw, GtkWidget *window); 39 void layout_actions_add_window(LayoutWindow *lw, GtkWidget *window);
39 GtkWidget *layout_actions_menu_bar(LayoutWindow *lw); 40 GtkWidget *layout_actions_menu_bar(LayoutWindow *lw);
40 void layout_toolbar_add_from_config(LayoutWindow *lw, ToolbarType type, const gchar **attribute_names, const gchar **attribute_values); 41 void layout_toolbar_add_from_config(LayoutWindow *lw, ToolbarType type, const gchar **attribute_names, const gchar **attribute_values);
41 42