GObject.param_spec_flags
function param_spec_flags(name: String, nick: String, blurb: String, flags_type: GObject.Type, default_value: Number(guint), flags: GObject.ParamFlags): GObject.ParamSpec { // Gjs wrapper for g_param_spec_flags() }
Creates a new GObject.ParamSpecFlags instance specifying a %G_TYPE_FLAGS property.
See GObject.ParamSpec.internal for details on property names.
- name
canonical name of the property specified
- nick
nick name for the property specified
- blurb
description of the property specified
- flags_type
a GLib.Type derived from %G_TYPE_FLAGS
- default_value
default value for the property specified
- flags
flags for the property specified
- Returns
a newly created parameter specification