libsysprof-profile: fix signature of sysprof_perf_event_stream_new

Followup to 283da1e107
This commit is contained in:
Jordan Petridis
2023-07-31 17:43:00 +03:00
parent 2529abc3db
commit fc888857c4

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);