generic Get_GType : Get_GType_Func; -- This function returns the GType assiciated with the type we want to -- convert to. Usually, all widgets have a class-wide Get_Type that can -- directly be used here. type Handled_Type is new GObject_Record with private; -- The type we want to convert to. package Hook_Registrator is
Get_GType : Get_GType_Func;
function Creator
( | Expected_Object | : GObject_Record'Class) return GObject; |