Struct gtk4::RecentData
source · #[repr(transparent)]pub struct RecentData { /* private fields */ }
Expand description
Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource.
Implementations§
source§impl RecentData
impl RecentData
pub fn as_ptr(&self) -> *mut GtkRecentData
sourcepub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GtkRecentData) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GtkRecentData) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut GtkRecentData
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut GtkRecentData ) -> &'a mut Self
Borrows the underlying C value mutably.