type Property_RO is new Properties.Property_RO;
type Property is new Properties.Property;
function Get_Type return Glib.GType;
function Gnew_Enum
( | Name, Nick, Blurb | : String; |
Default | : Enumeration := Enumeration'First; | |
Flags | : Param_Flags := Param_Readable or Param_Writable) return Param_Spec; |
function Get_Enum
( | Value | : Glib.Values.GValue) return Enumeration; |
procedure Set_Enum
( | Value | : in out Glib.Values.GValue; |
Enum | : Enumeration); |