Skip to content

Commit

Permalink
Merge pull request gtk-rs#8 from gkoz/fix
Browse files Browse the repository at this point in the history
Fix GValue manually until the generator can emit a correct definition
  • Loading branch information
gkoz committed Oct 9, 2015
2 parents 39b8a33 + 2740a79 commit a043ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gobject-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ pub struct GTypeValueTable {
#[repr(C)]
pub struct GValue {
g_type: GType,
pub data: [gpointer; 2],
pub data: [c_double; 2],
}

#[repr(C)]
Expand Down

0 comments on commit a043ef0

Please sign in to comment.