Merge branch 'alatiera/signature' into 'master'

libsysprof-profile: fix signature of sysprof_perf_event_stream_new

See merge request GNOME/sysprof!71
This commit is contained in:
Christian Hergert
2023-07-31 17:33:45 +00:00

View File

@ -159,7 +159,7 @@ DexFuture *sysprof_perf_event_stream_new (GDBusConnection *connect
struct perf_event_attr *attr,
int cpu,
int group_fd,
gulong flags,
guint64 flags,
SysprofPerfEventCallback callback,
gpointer callback_data,
GDestroyNotify callback_data_destroy);