Skip to content

Commit ed93519

Browse files
authored
Box: Add version annotation to Spacing enum
It seems the Vala compiler doesn't add the version annotation to the .gir, even though it's a child of something with the version annotation, so add it explicitly.
1 parent add5096 commit ed93519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Widgets/Box.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111
[Version (since = "7.7.0")]
1212
public class Granite.Box : Gtk.Box {
13+
[Version (since = "7.7.0")]
1314
public enum Spacing {
1415
NONE,
1516
// Spacing between groups of related controls like {@link Gtk.CheckButton}

0 commit comments

Comments
 (0)