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:
Christian Hergert
2023-04-25 16:11:59 -07:00
parent a3cf041326
commit a5dafa5409
3 changed files with 22 additions and 22 deletions

View File

@ -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