Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
pygobject
Commits
f6605138
Commit
f6605138
authored
Jan 18, 2011
by
John (J5) Palmieri
Browse files
[gi] use correct union memeber when marshalling floats
parent
1006df19
Changes
1
Hide whitespace changes
Inline
Side-by-side
gi/pygi-argument.c
View file @
f6605138
...
@@ -2365,7 +2365,7 @@ _pygi_marshal_in_float (PyGIInvokeState *state,
...
@@ -2365,7 +2365,7 @@ _pygi_marshal_in_float (PyGIInvokeState *state,
return
FALSE
;
return
FALSE
;
}
}
(
*
arg
).
v_
double
=
double_
;
(
*
arg
).
v_
float
=
double_
;
return
TRUE
;
return
TRUE
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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