mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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
|
||||
|
||||
typedef struct _SysprofCaptureCursor SysprofCaptureCursor;
|
||||
|
||||
/**
|
||||
* SysprofCaptureCursorCallback:
|
||||
*
|
||||
|
||||
@ -64,8 +64,6 @@
|
||||
|
||||
SYSPROF_BEGIN_DECLS
|
||||
|
||||
typedef struct _SysprofCaptureReader SysprofCaptureReader;
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofCaptureReader *sysprof_capture_reader_new (const char *filename);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
|
||||
@ -65,8 +65,6 @@
|
||||
|
||||
SYSPROF_BEGIN_DECLS
|
||||
|
||||
typedef struct _SysprofCaptureWriter SysprofCaptureWriter;
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofCaptureWriter *sysprof_capture_writer_new_from_env (size_t buffer_size);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
|
||||
Reference in New Issue
Block a user