mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add api to get size for file
This commit is contained in:
@ -37,5 +37,7 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
GBytes *sysprof_document_file_dup_bytes (SysprofDocumentFile *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GInputStream *sysprof_document_file_read (SysprofDocumentFile *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gsize sysprof_document_file_get_size (SysprofDocumentFile *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user