mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
helpers: add sync helper
This commit is contained in:
@ -33,6 +33,11 @@ G_BEGIN_DECLS
|
||||
G_DECLARE_FINAL_TYPE (SysprofHelpers, sysprof_helpers, SYSPROF, HELPERS, GObject)
|
||||
|
||||
SysprofHelpers *sysprof_helpers_get_default (void);
|
||||
gboolean sysprof_helpers_list_processes (SysprofHelpers *self,
|
||||
GCancellable *cancellable,
|
||||
gint32 **processes,
|
||||
gsize *n_processes,
|
||||
GError **error);
|
||||
void sysprof_helpers_list_processes_async (SysprofHelpers *self,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
|
||||
Reference in New Issue
Block a user