Skip to content

Commit 199df19

Browse files
Regenerate with latest gir/gir-files
1 parent 86dad67 commit 199df19

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+323
-339
lines changed

gdk4-wayland/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 975b607c860d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c0ef822cedca)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e53b71fd764a)

gdk4-wayland/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 975b607c860d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c0ef822cedca)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e53b71fd764a)

gdk4-win32/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 975b607c860d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c0ef822cedca)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e53b71fd764a)

gdk4-win32/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 975b607c860d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c0ef822cedca)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e53b71fd764a)

gdk4-x11/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 975b607c860d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c0ef822cedca)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e53b71fd764a)

gdk4-x11/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 975b607c860d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c0ef822cedca)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e53b71fd764a)

gdk4/src/auto/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ impl<O: IsA<Device>> DeviceExt for O {
264264
}
265265

266266
fn set_seat<P: IsA<Seat>>(&self, seat: Option<&P>) {
267-
glib::ObjectExt::set_property(self.as_ref(), "seat", &seat)
267+
glib::ObjectExt::set_property(self.as_ref(), "seat", seat)
268268
}
269269

270270
fn connect_changed<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId {

gdk4/src/auto/drag.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ impl<O: IsA<Drag>> DragExt for O {
164164
}
165165

166166
fn set_actions(&self, actions: DragAction) {
167-
glib::ObjectExt::set_property(self.as_ref(), "actions", &actions)
167+
glib::ObjectExt::set_property(self.as_ref(), "actions", actions)
168168
}
169169

170170
fn set_selected_action(&self, selected_action: DragAction) {
171-
glib::ObjectExt::set_property(self.as_ref(), "selected-action", &selected_action)
171+
glib::ObjectExt::set_property(self.as_ref(), "selected-action", selected_action)
172172
}
173173

174174
fn connect_cancel<F: Fn(&Self, DragCancelReason) + 'static>(&self, f: F) -> SignalHandlerId {

gdk4/src/auto/toplevel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ impl<O: IsA<Toplevel>> ToplevelExt for O {
321321
}
322322

323323
fn set_fullscreen_mode(&self, fullscreen_mode: FullscreenMode) {
324-
glib::ObjectExt::set_property(self.as_ref(), "fullscreen-mode", &fullscreen_mode)
324+
glib::ObjectExt::set_property(self.as_ref(), "fullscreen-mode", fullscreen_mode)
325325
}
326326

327327
//fn icon_list(&self) -> /*Unimplemented*/Basic: Pointer {

gdk4/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 425f84d5af7f)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 975b607c860d)
1+
Generated by gir (https://github.com/gtk-rs/gir @ c0ef822cedca)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e53b71fd764a)

0 commit comments

Comments
 (0)