Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
vala
Commits
e8338e02
Commit
e8338e02
authored
Feb 10, 2010
by
Victor Manuel Jaquez Leal
Browse files
Put the instance_pos attribute in delegates in code writer
Fixes bug 609591.
parent
d47c2732
Changes
1
Hide whitespace changes
Inline
Side-by-side
vala/valacodewriter.vala
View file @
e8338e02
...
...
@@ -802,6 +802,8 @@ public class Vala.CodeWriter : CodeVisitor {
if
(!
cb
.
has_target
)
{
write_string
(
", has_target = false"
);
}
else
if
(!
float_equal
(
cb
.
cinstance_parameter_position
,
0
))
{
write_string
(
", instance_pos = %g"
.
printf
(
cb
.
cinstance_parameter_position
));
}
write_string
(
")]"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment