mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add API to open input stream
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
#include <sysprof-capture.h>
|
||||
|
||||
@ -32,8 +32,10 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
G_DECLARE_FINAL_TYPE (SysprofDocumentFile, sysprof_document_file, SYSPROF, DOCUMENT_FILE, GObject)
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
const char *sysprof_document_file_get_path (SysprofDocumentFile *self);
|
||||
const char *sysprof_document_file_get_path (SysprofDocumentFile *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GBytes *sysprof_document_file_dup_bytes (SysprofDocumentFile *self);
|
||||
GBytes *sysprof_document_file_dup_bytes (SysprofDocumentFile *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GInputStream *sysprof_document_file_read (SysprofDocumentFile *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user