mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: Replace G_BEGIN_DECLS with SYSPROF_BEGIN_DECLS
It does the same job, but doesn’t require GLib. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #40
This commit is contained in:
@ -59,9 +59,10 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "sysprof-capture-types.h"
|
||||
#include "sysprof-macros.h"
|
||||
#include "sysprof-version-macros.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
SYSPROF_BEGIN_DECLS
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofCaptureCondition *sysprof_capture_condition_copy (const SysprofCaptureCondition *self);
|
||||
@ -93,4 +94,4 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
bool sysprof_capture_condition_match (const SysprofCaptureCondition *self,
|
||||
const SysprofCaptureFrame *frame);
|
||||
|
||||
G_END_DECLS
|
||||
SYSPROF_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user