Port to xfconf
The internal XtmSettings object is retained so we don't have to refactor everything, but the backend now uses Xfconf over the rc file.
This commit is contained in:
committed by
Simon Steinbeiß
parent
99c3deee8e
commit
a5aeafc15f
@@ -37,6 +37,7 @@ typedef struct _XtmProcessWindow XtmProcessWindow;
|
||||
|
||||
GType xtm_process_window_get_type (void);
|
||||
GtkWidget * xtm_process_window_new (void);
|
||||
void xtm_process_window_settings_init (XtmProcessWindow *window, XfconfChannel *channel);
|
||||
void xtm_process_window_show (GtkWidget *widget);
|
||||
GtkTreeModel * xtm_process_window_get_model (XtmProcessWindow *window);
|
||||
void xtm_process_window_set_system_info (XtmProcessWindow *window, guint num_processes, gfloat cpu, gfloat memory, gchar* memory_str, gfloat swap, gchar* swap_str);
|
||||
|
||||
Reference in New Issue
Block a user