mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-03-23 21:51:26 +00:00
libsysprof-profile: make enable/disable accessible
This commit is contained in:
@ -133,5 +133,9 @@ DexFuture *sysprof_perf_event_stream_new (GDBusConnection *connection,
|
||||
SysprofPerfEventCallback callback,
|
||||
gpointer callback_data,
|
||||
GDestroyNotify callback_data_destroy);
|
||||
gboolean sysprof_perf_event_stream_enable (SysprofPerfEventStream *self,
|
||||
GError **error);
|
||||
gboolean sysprof_perf_event_stream_disable (SysprofPerfEventStream *self,
|
||||
GError **error);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user