mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: rename some private API
prefix with _, use frame type directly, use needs_swap rather than is_native so it's more clear to readers.
This commit is contained in:
@ -31,8 +31,8 @@ struct _SysprofDocumentFrameClass
|
||||
GObjectClass parent_class;
|
||||
};
|
||||
|
||||
SysprofDocumentFrame *sysprof_document_frame_new (GMappedFile *mapped,
|
||||
gconstpointer data,
|
||||
gboolean is_native);
|
||||
SysprofDocumentFrame *_sysprof_document_frame_new (GMappedFile *mapped,
|
||||
const SysprofCaptureFrame *frame,
|
||||
gboolean needs_swap);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user