Merge branch 'typedef-redefinition' into 'master'

libsysprof-capture: Drop duplicate struct typedefs

See merge request GNOME/sysprof!40
This commit is contained in:
Christian Hergert
2020-11-16 15:56:43 +00:00
3 changed files with 0 additions and 6 deletions

View File

@ -64,8 +64,6 @@
SYSPROF_BEGIN_DECLS
typedef struct _SysprofCaptureCursor SysprofCaptureCursor;
/**
* SysprofCaptureCursorCallback:
*

View File

@ -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

View File

@ -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