mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: fixup whitespace in headers
This commit is contained in:
@ -25,8 +25,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#include <sysprof.h>
|
||||||
#include "sysprof-version-macros.h"
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|||||||
@ -24,8 +24,9 @@
|
|||||||
# error "Only <sysprof-ui.h> can be included directly."
|
# error "Only <sysprof-ui.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <sysprof.h>
|
||||||
|
|
||||||
#include "sysprof-visualizer-row.h"
|
#include "sysprof-visualizer-row.h"
|
||||||
#include "sysprof-version-macros.h"
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|||||||
@ -26,8 +26,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#include <sysprof.h>
|
||||||
#include "sysprof-version-macros.h"
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|||||||
@ -25,9 +25,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#include <sysprof.h>
|
||||||
#include "sysprof-profiler.h"
|
|
||||||
#include "sysprof-version-macros.h"
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|||||||
@ -25,8 +25,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#include <sysprof.h>
|
||||||
|
|
||||||
#include "sysprof-capture-reader.h"
|
|
||||||
#include "sysprof-zoom-manager.h"
|
#include "sysprof-zoom-manager.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
@ -65,11 +65,15 @@ struct _SysprofVisualizerRowClass
|
|||||||
gpointer _reserved[16];
|
gpointer _reserved[16];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
void sysprof_visualizer_row_set_reader (SysprofVisualizerRow *self,
|
void sysprof_visualizer_row_set_reader (SysprofVisualizerRow *self,
|
||||||
SysprofCaptureReader *reader);
|
SysprofCaptureReader *reader);
|
||||||
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
SysprofZoomManager *sysprof_visualizer_row_get_zoom_manager (SysprofVisualizerRow *self);
|
SysprofZoomManager *sysprof_visualizer_row_get_zoom_manager (SysprofVisualizerRow *self);
|
||||||
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
void sysprof_visualizer_row_set_zoom_manager (SysprofVisualizerRow *self,
|
void sysprof_visualizer_row_set_zoom_manager (SysprofVisualizerRow *self,
|
||||||
SysprofZoomManager *zoom_manager);
|
SysprofZoomManager *zoom_manager);
|
||||||
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
void sysprof_visualizer_row_translate_points (SysprofVisualizerRow *self,
|
void sysprof_visualizer_row_translate_points (SysprofVisualizerRow *self,
|
||||||
const SysprofVisualizerRowRelativePoint *in_points,
|
const SysprofVisualizerRowRelativePoint *in_points,
|
||||||
guint n_in_points,
|
guint n_in_points,
|
||||||
|
|||||||
Reference in New Issue
Block a user