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

Prepare for gir collections #814

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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