mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: port UI to new ABI
Some minor changes were necessary so that we could change the ABI in libsysprof-capture to be free from GLib (and therefore used by GLib). This also adds some wrappers for capture API in libsysprof so that we can continue to use GError from UI code.
This commit is contained in:
committed by
Philip Withnall
parent
608582d3c4
commit
97ddf5a0cc
@ -73,7 +73,7 @@ typedef struct
|
||||
|
||||
G_DEFINE_TYPE (SysprofDuplexVisualizer, sysprof_duplex_visualizer, SYSPROF_TYPE_VISUALIZER)
|
||||
|
||||
static gboolean
|
||||
static bool
|
||||
collect_ranges_cb (const SysprofCaptureFrame *frame,
|
||||
gpointer data)
|
||||
{
|
||||
@ -126,7 +126,7 @@ collect_ranges_cb (const SysprofCaptureFrame *frame,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
static bool
|
||||
collect_values_cb (const SysprofCaptureFrame *frame,
|
||||
gpointer data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user