mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -159,7 +159,7 @@ DexFuture *sysprof_perf_event_stream_new (GDBusConnection *connect
|
|||||||
struct perf_event_attr *attr,
|
struct perf_event_attr *attr,
|
||||||
int cpu,
|
int cpu,
|
||||||
int group_fd,
|
int group_fd,
|
||||||
gulong flags,
|
guint64 flags,
|
||||||
SysprofPerfEventCallback callback,
|
SysprofPerfEventCallback callback,
|
||||||
gpointer callback_data,
|
gpointer callback_data,
|
||||||
GDestroyNotify callback_data_destroy);
|
GDestroyNotify callback_data_destroy);
|
||||||
|
|||||||
Reference in New Issue
Block a user