mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add SysprofDocument:busy property
This currently only toggles on/off when a callgraph is being generated or the document is being saved. See #94
This commit is contained in:
@ -132,5 +132,7 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
gboolean sysprof_document_save_finish (SysprofDocument *self,
|
||||
GAsyncResult *result,
|
||||
GError **error);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gboolean sysprof_document_get_busy (SysprofDocument *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user