mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: fixup whitespace in headers
This commit is contained in:
@ -44,15 +44,15 @@ struct _SysprofCallgraphViewClass
|
||||
};
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GtkWidget *sysprof_callgraph_view_new (void);
|
||||
GtkWidget *sysprof_callgraph_view_new (void);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofCallgraphProfile *sysprof_callgraph_view_get_profile (SysprofCallgraphView *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_callgraph_view_set_profile (SysprofCallgraphView *self,
|
||||
SysprofCallgraphProfile *profile);
|
||||
void sysprof_callgraph_view_set_profile (SysprofCallgraphView *self,
|
||||
SysprofCallgraphProfile *profile);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gchar *sysprof_callgraph_view_screenshot (SysprofCallgraphView *self);
|
||||
gchar *sysprof_callgraph_view_screenshot (SysprofCallgraphView *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
guint sysprof_callgraph_view_get_n_functions (SysprofCallgraphView *self);
|
||||
guint sysprof_callgraph_view_get_n_functions (SysprofCallgraphView *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user