Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Fix Gir.toml check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 11, 2018
1 parent a4e30dd commit 22aab59
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions Gir.toml
Expand Up @@ -25,6 +25,7 @@ generate = [
"Gdk.DragAction",
"Gdk.DragCancelReason",
"Gdk.DragProtocol",
"Gdk.DrawingContext",
"Gdk.EventMask",
"Gdk.EventSequence",
"Gdk.FrameClockPhase",
Expand Down Expand Up @@ -55,11 +56,17 @@ generate = [
"Gdk.WindowWindowClass",
"Gdk.WMDecoration",
"Gdk.WMFunction",
"Gdk.DrawingContext",
]

manual = [
"cairo.Content",
"cairo.Context",
"cairo.FontOptions",
"cairo.Pattern",
"cairo.Region",
"cairo.Surface",
"Gdk.Atom",
"Gdk.Event",
"Gdk.EventButton",
"Gdk.EventConfigure",
"Gdk.EventCrossing",
Expand All @@ -72,7 +79,6 @@ manual = [
"Gdk.EventOwnerChange",
"Gdk.EventProperty",
"Gdk.EventProximity",
"Gdk.Event",
"Gdk.EventScroll",
"Gdk.EventSelection",
"Gdk.EventSetting",
Expand All @@ -82,12 +88,6 @@ manual = [
"Gdk.Geometry",
"Gdk.Rectangle",
"Gdk.RGBA",
"cairo.Content",
"cairo.Context",
"cairo.FontOptions",
"cairo.Pattern",
"cairo.Region",
"cairo.Surface",
"GdkPixbuf.Pixbuf",
"Gio.Icon",
"GLib.Error",
Expand Down Expand Up @@ -172,25 +172,6 @@ status = "generate"
#manual
ignore = true

[[object]]
name = "Gdk.EventType"
status = "generate"
[[object.member]]
name = "2button_press"
alias = true
[[object.member]]
name = "3button_press"
alias = true
[[object.member]]
name = "touchpad_swipe"
version = "3.18"
[[object.member]]
name = "touchpad_pinch"
version = "3.18"
[[object.member]]
name = "event_last"
alias = true

[[object]]
name = "Gdk.Cursor"
status = "generate"
Expand Down Expand Up @@ -259,6 +240,25 @@ status = "generate"
[object.function.return]
nullable = false

[[object]]
name = "Gdk.EventType"
status = "generate"
[[object.member]]
name = "2button_press"
alias = true
[[object.member]]
name = "3button_press"
alias = true
[[object.member]]
name = "touchpad_swipe"
version = "3.18"
[[object.member]]
name = "touchpad_pinch"
version = "3.18"
[[object.member]]
name = "event_last"
alias = true

[[object]]
name = "Gdk.FrameClock"
status = "generate"
Expand Down

0 comments on commit 22aab59

Please sign in to comment.