Skip to main content

Module asset_object

Module asset_object 

Source
Expand description

GObject subclass representing a single asset in the library grid.

Uses the glib::Properties derive macro so every field is a proper GObject property, enabling gtk::SortListModel, expression bindings, and signal-based reactivity without a future migration from BoxedAnyObject.

Modules§

imp 🔒

Structs§

AssetInit
Constructor parameters for a remote AssetObject. Pass width / height as 0 when unknown.
AssetObject
A single library asset exposed as a full GObject for use in gio::ListStore.