projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73042bf
)
GtkBuildable: Fix indentation
author
Alexander Larsson
<alexl@redhat.com>
Mon, 2 Sep 2019 09:25:09 +0000
(11:25 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Sep 2019 16:08:20 +0000
(12:08 -0400)
gtk/gtkbuildable.h
patch
|
blob
|
history
diff --git
a/gtk/gtkbuildable.h
b/gtk/gtkbuildable.h
index fcb1390befabe157666371f61920f8453caf750b..7808f0445dcce51ebe4f16fbd81be328ef336282 100644
(file)
--- a/
gtk/gtkbuildable.h
+++ b/
gtk/gtkbuildable.h
@@
-226,8
+226,8
@@
GDK_AVAILABLE_IN_ALL
GPtrArray *gtk_buildable_parse_context_get_element_stack (GtkBuildableParseContext *context);
GDK_AVAILABLE_IN_ALL
void gtk_buildable_parse_context_get_position (GtkBuildableParseContext *context,
- gint *line_number,
- gint *char_number);
+ gint
*line_number,
+ gint
*char_number);
G_END_DECLS