libsysprof-ui: fixup whitespace in headers

This commit is contained in:
Christian Hergert
2019-05-08 17:23:48 -07:00
parent a6e061f5b1
commit 88a689ade1
18 changed files with 89 additions and 88 deletions

View File

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

View File

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

View File

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

View File

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

View File

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