mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: start on some loading progress
This commit is contained in:
@ -38,7 +38,14 @@ typedef struct _SysprofDocumentTimedValue
|
||||
};
|
||||
} SysprofDocumentTimedValue;
|
||||
|
||||
typedef void (*ProgressFunc) (double fraction,
|
||||
const char *message,
|
||||
gpointer user_data);
|
||||
|
||||
void _sysprof_document_new_async (GMappedFile *mapped_file,
|
||||
ProgressFunc progress,
|
||||
gpointer progress_data,
|
||||
GDestroyNotify progress_data_destroy,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data);
|
||||
|
||||
Reference in New Issue
Block a user