Skip to content

Commit

Permalink
fix fundamental typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jan 1, 2022
1 parent fde3f17 commit b1c21a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gdk4/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@ status = "generate"
manual = true
[[object.function]]
name = "events_get_angle"
manual = true # event is a fundemental type
manual = true # move to GdkEvent
rename = "angle"
doc_struct_name = "Event"
[[object.function]]
name = "events_get_center"
manual = true # event is a fundemental type
manual = true # move to GdkEvent
rename = "center"
doc_struct_name = "Event"
[[object.function]]
name = "events_get_distance"
manual = true # event is a fundemental type
manual = true # move to GdkEvent
rename = "distance"
doc_struct_name = "Event"
[[object.function]]
Expand Down Expand Up @@ -501,7 +501,7 @@ status = "generate"

[[object]]
name = "Gdk.Event"
status = "generate" # fundemental type
status = "generate"
generate_display_trait = false

[[object]]
Expand Down
2 changes: 1 addition & 1 deletion gsk4/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ trait_name = "GskRendererExt"

[[object]]
name = "Gsk.RenderNode"
status = "generate" # fundemental type
status = "generate"
[[object.function]]
name = "deserialize"
manual = true # split between two variants
Expand Down

0 comments on commit b1c21a2

Please sign in to comment.