mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
Merge branch 'typedef-redefinition' into 'master'
libsysprof-capture: Drop duplicate struct typedefs See merge request GNOME/sysprof!40
This commit is contained in:
@ -64,8 +64,6 @@
|
|||||||
|
|
||||||
SYSPROF_BEGIN_DECLS
|
SYSPROF_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _SysprofCaptureCursor SysprofCaptureCursor;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SysprofCaptureCursorCallback:
|
* SysprofCaptureCursorCallback:
|
||||||
*
|
*
|
||||||
|
|||||||
@ -64,8 +64,6 @@
|
|||||||
|
|
||||||
SYSPROF_BEGIN_DECLS
|
SYSPROF_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _SysprofCaptureReader SysprofCaptureReader;
|
|
||||||
|
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
SysprofCaptureReader *sysprof_capture_reader_new (const char *filename);
|
SysprofCaptureReader *sysprof_capture_reader_new (const char *filename);
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
|
|||||||
@ -65,8 +65,6 @@
|
|||||||
|
|
||||||
SYSPROF_BEGIN_DECLS
|
SYSPROF_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _SysprofCaptureWriter SysprofCaptureWriter;
|
|
||||||
|
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
SysprofCaptureWriter *sysprof_capture_writer_new_from_env (size_t buffer_size);
|
SysprofCaptureWriter *sysprof_capture_writer_new_from_env (size_t buffer_size);
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
|
|||||||
Reference in New Issue
Block a user