Drop Private struct from XtmProcessWindow

This commit is contained in:
Mike Massonnet
2010-09-29 16:50:27 +02:00
parent 95c3ef3246
commit 7998ed4b66
2 changed files with 88 additions and 97 deletions

View File

@@ -27,7 +27,7 @@
typedef struct _XtmProcessWindow XtmProcessWindow;
GType xtm_process_window_get_type (void);
GtkWidget * xtm_process_window_new ();
GtkWidget * xtm_process_window_new (void);
GtkTreeModel * xtm_process_window_get_model (XtmProcessWindow *window);
void xtm_process_window_set_system_info (XtmProcessWindow *window, guint num_processes, gfloat cpu, gfloat memory, gfloat swap);
void xtm_process_window_show_swap_usage (XtmProcessWindow *window, gboolean show_swap_usage);