mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: allow restricting remote proxy
This commit is contained in:
@ -38,6 +38,9 @@ G_DECLARE_FINAL_TYPE (SysprofProcessModel, sysprof_process_model, SYSPROF, PROCE
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofProcessModel *sysprof_process_model_new (void);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_process_model_set_no_proxy (SysprofProcessModel *self,
|
||||
gboolean no_proxy);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_process_model_reload (SysprofProcessModel *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_process_model_queue_reload (SysprofProcessModel *self);
|
||||
|
||||
Reference in New Issue
Block a user