Contents

GLib-specific Metadata

The goal of the GLib namespace is to define metadata specific to libraries based on GLib and GObject.

Extensions to Class

 <class name="Window">
   <glib:type name="GtkWindow" get-type-func="gtk_window_get_type"/>
 </class>

Extensions to Properties

 <properties>
   <property name="title" readable="True" writable="True">
      <glib:property name="title"/>
   </property>
 </properties>

Extensions to Enumeration

bitfield is identical to enumerations, apart from the tag names.

 <enumeration name="WindowType">
   <glib:type name="GtkWindowType" get-type-func="gtk_window_type_get_type"/>
 </enumeration>

Projects/GObjectIntrospection/Metadata/GLib (last edited 2013-11-22 19:41:55 by WilliamJonMcCann)