Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #814 from jf2048/collection-fix
Browse files Browse the repository at this point in the history
Prepare for gir collections
  • Loading branch information
sdroege authored Mar 1, 2023
2 parents 276fbad + cdcdbdb commit 942c0ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gdk/src/atom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ impl GlibPtrDefault for Atom {
type GlibType = ffi::GdkAtom;
}

unsafe impl glib::translate::TransparentPtrType for Atom {}

#[doc(hidden)]
impl Uninitialized for Atom {
#[inline]
Expand Down
6 changes: 5 additions & 1 deletion gtk/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ manual = [
"Gtk.Border",
"Gtk.FileFilterInfo",
"Gtk.PadActionEntry",
"Gtk.PageRange",
"Gtk.RecentData",
"Gtk.Requisition",
"Gtk.ResponseType",
Expand Down Expand Up @@ -1668,6 +1667,11 @@ generate_builder = true
name = "set_action_entries"
manual = true

[[object]]
name = "Gtk.PageRange"
status = "manual"
boxed_inline = true

[[object]]
name = "Gtk.PageSetup"
status = "generate"
Expand Down

0 comments on commit 942c0ee

Please # to comment.