Struct glib::ParamSpecBoxedBuilder
source · pub struct ParamSpecBoxedBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ParamSpecBoxedBuilder<'a>
impl<'a> ParamSpecBoxedBuilder<'a>
sourcepub fn flags(self, flags: ParamFlags) -> Self
pub fn flags(self, flags: ParamFlags) -> Self
Default: glib::ParamFlags::READWRITE
pub fn boxed_type(self, value: Type) -> Self
pub fn build(self) -> ParamSpec
Trait Implementations§
source§impl<'a> Default for ParamSpecBoxedBuilder<'a>
impl<'a> Default for ParamSpecBoxedBuilder<'a>
source§fn default() -> ParamSpecBoxedBuilder<'a>
fn default() -> ParamSpecBoxedBuilder<'a>
Returns the “default value” for a type. Read more