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

Commit ddbdce0

Browse files
committed
gdk: implement TransparentPtrType for Atom
1 parent 276fbad commit ddbdce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gdk/src/atom.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ impl GlibPtrDefault for Atom {
5353
type GlibType = ffi::GdkAtom;
5454
}
5555

56+
unsafe impl glib::translate::TransparentPtrType for Atom {}
57+
5658
#[doc(hidden)]
5759
impl Uninitialized for Atom {
5860
#[inline]

0 commit comments

Comments
 (0)