Attribute Macro gtk_rust_app_derive::gobject
source · [−]#[gobject]Expand description
Define GObject based on a struct
Example
ⓘ
#[gobject(id, name, selected)]
struct Event {
id: String,
name: String,
selected: bool,
}Supported field types
- String
- bool