2003-07-04 Mike Kestner <mkestner@speakeasy.net>

* api/*-api.xml : regenerated
	* parser/gapi2xml.pl (addFuncElems): only ignore get_type
	methods for enum types, so that we don't suppress some methods.
	(addPropElem): remove doc-str since we don't autogen docs and
	access types for enum/boxed/flags/obj as an offset from the end
	of the param_spec to avoid problems with split(/,/).

svn path=/trunk/gtk-sharp/; revision=15954
This commit is contained in:
Mike Kestner 2003-07-05 04:07:48 +00:00
parent bef993d3cc
commit a41824d910
9 changed files with 658 additions and 635 deletions

View File

@ -1,3 +1,12 @@
2003-07-04 Mike Kestner <mkestner@speakeasy.net>
* api/*-api.xml : regenerated
* parser/gapi2xml.pl (addFuncElems): only ignore get_type
methods for enum types, so that we don't suppress some methods.
(addPropElem): remove doc-str since we don't autogen docs and
access types for enum/boxed/flags/obj as an offset from the end
of the param_spec to avoid problems with split(/,/).
2003-07-04 Rodrigo Moya <rodrigo@ximian.com>
* sources/makefile: updated download targets for libgda and

View File

@ -787,6 +787,31 @@
<parameter type="gint" name="end_offset"/>
</parameters>
</method>
<method name="AttributeForName" cname="atk_text_attribute_for_name" shared="true">
<return-type type="AtkTextAttribute"/>
<parameters>
<parameter type="const-gchar*" name="name"/>
</parameters>
</method>
<method name="AttributeGetName" cname="atk_text_attribute_get_name" shared="true">
<return-type type="const-gchar*"/>
<parameters>
<parameter type="AtkTextAttribute" name="attr"/>
</parameters>
</method>
<method name="AttributeGetValue" cname="atk_text_attribute_get_value" shared="true">
<return-type type="const-gchar*"/>
<parameters>
<parameter type="AtkTextAttribute" name="attr"/>
<parameter type="gint" name="index"/>
</parameters>
</method>
<method name="AttributeRegister" cname="atk_text_attribute_register" shared="true">
<return-type type="AtkTextAttribute"/>
<parameters>
<parameter type="const-gchar*" name="name"/>
</parameters>
</method>
<method name="GetCaretOffset" cname="atk_text_get_caret_offset">
<return-type type="gint"/>
</method>
@ -1006,19 +1031,19 @@
<field cname="role" type="AtkRole"/>
<field cname="relation_set" type="AtkRelationSet*"/>
<field cname="layer" type="AtkLayer"/>
<property name="AtkObjectNamePropertyName" cname="atk_object_name_property_name" type="gchar*" doc-string="Object instance\'s name formatted forassistive technology access" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyDescription" cname="atk_object_name_property_description" type="gchar*" doc-string="Description of an object, formatted forassistive technology access" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyParent" cname="atk_object_name_property_parent" type="AtkObject" doc-string="Is used to notify that the parent has changed" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyValue" cname="atk_object_name_property_value" type="gdouble" doc-string="Is used to notify that the value has changed" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyRole" cname="atk_object_name_property_role" type="gint" doc-string="The accessible role of this object" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyComponentLayer" cname="atk_object_name_property_component_layer" type="gint" doc-string="The accessible layer of this object" readable="true"/>
<property name="AtkObjectNamePropertyComponentMdiZorder" cname="atk_object_name_property_component_mdi_zorder" type="gint" doc-string="The accessible MDI value of this object" readable="true"/>
<property name="AtkObjectNamePropertyTableCaption" cname="atk_object_name_property_table_caption" type="gchar*" doc-string="Is used to notify that the table caption has changed" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableColumnHeader" cname="atk_object_name_property_table_column_header" type="AtkObject" doc-string="Is used to notify that the table column header has changed" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableColumnDescription" cname="atk_object_name_property_table_column_description" type="gchar*" doc-string="Is used to notify that the table columnscription has changed" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableRowHeader" cname="atk_object_name_property_table_row_header" type="AtkObject" doc-string="Is used to notify that the table row header has changed" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableRowDescription" cname="atk_object_name_property_table_row_description" type="gchar*" doc-string="Is used to notify that the table row description has changed" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableSummary" cname="atk_object_name_property_table_summary" type="AtkObject" doc-string="Is used to notify that the table summary has changed" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyName" cname="atk_object_name_property_name" type="gchar*" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyDescription" cname="atk_object_name_property_description" type="gchar*" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyParent" cname="atk_object_name_property_parent" type="AtkObject" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyValue" cname="atk_object_name_property_value" type="gdouble" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyRole" cname="atk_object_name_property_role" type="gint" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyComponentLayer" cname="atk_object_name_property_component_layer" type="gint" readable="true"/>
<property name="AtkObjectNamePropertyComponentMdiZorder" cname="atk_object_name_property_component_mdi_zorder" type="gint" readable="true"/>
<property name="AtkObjectNamePropertyTableCaption" cname="atk_object_name_property_table_caption" type="gchar*" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableColumnHeader" cname="atk_object_name_property_table_column_header" type="AtkObject" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableColumnDescription" cname="atk_object_name_property_table_column_description" type="gchar*" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableRowHeader" cname="atk_object_name_property_table_row_header" type="AtkObject" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableRowDescription" cname="atk_object_name_property_table_row_description" type="gchar*" readable="true" writeable="true"/>
<property name="AtkObjectNamePropertyTableSummary" cname="atk_object_name_property_table_summary" type="AtkObject" readable="true" writeable="true"/>
<signal name="ChildrenChanged" cname="children_changed" when="LAST">
<return-type type="void"/>
<parameters>
@ -1206,6 +1231,24 @@
<parameter type="AtkRelationType" name="relationship"/>
</parameters>
</constructor>
<method name="TypeForName" cname="atk_relation_type_for_name" shared="true">
<return-type type="AtkRelationType"/>
<parameters>
<parameter type="const-gchar*" name="name"/>
</parameters>
</method>
<method name="TypeGetName" cname="atk_relation_type_get_name" shared="true">
<return-type type="const-gchar*"/>
<parameters>
<parameter type="AtkRelationType" name="type"/>
</parameters>
</method>
<method name="TypeRegister" cname="atk_relation_type_register" shared="true">
<return-type type="AtkRelationType"/>
<parameters>
<parameter type="const-gchar*" name="name"/>
</parameters>
</method>
</object>
<object name="RelationSet" cname="AtkRelationSet" parent="GObject">
<field cname="relations" type="GPtrArray*"/>

View File

@ -120,87 +120,6 @@
<parameter type="gpointer" name="user_data"/>
</parameters>
</callback>
<object name="Batch" cname="GdaBatch" parent="GObject" hidden="1">
<field cname="cnc" type="GdaConnection*"/>
<field cname="transaction_mode" type="gboolean"/>
<field cname="is_running" type="gboolean"/>
<field cname="commands" type="GList*"/>
<signal name="BeginTransaction" cname="begin_transaction" when="LAST">
<return-type type="void"/>
<parameters>
<parameter type="GdaBatch*" name="job"/>
</parameters>
</signal>
<signal name="CommitTransaction" cname="commit_transaction" when="LAST">
<return-type type="void"/>
<parameters>
<parameter type="GdaBatch*" name="job"/>
</parameters>
</signal>
<signal name="RollbackTransaction" cname="rollback_transaction" when="LAST">
<return-type type="void"/>
<parameters>
<parameter type="GdaBatch*" name="job"/>
</parameters>
</signal>
<signal name="ExecuteCommand" cname="execute_command" when="LAST">
<return-type type="void"/>
<parameters>
<parameter type="GdaBatch*" name="job"/>
<parameter type="const-gchar*" name="cmd"/>
</parameters>
</signal>
<method name="AddCommand" cname="gda_batch_add_command">
<return-type type="void"/>
<parameters>
<parameter type="const-gchar*" name="cmd"/>
</parameters>
</method>
<method name="Clear" cname="gda_batch_clear">
<return-type type="void"/>
</method>
<method name="Free" cname="gda_batch_free">
<return-type type="void"/>
</method>
<method name="GetConnection" cname="gda_batch_get_connection">
<return-type type="GdaConnection*"/>
</method>
<method name="GetTransactionMode" cname="gda_batch_get_transaction_mode">
<return-type type="gboolean"/>
</method>
<method name="GetType" cname="gda_batch_get_type" shared="true">
<return-type type="GType"/>
</method>
<method name="IsRunning" cname="gda_batch_is_running">
<return-type type="gboolean"/>
</method>
<method name="LoadFile" cname="gda_batch_load_file">
<return-type type="gboolean"/>
<parameters>
<parameter type="const-gchar*" name="filename"/>
<parameter type="gboolean" name="clean"/>
</parameters>
</method>
<constructor cname="gda_batch_new"/>
<method name="SetConnection" cname="gda_batch_set_connection">
<return-type type="void"/>
<parameters>
<parameter type="GdaConnection*" name="cnc"/>
</parameters>
</method>
<method name="SetTransactionMode" cname="gda_batch_set_transaction_mode">
<return-type type="void"/>
<parameters>
<parameter type="gboolean" name="mode"/>
</parameters>
</method>
<method name="Start" cname="gda_batch_start">
<return-type type="gboolean"/>
</method>
<method name="Stop" cname="gda_batch_stop">
<return-type type="void"/>
</method>
</object>
<object name="Client" cname="GdaClient" parent="GObject">
<field cname="priv" type="GdaClientPrivate*"/>
<signal name="EventNotification" cname="event_notification" when="LAST">

View File

@ -1502,8 +1502,8 @@
<callback cname="child_func">
<return-type type="gboolean"/>
<parameters>
<parameter type=" &#9;&#9;&#9;&#9;&#9;&#9; gboolean " name="child_func"/>
<parameter type=" &#9;&#9;&#9;&#9;&#9;&#9; gboolean " name="child_func"/>
<parameter type="" name=""/>
<parameter type="" name=""/>
</parameters>
</callback>
<parameter type="gpointer" name="user_data"/>
@ -2462,6 +2462,9 @@
<parameter type="int" name="dest_y"/>
</parameters>
</method>
<method name="ErrorQuark" cname="gdk_pixbuf_error_quark" shared="true">
<return-type type="GQuark"/>
</method>
<method name="Fill" cname="gdk_pixbuf_fill">
<return-type type="void"/>
<parameters>

View File

@ -65,24 +65,24 @@
</callback>
<object name="Program" cname="GnomeProgram" parent="GObject">
<field cname="_priv" type="GnomeProgramPrivate*"/>
<property name="PoptTable" cname="popt-table" type="gpointer" doc-string=" _(The table of options for popt)" writeable="true" construct-only="true"/>
<property name="PoptFlags" cname="popt-flags" type="gint" doc-string=" _(The flags to use for popt)" writeable="true" construct-only="true"/>
<property name="PoptContext" cname="popt-context" type="gpointer" doc-string=" _(The popt context pointer that GnomeProgramis using)" readable="true"/>
<property name="HumanReadableName" cname="human-readable-name" type="gchar*" doc-string=" _(Human readable name of this application)" readable="true" writeable="true" construct-only="true"/>
<property name="GnomePath" cname="gnome-path" type="gchar*" doc-string=" _(Path in which to look for installed files)" readable="true" writeable="true" construct-only="true"/>
<property name="AppId" cname="app-id" type="gchar*" doc-string=" _(ID string to use for this application)" readable="true"/>
<property name="AppVersion" cname="app-version" type="gchar*" doc-string=" _(Version of this application)" readable="true"/>
<property name="GnomePrefix" cname="gnome-prefix" type="gchar*" doc-string=" _(Prefix where GNOME was installed)" readable="true" writeable="true" construct-only="true"/>
<property name="GnomeLibdir" cname="gnome-libdir" type="gchar*" doc-string=" _(Library prefix where GNOME was installed)" readable="true" writeable="true" construct-only="true"/>
<property name="GnomeDatadir" cname="gnome-datadir" type="gchar*" doc-string=" _(Data prefix where GNOME was installed)" readable="true" writeable="true" construct-only="true"/>
<property name="GnomeSysconfdir" cname="gnome-sysconfdir" type="gchar*" doc-string=" _(Configuration prefix where GNOMEwas installed)" readable="true" writeable="true" construct-only="true"/>
<property name="AppPrefix" cname="app-prefix" type="gchar*" doc-string=" _(Prefix where this application was installed)" readable="true" writeable="true"/>
<property name="AppLibdir" cname="app-libdir" type="gchar*" doc-string=" _(Library prefix where this applicationwas installed)" readable="true" writeable="true"/>
<property name="AppDatadir" cname="app-datadir" type="gchar*" doc-string=" _(Data prefix where this applicationwas installed)" readable="true" writeable="true"/>
<property name="AppSysconfdir" cname="app-sysconfdir" type="gchar*" doc-string=" _(Configuration prefix where this applicationwas installed)" readable="true" writeable="true"/>
<property name="CreateDirectories" cname="create-directories" type="gboolean" doc-string=" _(Create standard GNOME directories on startup)" readable="true" writeable="true" construct-only="true"/>
<property name="EnableSound" cname="enable-sound" type="gboolean" doc-string=" _(Enable sound on startup)" readable="true" writeable="true" construct-only="true"/>
<property name="Espeaker" cname="espeaker" type="gchar*" doc-string=" _(How to connect to esd)" readable="true" writeable="true" construct-only="true"/>
<property name="PoptTable" cname="popt-table" type="gpointer" writeable="true" construct-only="true"/>
<property name="PoptFlags" cname="popt-flags" type="gint" writeable="true" construct-only="true"/>
<property name="PoptContext" cname="popt-context" type="gpointer" readable="true"/>
<property name="HumanReadableName" cname="human-readable-name" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<property name="GnomePath" cname="gnome-path" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<property name="AppId" cname="app-id" type="gchar*" readable="true"/>
<property name="AppVersion" cname="app-version" type="gchar*" readable="true"/>
<property name="GnomePrefix" cname="gnome-prefix" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<property name="GnomeLibdir" cname="gnome-libdir" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<property name="GnomeDatadir" cname="gnome-datadir" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<property name="GnomeSysconfdir" cname="gnome-sysconfdir" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<property name="AppPrefix" cname="app-prefix" type="gchar*" readable="true" writeable="true"/>
<property name="AppLibdir" cname="app-libdir" type="gchar*" readable="true" writeable="true"/>
<property name="AppDatadir" cname="app-datadir" type="gchar*" readable="true" writeable="true"/>
<property name="AppSysconfdir" cname="app-sysconfdir" type="gchar*" readable="true" writeable="true"/>
<property name="CreateDirectories" cname="create-directories" type="gboolean" readable="true" writeable="true" construct-only="true"/>
<property name="EnableSound" cname="enable-sound" type="gboolean" readable="true" writeable="true" construct-only="true"/>
<property name="Espeaker" cname="espeaker" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<method name="Get" cname="gnome_program_get" shared="true">
<return-type type="GnomeProgram*"/>
</method>
@ -245,7 +245,7 @@
<field cname="in_repick" bits="1" type="unsigned"/>
<field cname="aa" bits="1" type="unsigned"/>
<field cname="dither" type="GdkRgbDither"/>
<property name="Aa" cname="aa" type="gboolean" doc-string=" _(The antialiasing mode of the canvas.)" readable="true" writeable="true" construct-only="true"/>
<property name="Aa" cname="aa" type="gboolean" readable="true" writeable="true" construct-only="true"/>
<signal name="DrawBackground" cname="draw_background" when="LAST">
<return-type type="void"/>
<parameters>
@ -501,7 +501,7 @@
</method>
</object>
<object name="CanvasBpath" cname="GnomeCanvasBpath" parent="GnomeCanvasShape">
<property name="Bpath" cname="bpath" type="gpointer" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Bpath" cname="bpath" type="gpointer" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_bpath_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -510,8 +510,8 @@
<field cname="path" type="GnomeCanvasPathDef*"/>
<field cname="wind" type="ArtWindRule"/>
<field cname="svp" type="ArtSVP*"/>
<property name="Path" cname="path" type="gpointer" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Wind" cname="wind" type="guint" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Path" cname="path" type="gpointer" readable="true" writeable="true"/>
<property name="Wind" cname="wind" type="guint" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_clipgroup_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -524,8 +524,8 @@
<object name="CanvasGroup" cname="GnomeCanvasGroup" parent="GnomeCanvasItem">
<field cname="item_list" type="GList*"/>
<field cname="item_list_end" type="GList*"/>
<property name="X" cname="x" type="gdouble" doc-string=" _(X)" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" doc-string=" _(Y)" readable="true" writeable="true"/>
<property name="X" cname="x" type="gdouble" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_group_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -538,7 +538,7 @@
<field cname="y1" type="double"/>
<field cname="x2" type="double"/>
<field cname="y2" type="double"/>
<property name="Parent" cname="parent" type="GnomeCanvasItem" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Parent" cname="parent" type="GnomeCanvasItem" readable="true" writeable="true"/>
<signal name="CanvasEvent" cname="event" when="LAST">
<return-type type="gboolean"/>
<parameters>
@ -733,48 +733,48 @@
<field cname="first_arrow" bits="1" type="guint"/>
<field cname="last_arrow" bits="1" type="guint"/>
<field cname="smooth" bits="1" type="guint"/>
<property name="Points" cname="points" type="GnomeCanvasPoints" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FillColor" cname="fill_color" type="gchar*" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FillColorGdk" cname="fill_color_gdk" type="GdkColor" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FillColorRgba" cname="fill_color_rgba" type="guint" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FillStipple" cname="fill_stipple" type="GdkDrawable" doc-string=" NULL" readable="true" writeable="true"/>
<property name="WidthPixels" cname="width_pixels" type="guint" doc-string=" NULL" readable="true" writeable="true"/>
<property name="WidthUnits" cname="width_units" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="CapStyle" cname="cap_style" type="GdkCapStyle" doc-string=" NULL" readable="true" writeable="true"/>
<property name="JoinStyle" cname="join_style" type="GdkJoinStyle" doc-string=" NULL" readable="true" writeable="true"/>
<property name="LineStyle" cname="line_style" type="GdkLineStyle" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FirstArrowhead" cname="first_arrowhead" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="LastArrowhead" cname="last_arrowhead" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Smooth" cname="smooth" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="SplineSteps" cname="spline_steps" type="guint" doc-string=" NULL" readable="true" writeable="true"/>
<property name="ArrowShapeA" cname="arrow_shape_a" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="ArrowShapeB" cname="arrow_shape_b" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="ArrowShapeC" cname="arrow_shape_c" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Points" cname="points" type="GnomeCanvasPoints" readable="true" writeable="true"/>
<property name="FillColor" cname="fill_color" type="gchar*" readable="true" writeable="true"/>
<property name="FillColorGdk" cname="fill_color_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="FillColorRgba" cname="fill_color_rgba" type="guint" readable="true" writeable="true"/>
<property name="FillStipple" cname="fill_stipple" type="GdkDrawable" readable="true" writeable="true"/>
<property name="WidthPixels" cname="width_pixels" type="guint" readable="true" writeable="true"/>
<property name="WidthUnits" cname="width_units" type="gdouble" readable="true" writeable="true"/>
<property name="CapStyle" cname="cap_style" type="GdkCapStyle" readable="true" writeable="true"/>
<property name="JoinStyle" cname="join_style" type="GdkJoinStyle" readable="true" writeable="true"/>
<property name="LineStyle" cname="line_style" type="GdkLineStyle" readable="true" writeable="true"/>
<property name="FirstArrowhead" cname="first_arrowhead" type="gboolean" readable="true" writeable="true"/>
<property name="LastArrowhead" cname="last_arrowhead" type="gboolean" readable="true" writeable="true"/>
<property name="Smooth" cname="smooth" type="gboolean" readable="true" writeable="true"/>
<property name="SplineSteps" cname="spline_steps" type="guint" readable="true" writeable="true"/>
<property name="ArrowShapeA" cname="arrow_shape_a" type="gdouble" readable="true" writeable="true"/>
<property name="ArrowShapeB" cname="arrow_shape_b" type="gdouble" readable="true" writeable="true"/>
<property name="ArrowShapeC" cname="arrow_shape_c" type="gdouble" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_line_get_type" shared="true">
<return-type type="GType"/>
</method>
</object>
<object name="CanvasPixbuf" cname="GnomeCanvasPixbuf" parent="GnomeCanvasItem">
<field cname="priv" type="gpointer"/>
<property name="Pixbuf" cname="pixbuf" type="GdkPixbuf" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="WidthSet" cname="width_set" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="WidthInPixels" cname="width_in_pixels" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Height" cname="height" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="HeightSet" cname="height_set" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="HeightInPixels" cname="height_in_pixels" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="X" cname="x" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="XInPixels" cname="x_in_pixels" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="YInPixels" cname="y_in_pixels" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Anchor" cname="anchor" type="GtkAnchorType" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Pixbuf" cname="pixbuf" type="GdkPixbuf" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gdouble" readable="true" writeable="true"/>
<property name="WidthSet" cname="width_set" type="gboolean" readable="true" writeable="true"/>
<property name="WidthInPixels" cname="width_in_pixels" type="gboolean" readable="true" writeable="true"/>
<property name="Height" cname="height" type="gdouble" readable="true" writeable="true"/>
<property name="HeightSet" cname="height_set" type="gboolean" readable="true" writeable="true"/>
<property name="HeightInPixels" cname="height_in_pixels" type="gboolean" readable="true" writeable="true"/>
<property name="X" cname="x" type="gdouble" readable="true" writeable="true"/>
<property name="XInPixels" cname="x_in_pixels" type="gboolean" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" readable="true" writeable="true"/>
<property name="YInPixels" cname="y_in_pixels" type="gboolean" readable="true" writeable="true"/>
<property name="Anchor" cname="anchor" type="GtkAnchorType" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_pixbuf_get_type" shared="true">
<return-type type="GType"/>
</method>
</object>
<object name="CanvasPolygon" cname="GnomeCanvasPolygon" parent="GnomeCanvasShape">
<field cname="path_def" type="GnomeCanvasPathDef*"/>
<property name="Points" cname="points" type="GnomeCanvasPoints" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Points" cname="points" type="GnomeCanvasPoints" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_polygon_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -794,10 +794,10 @@
<field cname="x2" type="double"/>
<field cname="y2" type="double"/>
<field cname="path_dirty" bits="1" type="unsigned"/>
<property name="X1" cname="x1" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Y1" cname="y1" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="X2" cname="x2" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Y2" cname="y2" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="X1" cname="x1" type="gdouble" readable="true" writeable="true"/>
<property name="Y1" cname="y1" type="gdouble" readable="true" writeable="true"/>
<property name="X2" cname="x2" type="gdouble" readable="true" writeable="true"/>
<property name="Y2" cname="y2" type="gdouble" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_re_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -809,26 +809,26 @@
</object>
<object name="CanvasRichText" cname="GnomeCanvasRichText" parent="GnomeCanvasItem">
<field cname="_priv" type="GnomeCanvasRichTextPrivate*"/>
<property name="Text" cname="text" type="gchar*" doc-string=" _(Text to display)" readable="true" writeable="true"/>
<property name="X" cname="x" type="gdouble" doc-string=" _(X position)" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" doc-string=" _(Y position)" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gdouble" doc-string=" _(Width for text box)" readable="true" writeable="true"/>
<property name="Height" cname="height" type="gdouble" doc-string=" _(Height for text box)" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" doc-string=" _(Is this rich text item editable?)" readable="true" writeable="true"/>
<property name="Visible" cname="visible" type="gboolean" doc-string=" _(Is this rich text item visible?)" readable="true" writeable="true"/>
<property name="CursorVisible" cname="cursor_visible" type="gboolean" doc-string=" _(Is the cursor visible in this this rich text item?)" readable="true" writeable="true"/>
<property name="CursorBlink" cname="cursor_blink" type="gboolean" doc-string=" _(Does the cursor blink in this this rich text item?)" readable="true" writeable="true"/>
<property name="GrowHeight" cname="grow_height" type="gboolean" doc-string=" _(Should the text box height grow if the text does not fit?)" readable="true" writeable="true"/>
<property name="WrapMode" cname="wrap_mode" type="GtkWrapMode" doc-string=" _(Wrap mode for multiline text)" readable="true" writeable="true"/>
<property name="Justification" cname="justification" type="GtkJustification" doc-string=" _(Justification mode)" readable="true" writeable="true"/>
<property name="Direction" cname="direction" type="GtkDirectionType" doc-string=" _(Text direction)" readable="true" writeable="true"/>
<property name="Anchor" cname="anchor" type="GtkAnchorType" doc-string=" _(Anchor point for text)" readable="true" writeable="true"/>
<property name="PixelsAboveLines" cname="pixels_above_lines" type="gint" doc-string=" _(Number of pixels to put above lines)" readable="true" writeable="true"/>
<property name="PixelsBelowLines" cname="pixels_below_lines" type="gint" doc-string=" _(Number of pixels to put below lines)" readable="true" writeable="true"/>
<property name="PixelsInsideWrap" cname="pixels_inside_wrap" type="gint" doc-string=" _(Number of pixels to put inside the wrap)" readable="true" writeable="true"/>
<property name="LeftMargin" cname="left_margin" type="gint" doc-string=" _(Number of pixels in the left margin)" readable="true" writeable="true"/>
<property name="RightMargin" cname="right_margin" type="gint" doc-string=" _(Number of pixels in the right margin)" readable="true" writeable="true"/>
<property name="Indent" cname="indent" type="gint" doc-string=" _(Number of pixels for indentation)" readable="true" writeable="true"/>
<property name="Text" cname="text" type="gchar*" readable="true" writeable="true"/>
<property name="X" cname="x" type="gdouble" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gdouble" readable="true" writeable="true"/>
<property name="Height" cname="height" type="gdouble" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" readable="true" writeable="true"/>
<property name="Visible" cname="visible" type="gboolean" readable="true" writeable="true"/>
<property name="CursorVisible" cname="cursor_visible" type="gboolean" readable="true" writeable="true"/>
<property name="CursorBlink" cname="cursor_blink" type="gboolean" readable="true" writeable="true"/>
<property name="GrowHeight" cname="grow_height" type="gboolean" readable="true" writeable="true"/>
<property name="WrapMode" cname="wrap_mode" type="GtkWrapMode" readable="true" writeable="true"/>
<property name="Justification" cname="justification" type="GtkJustification" readable="true" writeable="true"/>
<property name="Direction" cname="direction" type="GtkDirectionType" readable="true" writeable="true"/>
<property name="Anchor" cname="anchor" type="GtkAnchorType" readable="true" writeable="true"/>
<property name="PixelsAboveLines" cname="pixels_above_lines" type="gint" readable="true" writeable="true"/>
<property name="PixelsBelowLines" cname="pixels_below_lines" type="gint" readable="true" writeable="true"/>
<property name="PixelsInsideWrap" cname="pixels_inside_wrap" type="gint" readable="true" writeable="true"/>
<property name="LeftMargin" cname="left_margin" type="gint" readable="true" writeable="true"/>
<property name="RightMargin" cname="right_margin" type="gint" readable="true" writeable="true"/>
<property name="Indent" cname="indent" type="gint" readable="true" writeable="true"/>
<signal when="LAST">
<return-type type="void"/>
<parameters>
@ -875,21 +875,21 @@
</object>
<object name="CanvasShape" cname="GnomeCanvasShape" parent="GnomeCanvasItem">
<field cname="priv" type="GnomeCanvasShapePriv*"/>
<property name="FillColor" cname="fill_color" type="gchar*" doc-string=" NULL" writeable="true"/>
<property name="FillColorGdk" cname="fill_color_gdk" type="GdkColor" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FillColorRgba" cname="fill_color_rgba" type="guint" doc-string=" NULL" readable="true" writeable="true"/>
<property name="OutlineColor" cname="outline_color" type="gchar*" doc-string=" NULL" writeable="true"/>
<property name="OutlineColorGdk" cname="outline_color_gdk" type="GdkColor" doc-string=" NULL" readable="true" writeable="true"/>
<property name="OutlineColorRgba" cname="outline_color_rgba" type="guint" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FillStipple" cname="fill_stipple" type="GdkDrawable" doc-string=" NULL" readable="true" writeable="true"/>
<property name="OutlineStipple" cname="outline_stipple" type="GdkDrawable" doc-string=" NULL" readable="true" writeable="true"/>
<property name="WidthPixels" cname="width_pixels" type="guint" doc-string=" NULL" readable="true" writeable="true"/>
<property name="WidthUnits" cname="width_units" type="gdouble" doc-string=" NULL" writeable="true"/>
<property name="CapStyle" cname="cap_style" type="GdkCapStyle" doc-string=" NULL" readable="true" writeable="true"/>
<property name="JoinStyle" cname="join_style" type="GdkJoinStyle" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Wind" cname="wind" type="guint" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Miterlimit" cname="miterlimit" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Dash" cname="dash" type="gpointer" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FillColor" cname="fill_color" type="gchar*" writeable="true"/>
<property name="FillColorGdk" cname="fill_color_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="FillColorRgba" cname="fill_color_rgba" type="guint" readable="true" writeable="true"/>
<property name="OutlineColor" cname="outline_color" type="gchar*" writeable="true"/>
<property name="OutlineColorGdk" cname="outline_color_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="OutlineColorRgba" cname="outline_color_rgba" type="guint" readable="true" writeable="true"/>
<property name="FillStipple" cname="fill_stipple" type="GdkDrawable" readable="true" writeable="true"/>
<property name="OutlineStipple" cname="outline_stipple" type="GdkDrawable" readable="true" writeable="true"/>
<property name="WidthPixels" cname="width_pixels" type="guint" readable="true" writeable="true"/>
<property name="WidthUnits" cname="width_units" type="gdouble" writeable="true"/>
<property name="CapStyle" cname="cap_style" type="GdkCapStyle" readable="true" writeable="true"/>
<property name="JoinStyle" cname="join_style" type="GdkJoinStyle" readable="true" writeable="true"/>
<property name="Wind" cname="wind" type="guint" readable="true" writeable="true"/>
<property name="Miterlimit" cname="miterlimit" type="gdouble" readable="true" writeable="true"/>
<property name="Dash" cname="dash" type="gpointer" readable="true" writeable="true"/>
<method name="GetPathDef" cname="gnome_canvas_shape_get_path_def">
<return-type type="GnomeCanvasPathDef*"/>
</method>
@ -939,37 +939,37 @@
<field cname="rise_set" bits="1" type="guint"/>
<field cname="scale_set" bits="1" type="guint"/>
<field cname="priv" type="GnomeCanvasTextPrivate*"/>
<property name="Text" cname="text" type="gchar*" doc-string=" _(Text to render)" readable="true" writeable="true"/>
<property name="Markup" cname="markup" type="gchar*" doc-string=" _(Marked up text to render)" writeable="true"/>
<property name="X" cname="x" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Font" cname="font" type="gchar*" doc-string=" _(Font description as a string)" readable="true" writeable="true"/>
<property name="FontDesc" cname="font_desc" type="PangoFontDescription" doc-string=" _(Font description as a PangoFontDescription struct)" readable="true" writeable="true"/>
<property name="Family" cname="family" type="gchar*" doc-string=" _(Name of the font family, e.g. Sans, Helvetica, Times, Monospace)" readable="true" writeable="true"/>
<property name="Attributes" cname="attributes" type="PangoAttrList" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Style" cname="style" type="PangoStyle" doc-string=" _(Font style)" readable="true" writeable="true"/>
<property name="Variant" cname="variant" type="PangoVariant" doc-string=" _(Font variant)" readable="true" writeable="true"/>
<property name="Weight" cname="weight" type="gint" doc-string=" _(Font weight)" readable="true" writeable="true"/>
<property name="Stretch" cname="stretch" type="PangoStretch" doc-string=" _(Font stretch)" readable="true" writeable="true"/>
<property name="Size" cname="size" type="gint" doc-string=" _(Font size)" readable="true" writeable="true"/>
<property name="SizePoints" cname="size_points" type="gdouble" doc-string=" _(Font size in points)" readable="true" writeable="true"/>
<property name="Rise" cname="rise" type="gint" doc-string=" _(Offset of text above the baseline (below the baseline if rise is negative))" readable="true" writeable="true"/>
<property name="Strikethrough" cname="strikethrough" type="gboolean" doc-string=" _(Whether to strike through the text)" readable="true" writeable="true"/>
<property name="Underline" cname="underline" type="PangoUnderline" doc-string=" _(Style of underline for this text)" readable="true" writeable="true"/>
<property name="Scale" cname="scale" type="gdouble" doc-string=" _(Size of font, relative to default size)" readable="true" writeable="true"/>
<property name="Anchor" cname="anchor" type="GtkAnchorType" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Justification" cname="justification" type="GtkJustification" doc-string=" NULL" readable="true" writeable="true"/>
<property name="ClipWidth" cname="clip_width" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="ClipHeight" cname="clip_height" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Clip" cname="clip" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="XOffset" cname="x_offset" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="YOffset" cname="y_offset" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="FillColor" cname="fill_color" type="gchar*" doc-string=" _(Text color, as string)" readable="true" writeable="true"/>
<property name="FillColorGdk" cname="fill_color_gdk" type="GdkColor" doc-string=" _(Text color, as a GdkColor)" readable="true" writeable="true"/>
<property name="FillColorRgba" cname="fill_color_rgba" type="guint" doc-string=" _(Text color, as an R/G/B/A combined integer)" readable="true" writeable="true"/>
<property name="FillStipple" cname="fill_stipple" type="GdkDrawable" doc-string=" NULL" readable="true" writeable="true"/>
<property name="TextWidth" cname="text_width" type="gdouble" doc-string=" _(Width of the rendered text)" readable="true" writeable="true"/>
<property name="TextHeight" cname="text_height" type="gdouble" doc-string=" _(Height of the rendered text)" readable="true" writeable="true"/>
<property name="Text" cname="text" type="gchar*" readable="true" writeable="true"/>
<property name="Markup" cname="markup" type="gchar*" writeable="true"/>
<property name="X" cname="x" type="gdouble" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" readable="true" writeable="true"/>
<property name="Font" cname="font" type="gchar*" readable="true" writeable="true"/>
<property name="FontDesc" cname="font_desc" type="PangoFontDescription" readable="true" writeable="true"/>
<property name="Family" cname="family" type="gchar*" readable="true" writeable="true"/>
<property name="Attributes" cname="attributes" type="PangoAttrList" readable="true" writeable="true"/>
<property name="Style" cname="style" type="PangoStyle" readable="true" writeable="true"/>
<property name="Variant" cname="variant" type="PangoVariant" readable="true" writeable="true"/>
<property name="Weight" cname="weight" type="gint" readable="true" writeable="true"/>
<property name="Stretch" cname="stretch" type="PangoStretch" readable="true" writeable="true"/>
<property name="Size" cname="size" type="gint" readable="true" writeable="true"/>
<property name="SizePoints" cname="size_points" type="gdouble" readable="true" writeable="true"/>
<property name="Rise" cname="rise" type="gint" readable="true" writeable="true"/>
<property name="Strikethrough" cname="strikethrough" type="gboolean" readable="true" writeable="true"/>
<property name="Underline" cname="underline" type="PangoUnderline" readable="true" writeable="true"/>
<property name="Scale" cname="scale" type="gdouble" readable="true" writeable="true"/>
<property name="Anchor" cname="anchor" type="GtkAnchorType" readable="true" writeable="true"/>
<property name="Justification" cname="justification" type="GtkJustification" readable="true" writeable="true"/>
<property name="ClipWidth" cname="clip_width" type="gdouble" readable="true" writeable="true"/>
<property name="ClipHeight" cname="clip_height" type="gdouble" readable="true" writeable="true"/>
<property name="Clip" cname="clip" type="gboolean" readable="true" writeable="true"/>
<property name="XOffset" cname="x_offset" type="gdouble" readable="true" writeable="true"/>
<property name="YOffset" cname="y_offset" type="gdouble" readable="true" writeable="true"/>
<property name="FillColor" cname="fill_color" type="gchar*" readable="true" writeable="true"/>
<property name="FillColorGdk" cname="fill_color_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="FillColorRgba" cname="fill_color_rgba" type="guint" readable="true" writeable="true"/>
<property name="FillStipple" cname="fill_stipple" type="GdkDrawable" readable="true" writeable="true"/>
<property name="TextWidth" cname="text_width" type="gdouble" readable="true" writeable="true"/>
<property name="TextHeight" cname="text_height" type="gdouble" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_text_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -988,13 +988,13 @@
<field cname="destroy_id" type="guint"/>
<field cname="size_pixels" bits="1" type="guint"/>
<field cname="in_destroy" bits="1" type="guint"/>
<property name="Widget" cname="widget" type="GtkWidget" doc-string=" NULL" readable="true" writeable="true"/>
<property name="X" cname="x" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Height" cname="height" type="gdouble" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Anchor" cname="anchor" type="GtkAnchorType" doc-string=" NULL" readable="true" writeable="true"/>
<property name="SizePixels" cname="size_pixels" type="gboolean" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Widget" cname="widget" type="GtkWidget" readable="true" writeable="true"/>
<property name="X" cname="x" type="gdouble" readable="true" writeable="true"/>
<property name="Y" cname="y" type="gdouble" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gdouble" readable="true" writeable="true"/>
<property name="Height" cname="height" type="gdouble" readable="true" writeable="true"/>
<property name="Anchor" cname="anchor" type="GtkAnchorType" readable="true" writeable="true"/>
<property name="SizePixels" cname="size_pixels" type="gboolean" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_canvas_widget_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -1338,14 +1338,14 @@
</callback>
<object name="About" cname="GnomeAbout" parent="GtkDialog">
<field cname="_priv" type="GnomeAboutPrivate*"/>
<property name="Name" cname="name" type="gchar*" doc-string=" _(The name of the program)" readable="true" writeable="true"/>
<property name="Version" cname="version" type="gchar*" doc-string=" _(The version of the program)" readable="true" writeable="true"/>
<property name="Copyright" cname="copyright" type="gchar*" doc-string=" _(Copyright information for the program)" readable="true" writeable="true"/>
<property name="Comments" cname="comments" type="gchar*" doc-string=" _(Comments about the program)" readable="true" writeable="true"/>
<property name="Authors" cname="authors" type="value_array" doc-string=" _(List of authors of the programs)" writeable="true"/>
<property name="Documenters" cname="documenters" type="value_array" doc-string=" _(List of people documenting the program)" writeable="true"/>
<property name="TranslatorCredits" cname="translator_credits" type="gchar*" doc-string=" _(Credits to the translators. This string should be marked as translatable)" readable="true" writeable="true"/>
<property name="Logo" cname="logo" type="GdkPixbuf" doc-string=" _(A logo for the about box)" writeable="true"/>
<property name="Name" cname="name" type="gchar*" readable="true" writeable="true"/>
<property name="Version" cname="version" type="gchar*" readable="true" writeable="true"/>
<property name="Copyright" cname="copyright" type="gchar*" readable="true" writeable="true"/>
<property name="Comments" cname="comments" type="gchar*" readable="true" writeable="true"/>
<property name="Authors" cname="authors" type="value_array" writeable="true"/>
<property name="Documenters" cname="documenters" type="value_array" writeable="true"/>
<property name="TranslatorCredits" cname="translator_credits" type="gchar*" readable="true" writeable="true"/>
<property name="Logo" cname="logo" type="GdkPixbuf" writeable="true"/>
<method name="Construct" cname="gnome_about_construct">
<return-type type="void"/>
<parameters>
@ -1387,7 +1387,7 @@
<field cname="accel_group" type="GtkAccelGroup*"/>
<field cname="enable_layout_config" bits="1" type="guint"/>
<field cname="_priv" type="GnomeAppPrivate*"/>
<property name="AppId" cname="app_id" type="gchar*" doc-string=" _(The application ID string)" readable="true" writeable="true"/>
<property name="AppId" cname="app_id" type="gchar*" readable="true" writeable="true"/>
<method name="AddDockItem" cname="gnome_app_add_dock_item">
<return-type type="void"/>
<parameters>
@ -1710,9 +1710,9 @@
<parameter type="GnomeAppBar*" name="ab"/>
</parameters>
</signal>
<property name="HasProgress" cname="has_progress" type="gboolean" doc-string=" _(Create a progress widget.)" readable="true" writeable="true" construct-only="true"/>
<property name="HasStatus" cname="has_status" type="gboolean" doc-string=" _(Create a status widget.)" readable="true" writeable="true" construct-only="true"/>
<property name="Interactivity" cname="interactivity" type="GnomePreferencesType" doc-string=" _(Level of user activity required.)" readable="true" writeable="true" construct-only="true"/>
<property name="HasProgress" cname="has_progress" type="gboolean" readable="true" writeable="true" construct-only="true"/>
<property name="HasStatus" cname="has_status" type="gboolean" readable="true" writeable="true" construct-only="true"/>
<property name="Interactivity" cname="interactivity" type="GnomePreferencesType" readable="true" writeable="true" construct-only="true"/>
<method name="ClearPrompt" cname="gnome_appbar_clear_prompt">
<return-type type="void"/>
</method>
@ -2033,13 +2033,13 @@
<parameter type="guint" name="a"/>
</parameters>
</signal>
<property name="Dither" cname="dither" type="gboolean" doc-string="Whether or not to dither to color" readable="true" writeable="true"/>
<property name="UseAlpha" cname="use_alpha" type="gboolean" doc-string="Whether or not to give the color an alpha value" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" doc-string="The title to give to the color picker" readable="true" writeable="true"/>
<property name="Red" cname="red" type="guint" doc-string="The amount of red in the chosen color" readable="true" writeable="true"/>
<property name="Green" cname="green" type="guint" doc-string="The amount of green in the chosen color" readable="true" writeable="true"/>
<property name="Blue" cname="blue" type="guint" doc-string="The amount of blue in the chosen color" readable="true" writeable="true"/>
<property name="Alpha" cname="alpha" type="guint" doc-string="The alpha value of the chosen color" readable="true" writeable="true"/>
<property name="Dither" cname="dither" type="gboolean" readable="true" writeable="true"/>
<property name="UseAlpha" cname="use_alpha" type="gboolean" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true"/>
<property name="Red" cname="red" type="guint" readable="true" writeable="true"/>
<property name="Green" cname="green" type="guint" readable="true" writeable="true"/>
<property name="Blue" cname="blue" type="guint" readable="true" writeable="true"/>
<property name="Alpha" cname="alpha" type="guint" readable="true" writeable="true"/>
<method name="GetD" cname="gnome_color_picker_get_d">
<return-type type="void"/>
<parameters>
@ -2128,11 +2128,11 @@
</object>
<object name="DateEdit" cname="GnomeDateEdit" parent="GtkHBox">
<field cname="_priv" type="GnomeDateEditPrivate*"/>
<property name="Time" cname="time" type="ulong" doc-string=" _(The time currentlyselected)" readable="true" writeable="true"/>
<property name="DateeditFlags" cname="dateedit_flags" type="GnomeDateEditFlags" doc-string=" _(Flags for howDateEdit looks)" readable="true" writeable="true"/>
<property name="LowerHour" cname="lower_hour" type="gint" doc-string=" _(Lower hour inthe time popupselector)" readable="true" writeable="true"/>
<property name="UpperHour" cname="upper_hour" type="gint" doc-string=" _(Upper hour inthe time popupselector)" readable="true" writeable="true"/>
<property name="InitialTime" cname="initial_time" type="ulong" doc-string=" _(The initial time)" readable="true" writeable="true"/>
<property name="Time" cname="time" type="ulong" readable="true" writeable="true"/>
<property name="DateeditFlags" cname="dateedit_flags" type="GnomeDateEditFlags" readable="true" writeable="true"/>
<property name="LowerHour" cname="lower_hour" type="gint" readable="true" writeable="true"/>
<property name="UpperHour" cname="upper_hour" type="gint" readable="true" writeable="true"/>
<property name="InitialTime" cname="initial_time" type="ulong" readable="true" writeable="true"/>
<signal name="TimeChanged" cname="time_changed" when="FIRST">
<return-type type="void"/>
<parameters>
@ -2216,8 +2216,8 @@
<parameter type="GnomeDruid*" name="druid"/>
</parameters>
</signal>
<property name="ShowFinish" cname="show_finish" type="gboolean" doc-string=" _(Show the 'Finish' button instead of the 'Next' button)" readable="true" writeable="true"/>
<property name="ShowHelp" cname="show_help" type="gboolean" doc-string=" _(Show the 'Help' button)" readable="true" writeable="true"/>
<property name="ShowFinish" cname="show_finish" type="gboolean" readable="true" writeable="true"/>
<property name="ShowHelp" cname="show_help" type="gboolean" readable="true" writeable="true"/>
<method name="AppendPage" cname="gnome_druid_append_page">
<return-type type="void"/>
<parameters>
@ -2463,18 +2463,18 @@
<field cname="logo_background" type="GdkColor"/>
<field cname="contents_background" type="GdkColor"/>
<field cname="_priv" type="GnomeDruidPageStandardPrivate*"/>
<property name="Title" cname="title" type="gchar*" doc-string=" _(Title of the druid)" readable="true" writeable="true"/>
<property name="Logo" cname="logo" type="GdkPixbuf" doc-string=" _(Logo image)" readable="true" writeable="true"/>
<property name="TopWatermark" cname="top_watermark" type="GdkPixbuf" doc-string=" _(Watermark image for the top)" readable="true" writeable="true"/>
<property name="TitleForeground" cname="title_foreground" type="gchar*" doc-string=" _(Foreground color of the title)" writeable="true"/>
<property name="TitleForegroundGdk" cname="title_foreground_gdk" type="GdkColor" doc-string=" _(Foreground color of the title as a GdkColor)" readable="true" writeable="true"/>
<property name="TitleForegroundSet" cname="title_foreground_set" type="gboolean" doc-string=" _(Foreground color of the title is set)" readable="true" writeable="true"/>
<property name="Background" cname="background" type="gchar*" doc-string=" _(Background color)" writeable="true"/>
<property name="BackgroundGdk" cname="background_gdk" type="GdkColor" doc-string=" _(Background color as a GdkColor)" readable="true" writeable="true"/>
<property name="BackgroundSet" cname="background_set" type="gboolean" doc-string=" _(Background color is set)" readable="true" writeable="true"/>
<property name="LogoBackground" cname="logo_background" type="gchar*" doc-string=" _(Logo Background color)" writeable="true"/>
<property name="LogoBackgroundGdk" cname="logo_background_gdk" type="GdkColor" doc-string=" _(Logo Background color as a GdkColor)" readable="true" writeable="true"/>
<property name="LogoBackgroundSet" cname="logo_background_set" type="gboolean" doc-string=" _(Logo Background color is set)" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true"/>
<property name="Logo" cname="logo" type="GdkPixbuf" readable="true" writeable="true"/>
<property name="TopWatermark" cname="top_watermark" type="GdkPixbuf" readable="true" writeable="true"/>
<property name="TitleForeground" cname="title_foreground" type="gchar*" writeable="true"/>
<property name="TitleForegroundGdk" cname="title_foreground_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="TitleForegroundSet" cname="title_foreground_set" type="gboolean" readable="true" writeable="true"/>
<property name="Background" cname="background" type="gchar*" writeable="true"/>
<property name="BackgroundGdk" cname="background_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="BackgroundSet" cname="background_set" type="gboolean" readable="true" writeable="true"/>
<property name="LogoBackground" cname="logo_background" type="gchar*" writeable="true"/>
<property name="LogoBackgroundGdk" cname="logo_background_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="LogoBackgroundSet" cname="logo_background_set" type="gboolean" readable="true" writeable="true"/>
<method name="AppendItem" cname="gnome_druid_page_standard_append_item">
<return-type type="void"/>
<parameters>
@ -2545,8 +2545,8 @@
<parameter type="GnomeEntry*" name="entry"/>
</parameters>
</signal>
<property name="HistoryId" cname="history_id" type="gchar*" doc-string=" _(History id)" readable="true" writeable="true"/>
<property name="GtkEntry" cname="gtk_entry" type="GtkEntry" doc-string=" _(The GTK entry)" readable="true"/>
<property name="HistoryId" cname="history_id" type="gchar*" readable="true" writeable="true"/>
<property name="GtkEntry" cname="gtk_entry" type="GtkEntry" readable="true"/>
<implements>
<interface cname="GtkEditable"/>
</implements>
@ -2619,14 +2619,14 @@
<parameter type="GnomeFileEntry*" name="fentry"/>
</parameters>
</signal>
<property name="HistoryId" cname="history_id" type="gchar*" doc-string=" _(Unique identifier for the file entry.This will be used to save the history list.)" readable="true" writeable="true"/>
<property name="BrowseDialogTitle" cname="browse_dialog_title" type="gchar*" doc-string=" _(Title for the Browse file dialog.)" readable="true" writeable="true"/>
<property name="DirectoryEntry" cname="directory_entry" type="gboolean" doc-string=" _(Whether the file entry is being used toenter directory names or complete filenames.)" readable="true" writeable="true"/>
<property name="Modal" cname="modal" type="gboolean" doc-string=" _(Whether the Browse file window should be modal.)" readable="true" writeable="true"/>
<property name="Filename" cname="filename" type="gchar*" doc-string=" _(Filename that should be displayed in thefile entry.)" readable="true" writeable="true"/>
<property name="DefaultPath" cname="default_path" type="gchar*" doc-string=" _(Default path for the Browse file window.)" readable="true" writeable="true"/>
<property name="GnomeEntry" cname="gnome_entry" type="GnomeEntry" doc-string=" _(GnomeEntry that the file entry uses forentering filenames. You can use this propertyto get the GnomeEntry if you need to modifyor query any of its parameters.)" readable="true"/>
<property name="GtkEntry" cname="gtk_entry" type="GtkEntry" doc-string=" _(GtkEntry that the file entry uses forentering filenames. You can use this propertyto get the GtkEntry if you need to modifyor query any of its parameters.)" readable="true"/>
<property name="HistoryId" cname="history_id" type="gchar*" readable="true" writeable="true"/>
<property name="BrowseDialogTitle" cname="browse_dialog_title" type="gchar*" readable="true" writeable="true"/>
<property name="DirectoryEntry" cname="directory_entry" type="gboolean" readable="true" writeable="true"/>
<property name="Modal" cname="modal" type="gboolean" readable="true" writeable="true"/>
<property name="Filename" cname="filename" type="gchar*" readable="true" writeable="true"/>
<property name="DefaultPath" cname="default_path" type="gchar*" readable="true" writeable="true"/>
<property name="GnomeEntry" cname="gnome_entry" type="GnomeEntry" readable="true"/>
<property name="GtkEntry" cname="gtk_entry" type="GtkEntry" readable="true"/>
<implements>
<interface cname="GtkEditable"/>
</implements>
@ -2697,14 +2697,14 @@
</object>
<object name="FontPicker" cname="GnomeFontPicker" parent="GtkButton">
<field cname="_priv" type="GnomeFontPickerPrivate*"/>
<property name="Title" cname="title" type="gchar*" doc-string=" _(The title of the selection dialog box)" readable="true" writeable="true"/>
<property name="Mode" cname="mode" type="GnomeFontPickerMode" doc-string=" _(The mode of operation of the font picker)" readable="true" writeable="true"/>
<property name="FontName" cname="font_name" type="gchar*" doc-string=" _(Name of the selected font)" readable="true" writeable="true"/>
<property name="Font" cname="font" type="gpointer" doc-string=" _(The selected GtkFont)" readable="true"/>
<property name="PreviewText" cname="preview_text" type="gchar*" doc-string=" _(Preview text shown in the dialog)" readable="true" writeable="true"/>
<property name="UseFontInLabel" cname="use-font-in-label" type="gboolean" doc-string=" _(Use font in the label in font info mode)" readable="true" writeable="true"/>
<property name="LabelFontSize" cname="label-font-size" type="gint" doc-string=" _(Font size for label in font info mode)" readable="true" writeable="true"/>
<property name="ShowSize" cname="show-size" type="gboolean" doc-string=" _(Show size in font info mode)" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true"/>
<property name="Mode" cname="mode" type="GnomeFontPickerMode" readable="true" writeable="true"/>
<property name="FontName" cname="font_name" type="gchar*" readable="true" writeable="true"/>
<property name="Font" cname="font" type="gpointer" readable="true"/>
<property name="PreviewText" cname="preview_text" type="gchar*" readable="true" writeable="true"/>
<property name="UseFontInLabel" cname="use-font-in-label" type="gboolean" readable="true" writeable="true"/>
<property name="LabelFontSize" cname="label-font-size" type="gint" readable="true" writeable="true"/>
<property name="ShowSize" cname="show-size" type="gboolean" readable="true" writeable="true"/>
<signal name="FontSet" cname="font_set" when="FIRST">
<return-type type="void"/>
<parameters>
@ -2777,8 +2777,8 @@
</object>
<object name="HRef" cname="GnomeHRef" parent="GtkButton">
<field cname="_priv" type="GnomeHRefPrivate*"/>
<property name="Url" cname="url" type="gchar*" doc-string=" _(The URL that GnomeHRef activates)" readable="true" writeable="true"/>
<property name="Text" cname="text" type="gchar*" doc-string=" _(The text on the button)" readable="true" writeable="true"/>
<property name="Url" cname="url" type="gchar*" readable="true" writeable="true"/>
<property name="Text" cname="text" type="gchar*" readable="true" writeable="true"/>
<method name="Construct" cname="gnome_href_construct">
<return-type type="void"/>
<parameters>
@ -2828,11 +2828,11 @@
<parameter type="GnomeIconEntry*" name="ientry"/>
</parameters>
</signal>
<property name="HistoryId" cname="history_id" type="gchar*" doc-string=" _(Unique identifier for the icon entry.This will be used to save the history list.)" readable="true" writeable="true"/>
<property name="BrowseDialogTitle" cname="browse_dialog_title" type="gchar*" doc-string=" _(Title for the Browse icon dialog.)" readable="true" writeable="true"/>
<property name="PixmapSubdir" cname="pixmap_subdir" type="gchar*" doc-string=" _(Directory that will be searched for icons.)" readable="true" writeable="true"/>
<property name="Filename" cname="filename" type="gchar*" doc-string=" _(Filename that should be displayed in theicon entry.)" readable="true" writeable="true"/>
<property name="PickDialog" cname="pick_dialog" type="GtkDialog" doc-string=" _(Icon picker dialog. You can use this propertyto get the GtkDialog if you need to modifyor query any of its properties.)" readable="true"/>
<property name="HistoryId" cname="history_id" type="gchar*" readable="true" writeable="true"/>
<property name="BrowseDialogTitle" cname="browse_dialog_title" type="gchar*" readable="true" writeable="true"/>
<property name="PixmapSubdir" cname="pixmap_subdir" type="gchar*" readable="true" writeable="true"/>
<property name="Filename" cname="filename" type="gchar*" readable="true" writeable="true"/>
<property name="PickDialog" cname="pick_dialog" type="GtkDialog" readable="true"/>
<method name="Construct" cname="gnome_icon_entry_construct">
<return-type type="void"/>
<parameters>
@ -3320,7 +3320,7 @@
</object>
<object name="PixmapEntry" cname="GnomePixmapEntry" parent="GnomeFileEntry">
<field cname="_priv" type="GnomePixmapEntryPrivate*"/>
<property name="DoPreview" cname="do_preview" type="gboolean" doc-string=" _(Whether the pixmap entry should have a preview.)" readable="true" writeable="true"/>
<property name="DoPreview" cname="do_preview" type="gboolean" readable="true" writeable="true"/>
<method name="Construct" cname="gnome_pixmap_entry_construct">
<return-type type="void"/>
<parameters>

View File

@ -27,7 +27,7 @@
</callback>
<object name="Browser" cname="GnomeDbBrowser" parent="GtkVBox">
<field cname="priv" type="GnomeDbBrowserPrivate*"/>
<property name="Connection" cname="connection" type="GdaConnection" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Connection" cname="connection" type="GdaConnection" readable="true" writeable="true"/>
<signal name="ProgressMessage" cname="progress_message" when="LAST">
<return-type type="void"/>
<parameters>
@ -54,7 +54,7 @@
</object>
<object name="Combo" cname="GnomeDbCombo" parent="GtkCombo">
<field cname="priv" type="GnomeDbComboPrivate*"/>
<property name="Model" cname="model" type="GdaDataModel" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Model" cname="model" type="GdaDataModel" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_db_combo_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -321,7 +321,7 @@
</object>
<object name="ErrorDialog" cname="GnomeDbErrorDialog" parent="GtkDialog">
<field cname="priv" type="GnomeDbErrorDialogPrivate*"/>
<property name="Title" cname="title" type="gchar*" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true"/>
<method name="GetTitle" cname="gnome_db_error_dialog_get_title">
<return-type type="const-gchar*"/>
</method>
@ -388,7 +388,7 @@
</object>
<object name="GrayBar" cname="GnomeDbGrayBar" parent="GtkEventBox">
<field cname="priv" type="GnomeDbGrayBarPrivate*"/>
<property name="Text" cname="text" type="gchar*" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Text" cname="text" type="gchar*" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_db_gray_bar_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -406,7 +406,7 @@
</object>
<object name="Grid" cname="GnomeDbGrid" parent="GtkVBox">
<field cname="priv" type="GnomeDbGridPrivate*"/>
<property name="Model" cname="model" type="GdaDataModel" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Model" cname="model" type="GdaDataModel" readable="true" writeable="true"/>
<signal name="RowSelected" cname="row_selected" when="LAST">
<return-type type="void"/>
<parameters>
@ -523,7 +523,7 @@
</object>
<object name="IconList" cname="GnomeDbIconList" parent="GnomeIconList">
<field cname="priv" type="GnomeDbIconListPrivate*"/>
<property name="Model" cname="model" type="GdaDataModel" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Model" cname="model" type="GdaDataModel" readable="true" writeable="true"/>
<method name="GetType" cname="gnome_db_icon_list_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -541,7 +541,7 @@
</object>
<object name="List" cname="GnomeDbList" parent="GtkVBox">
<field cname="priv" type="GnomeDbListPrivate*"/>
<property name="Model" cname="model" type="GdaDataModel" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Model" cname="model" type="GdaDataModel" readable="true" writeable="true"/>
<signal name="RowSelected" cname="row_selected" when="LAST">
<return-type type="void"/>
<parameters>
@ -579,9 +579,9 @@
</object>
<object name="Login" cname="GnomeDbLogin" parent="GtkVBox">
<field cname="priv" type="GnomeDbLoginPrivate*"/>
<property name="Dsn" cname="dsn" type="gchar*" doc-string=" NULL" readable="true"/>
<property name="Username" cname="username" type="gchar*" doc-string=" NULL" readable="true"/>
<property name="Password" cname="password" type="gchar*" doc-string=" NULL" readable="true"/>
<property name="Dsn" cname="dsn" type="gchar*" readable="true"/>
<property name="Username" cname="username" type="gchar*" readable="true"/>
<property name="Password" cname="password" type="gchar*" readable="true"/>
<method name="GetDsn" cname="gnome_db_login_get_dsn">
<return-type type="const-gchar*"/>
</method>
@ -614,9 +614,9 @@
</object>
<object name="LoginDialog" cname="GnomeDbLoginDialog" parent="GtkDialog">
<field cname="priv" type="GnomeDbLoginDialogPrivate*"/>
<property name="Dsn" cname="dsn" type="gchar*" doc-string=" NULL" readable="true"/>
<property name="Username" cname="username" type="gchar*" doc-string=" NULL" readable="true"/>
<property name="Password" cname="password" type="gchar*" doc-string=" NULL" readable="true"/>
<property name="Dsn" cname="dsn" type="gchar*" readable="true"/>
<property name="Username" cname="username" type="gchar*" readable="true"/>
<property name="Password" cname="password" type="gchar*" readable="true"/>
<method name="GetDsn" cname="gnome_db_login_dialog_get_dsn">
<return-type type="const-gchar*"/>
</method>
@ -664,8 +664,8 @@
</object>
<object name="Window" cname="GnomeDbWindow" parent="BonoboWindow" hidden="1">
<field cname="priv" type="GnomeDbWindowPrivate*"/>
<property name="Contents" cname="contents" type="GtkWidget" doc-string=" NULL" readable="true" writeable="true"/>
<property name="Status" cname="status" type="gchar*" doc-string=" NULL" writeable="true"/>
<property name="Contents" cname="contents" type="GtkWidget" readable="true" writeable="true"/>
<property name="Status" cname="status" type="gchar*" writeable="true"/>
<signal name="Close" cname="close" when="LAST">
<return-type type="void"/>
<parameters>

View File

@ -1044,6 +1044,12 @@
<parameter type="va_list" name="var_args"/>
</parameters>
</method>
<method name="StateGetName" cname="gst_element_state_get_name" shared="true">
<return-type type="const-gchar*"/>
<parameters>
<parameter type="GstElementState" name="state"/>
</parameters>
</method>
<method name="WaitStateChange" cname="gst_element_wait_state_change">
<return-type type="void"/>
</method>
@ -1143,7 +1149,7 @@
<field cname="lock" type="GMutex*"/>
<field cname="parent" type="GstObject*"/>
<field cname="flags" type="guint32"/>
<property name="Name" cname="name" type="gchar*" doc-string="The name of the object" readable="true" writeable="true"/>
<property name="Name" cname="name" type="gchar*" readable="true" writeable="true"/>
<signal name="ParentSet" cname="parent_set" when="LAST">
<return-type type="void"/>
<parameters>
@ -1676,11 +1682,11 @@
<field cname="not_full" type="GCond*"/>
<field cname="timeval" type="GTimeVal*"/>
<field cname="events" type="GAsyncQueue*"/>
<property name="Leaky" cname="leaky" type="GstQueueLeaky" doc-string="Where the queue leaks, if at all." readable="true" writeable="true"/>
<property name="Level" cname="level" type="gint" doc-string="How many buffers are in the queue." readable="true"/>
<property name="MaxLevel" cname="max_level" type="gint" doc-string="How many buffers the queue holds." readable="true" writeable="true"/>
<property name="MayDeadlock" cname="may_deadlock" type="gboolean" doc-string="The queue may deadlock if it's full and not PLAYING" readable="true" writeable="true"/>
<property name="BlockTimeout" cname="block_timeout" type="gint" doc-string="Microseconds until blocked queue times out and returns filler event.Value of -1 disables timeout" readable="true" writeable="true"/>
<property name="Leaky" cname="leaky" type="GstQueueLeaky" readable="true" writeable="true"/>
<property name="Level" cname="level" type="gint" readable="true"/>
<property name="MaxLevel" cname="max_level" type="gint" readable="true" writeable="true"/>
<property name="MayDeadlock" cname="may_deadlock" type="gboolean" readable="true" writeable="true"/>
<property name="BlockTimeout" cname="block_timeout" type="gint" readable="true" writeable="true"/>
<method name="GetType" cname="gst_queue_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -1749,7 +1755,7 @@
<parameter type="GstEvent*" name="event"/>
</parameters>
</signal>
<property name="Active" cname="active" type="gboolean" doc-string="Whether the pad is active." readable="true" writeable="true"/>
<property name="Active" cname="active" type="gboolean" readable="true" writeable="true"/>
<method name="GetType" cname="gst_real_pad_get_type" shared="true">
<return-type type="GType"/>
</method>
@ -2012,6 +2018,13 @@
<method name="Show" cname="gst_scheduler_show">
<return-type type="void"/>
</method>
<method name="StateTransition" cname="gst_scheduler_state_transition">
<return-type type="GstElementStateReturn"/>
<parameters>
<parameter type="GstElement*" name="element"/>
<parameter type="gint" name="transition"/>
</parameters>
</method>
<method name="UnlockElement" cname="gst_scheduler_unlock_element">
<return-type type="void"/>
<parameters>
@ -2095,8 +2108,8 @@
<field cname="lock" type="GMutex*"/>
<field cname="cond" type="GCond*"/>
<field cname="transition" type="gint"/>
<property name="Schedpolicy" cname="schedpolicy" type="GstThreadSchedpolicy" doc-string="The scheduling policy of the thread" readable="true" writeable="true"/>
<property name="Priority" cname="priority" type="gint" doc-string="The scheduling priority of the thread" readable="true" writeable="true"/>
<property name="Schedpolicy" cname="schedpolicy" type="GstThreadSchedpolicy" readable="true" writeable="true"/>
<property name="Priority" cname="priority" type="gint" readable="true" writeable="true"/>
<signal name="Shutdown" cname="shutdown" when="LAST">
<return-type type="void"/>
<parameters>
@ -2187,7 +2200,7 @@
<object name="TypeFind" cname="GstTypeFind" parent="GstElement">
<field cname="sinkpad" type="GstPad*"/>
<field cname="caps" type="GstCaps*"/>
<property name="Caps" cname="caps" type="gpointer" doc-string="Found capabilities" readable="true"/>
<property name="Caps" cname="caps" type="gpointer" readable="true"/>
<signal name="HaveType" cname="have_type" when="LAST">
<return-type type="void"/>
<parameters>
@ -2697,6 +2710,9 @@
<parameter type="GstPluginFeature*" name="feature"/>
</parameters>
</method>
<method name="ErrorQuark" cname="gst_plugin_error_quark" shared="true">
<return-type type="GQuark"/>
</method>
<method name="FindFeature" cname="gst_plugin_find_feature">
<return-type type="GstPluginFeature*"/>
<parameters>

View File

@ -1300,8 +1300,8 @@
<field cname="accel_group" type="GtkAccelGroup*"/>
<field cname="accel_string" type="gchar*"/>
<field cname="accel_string_width" type="guint16"/>
<property name="AccelClosure" cname="accel_closure" type="GClosure" doc-string=" _(The closure to be monitored for accelerator changes)" readable="true" writeable="true"/>
<property name="AccelWidget" cname="accel_widget" type="GtkWidget" doc-string=" _(The widget to be monitored for accelerator changes)" readable="true" writeable="true"/>
<property name="AccelClosure" cname="accel_closure" type="GClosure" readable="true" writeable="true"/>
<property name="AccelWidget" cname="accel_widget" type="GtkWidget" readable="true" writeable="true"/>
<method name="GetAccelWidget" cname="gtk_accel_label_get_accel_widget">
<return-type type="GtkWidget*"/>
</method>
@ -1401,10 +1401,10 @@
<field cname="yalign" type="gfloat"/>
<field cname="xscale" type="gfloat"/>
<field cname="yscale" type="gfloat"/>
<property name="Xalign" cname="xalign" type="gfloat" doc-string=" _(Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned)" readable="true" writeable="true"/>
<property name="Yalign" cname="yalign" type="gfloat" doc-string=" _(Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned)" readable="true" writeable="true"/>
<property name="Xscale" cname="xscale" type="gfloat" doc-string=" _(If available horizontal space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all)" readable="true" writeable="true"/>
<property name="Yscale" cname="yscale" type="gfloat" doc-string=" _(If available vertical space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all)" readable="true" writeable="true"/>
<property name="Xalign" cname="xalign" type="gfloat" readable="true" writeable="true"/>
<property name="Yalign" cname="yalign" type="gfloat" readable="true" writeable="true"/>
<property name="Xscale" cname="xscale" type="gfloat" readable="true" writeable="true"/>
<property name="Yscale" cname="yscale" type="gfloat" readable="true" writeable="true"/>
<method name="GetType" cname="gtk_alignment_get_type" shared="true">
<return-type type="GtkType"/>
</method>
@ -1429,8 +1429,8 @@
<object name="Arrow" cname="GtkArrow" parent="GtkMisc">
<field cname="arrow_type" type="gint16"/>
<field cname="shadow_type" type="gint16"/>
<property name="ArrowType" cname="arrow_type" type="GtkArrowType" doc-string=" _(The direction the arrow should point)" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" doc-string=" _(Appearance of the shadow surrounding the arrow)" readable="true" writeable="true"/>
<property name="ArrowType" cname="arrow_type" type="GtkArrowType" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" readable="true" writeable="true"/>
<method name="GetType" cname="gtk_arrow_get_type" shared="true">
<return-type type="GtkType"/>
</method>
@ -1454,10 +1454,10 @@
<field cname="ratio" type="gfloat"/>
<field cname="obey_child" type="gboolean"/>
<field cname="center_allocation" type="GtkAllocation"/>
<property name="Xalign" cname="xalign" type="gfloat" doc-string=" _(X alignment of the child)" readable="true" writeable="true"/>
<property name="Yalign" cname="yalign" type="gfloat" doc-string=" _(Y alignment of the child)" readable="true" writeable="true"/>
<property name="Ratio" cname="ratio" type="gfloat" doc-string=" _(Aspect ratio if obey_child is FALSE)" readable="true" writeable="true"/>
<property name="ObeyChild" cname="obey_child" type="gboolean" doc-string=" _(Force aspect ratio to match that of the frame's child)" readable="true" writeable="true"/>
<property name="Xalign" cname="xalign" type="gfloat" readable="true" writeable="true"/>
<property name="Yalign" cname="yalign" type="gfloat" readable="true" writeable="true"/>
<property name="Ratio" cname="ratio" type="gfloat" readable="true" writeable="true"/>
<property name="ObeyChild" cname="obey_child" type="gboolean" readable="true" writeable="true"/>
<method name="GetType" cname="gtk_aspect_frame_get_type" shared="true">
<return-type type="GtkType"/>
</method>
@ -1493,8 +1493,8 @@
<field cname="children" type="GList*"/>
<field cname="spacing" type="gint16"/>
<field cname="homogeneous" bits="1" type="guint"/>
<property name="Spacing" cname="spacing" type="gint" doc-string=" _(The amount of space between children.)" readable="true" writeable="true"/>
<property name="Homogeneous" cname="homogeneous" type="gboolean" doc-string=" _(Whether the children should all be the same size.)" readable="true" writeable="true"/>
<property name="Spacing" cname="spacing" type="gint" readable="true" writeable="true"/>
<property name="Homogeneous" cname="homogeneous" type="gboolean" readable="true" writeable="true"/>
<method name="GetHomogeneous" cname="gtk_box_get_homogeneous">
<return-type type="gboolean"/>
</method>
@ -1586,10 +1586,10 @@
<field cname="use_stock" bits="1" type="guint"/>
<field cname="depressed" bits="1" type="guint"/>
<field cname="depress_on_activate" bits="1" type="guint"/>
<property name="Label" cname="label" type="gchar*" doc-string=" _(Text of the label widget inside the button, if the button contains a label widget.)" readable="true" writeable="true" construct-only="true"/>
<property name="UseUnderline" cname="use_underline" type="gboolean" doc-string=" _(If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key)" readable="true" writeable="true" construct-only="true"/>
<property name="UseStock" cname="use_stock" type="gboolean" doc-string=" _(If set, the label is used to pick a stock item instead of being displayed)" readable="true" writeable="true" construct-only="true"/>
<property name="Relief" cname="relief" type="GtkReliefStyle" doc-string=" _(The border relief style.)" readable="true" writeable="true"/>
<property name="Label" cname="label" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<property name="UseUnderline" cname="use_underline" type="gboolean" readable="true" writeable="true" construct-only="true"/>
<property name="UseStock" cname="use_stock" type="gboolean" readable="true" writeable="true" construct-only="true"/>
<property name="Relief" cname="relief" type="GtkReliefStyle" readable="true" writeable="true"/>
<signal name="Pressed" cname="pressed" when="FIRST">
<return-type type="void"/>
<parameters>
@ -1706,7 +1706,7 @@
<field cname="child_ipad_x" type="gint"/>
<field cname="child_ipad_y" type="gint"/>
<field cname="layout_style" type="GtkButtonBoxStyle"/>
<property name="LayoutStyle" cname="layout_style" type="GtkButtonBoxStyle" doc-string=" _(How to layout the buttons in the box. Possible values are default, spread, edge, start and end)" readable="true" writeable="true"/>
<property name="LayoutStyle" cname="layout_style" type="GtkButtonBoxStyle" readable="true" writeable="true"/>
<method name="GetLayout" cname="gtk_button_box_get_layout">
<return-type type="GtkButtonBoxStyle"/>
</method>
@ -1877,16 +1877,16 @@
<field cname="visible" bits="1" type="guint"/>
<field cname="is_expander" bits="1" type="guint"/>
<field cname="is_expanded" bits="1" type="guint"/>
<property name="Mode" cname="mode" type="GtkCellRendererMode" doc-string=" _(Editable mode of the CellRenderer)" readable="true" writeable="true"/>
<property name="Visible" cname="visible" type="gboolean" doc-string=" _(Display the cell)" readable="true" writeable="true"/>
<property name="Xalign" cname="xalign" type="gfloat" doc-string=" _(The x-align.)" readable="true" writeable="true"/>
<property name="Yalign" cname="yalign" type="gfloat" doc-string=" _(The y-align.)" readable="true" writeable="true"/>
<property name="Xpad" cname="xpad" type="guint" doc-string=" _(The xpad.)" readable="true" writeable="true"/>
<property name="Ypad" cname="ypad" type="guint" doc-string=" _(The ypad.)" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gint" doc-string=" _(The fixed width.)" readable="true" writeable="true"/>
<property name="Height" cname="height" type="gint" doc-string=" _(The fixed height.)" readable="true" writeable="true"/>
<property name="IsExpander" cname="is_expander" type="gboolean" doc-string=" _(Row has children.)" readable="true" writeable="true"/>
<property name="IsExpanded" cname="is_expanded" type="gboolean" doc-string=" _(Row is an expander row, and is expanded)" readable="true" writeable="true"/>
<property name="Mode" cname="mode" type="GtkCellRendererMode" readable="true" writeable="true"/>
<property name="Visible" cname="visible" type="gboolean" readable="true" writeable="true"/>
<property name="Xalign" cname="xalign" type="gfloat" readable="true" writeable="true"/>
<property name="Yalign" cname="yalign" type="gfloat" readable="true" writeable="true"/>
<property name="Xpad" cname="xpad" type="guint" readable="true" writeable="true"/>
<property name="Ypad" cname="ypad" type="guint" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gint" readable="true" writeable="true"/>
<property name="Height" cname="height" type="gint" readable="true" writeable="true"/>
<property name="IsExpander" cname="is_expander" type="gboolean" readable="true" writeable="true"/>
<property name="IsExpanded" cname="is_expanded" type="gboolean" readable="true" writeable="true"/>
<method name="Activate" cname="gtk_cell_renderer_activate">
<return-type type="gboolean"/>
<parameters>
@ -1953,9 +1953,9 @@
<field cname="pixbuf" type="GdkPixbuf*"/>
<field cname="pixbuf_expander_open" type="GdkPixbuf*"/>
<field cname="pixbuf_expander_closed" type="GdkPixbuf*"/>
<property name="Pixbuf" cname="pixbuf" type="GdkPixbuf" doc-string=" _(The pixbuf to render.)" readable="true" writeable="true"/>
<property name="PixbufExpanderOpen" cname="pixbuf_expander_open" type="GdkPixbuf" doc-string=" _(Pixbuf for open expander.)" readable="true" writeable="true"/>
<property name="PixbufExpanderClosed" cname="pixbuf_expander_closed" type="GdkPixbuf" doc-string=" _(Pixbuf for closed expander.)" readable="true" writeable="true"/>
<property name="Pixbuf" cname="pixbuf" type="GdkPixbuf" readable="true" writeable="true"/>
<property name="PixbufExpanderOpen" cname="pixbuf_expander_open" type="GdkPixbuf" readable="true" writeable="true"/>
<property name="PixbufExpanderClosed" cname="pixbuf_expander_closed" type="GdkPixbuf" readable="true" writeable="true"/>
<method name="GetType" cname="gtk_cell_renderer_pixbuf_get_type" shared="true">
<return-type type="GtkType"/>
</method>
@ -1981,27 +1981,27 @@
<field cname="strikethrough_set" bits="1" type="guint"/>
<field cname="editable_set" bits="1" type="guint"/>
<field cname="calc_fixed_height" bits="1" type="guint"/>
<property name="Text" cname="text" type="gchar*" doc-string=" _(Text to render)" readable="true" writeable="true"/>
<property name="Markup" cname="markup" type="gchar*" doc-string=" _(Marked up text to render)" writeable="true"/>
<property name="Attributes" cname="attributes" type="PangoAttrList" doc-string=" _(A list of style attributes to apply to the text of the renderer.)" readable="true" writeable="true"/>
<property name="Background" cname="background" type="gchar*" doc-string=" _(Background color as a string)" writeable="true"/>
<property name="BackgroundGdk" cname="background_gdk" type="GdkColor" doc-string=" _(Background color as a GdkColor)" readable="true" writeable="true"/>
<property name="Foreground" cname="foreground" type="gchar*" doc-string=" _(Foreground color as a string)" writeable="true"/>
<property name="ForegroundGdk" cname="foreground_gdk" type="GdkColor" doc-string=" _(Foreground color as a GdkColor)" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" doc-string=" _(Whether the text can be modified by the user)" readable="true" writeable="true"/>
<property name="Font" cname="font" type="gchar*" doc-string=" _(Font description as a string)" readable="true" writeable="true"/>
<property name="FontDesc" cname="font_desc" type="PangoFontDescription" doc-string=" _(Font description as a PangoFontDescription struct)" readable="true" writeable="true"/>
<property name="Family" cname="family" type="gchar*" doc-string=" _(Name of the font family, e.g. Sans, Helvetica, Times, Monospace)" readable="true" writeable="true"/>
<property name="Style" cname="style" type="PangoStyle" doc-string=" _(Font style)" readable="true" writeable="true"/>
<property name="Variant" cname="variant" type="PangoVariant" doc-string=" _(Font variant)" readable="true" writeable="true"/>
<property name="Weight" cname="weight" type="gint" doc-string=" _(Font weight)" readable="true" writeable="true"/>
<property name="Stretch" cname="stretch" type="PangoStretch" doc-string=" _(Font stretch)" readable="true" writeable="true"/>
<property name="Size" cname="size" type="gint" doc-string=" _(Font size)" readable="true" writeable="true"/>
<property name="SizePoints" cname="size_points" type="gdouble" doc-string=" _(Font size in points)" readable="true" writeable="true"/>
<property name="Scale" cname="scale" type="gdouble" doc-string=" _(Font scaling factor)" readable="true" writeable="true"/>
<property name="Rise" cname="rise" type="gint" doc-string=" _(Offset of text above the baseline (below the baseline if rise is negative))" readable="true" writeable="true"/>
<property name="Strikethrough" cname="strikethrough" type="gboolean" doc-string=" _(Whether to strike through the text)" readable="true" writeable="true"/>
<property name="Underline" cname="underline" type="PangoUnderline" doc-string=" _(Style of underline for this text)" readable="true" writeable="true"/>
<property name="Text" cname="text" type="gchar*" readable="true" writeable="true"/>
<property name="Markup" cname="markup" type="gchar*" writeable="true"/>
<property name="Attributes" cname="attributes" type="PangoAttrList" readable="true" writeable="true"/>
<property name="Background" cname="background" type="gchar*" writeable="true"/>
<property name="BackgroundGdk" cname="background_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="Foreground" cname="foreground" type="gchar*" writeable="true"/>
<property name="ForegroundGdk" cname="foreground_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" readable="true" writeable="true"/>
<property name="Font" cname="font" type="gchar*" readable="true" writeable="true"/>
<property name="FontDesc" cname="font_desc" type="PangoFontDescription" readable="true" writeable="true"/>
<property name="Family" cname="family" type="gchar*" readable="true" writeable="true"/>
<property name="Style" cname="style" type="PangoStyle" readable="true" writeable="true"/>
<property name="Variant" cname="variant" type="PangoVariant" readable="true" writeable="true"/>
<property name="Weight" cname="weight" type="gint" readable="true" writeable="true"/>
<property name="Stretch" cname="stretch" type="PangoStretch" readable="true" writeable="true"/>
<property name="Size" cname="size" type="gint" readable="true" writeable="true"/>
<property name="SizePoints" cname="size_points" type="gdouble" readable="true" writeable="true"/>
<property name="Scale" cname="scale" type="gdouble" readable="true" writeable="true"/>
<property name="Rise" cname="rise" type="gint" readable="true" writeable="true"/>
<property name="Strikethrough" cname="strikethrough" type="gboolean" readable="true" writeable="true"/>
<property name="Underline" cname="underline" type="PangoUnderline" readable="true" writeable="true"/>
<signal name="Edited" cname="edited" when="LAST">
<return-type type="void"/>
<parameters>
@ -2025,9 +2025,9 @@
<field cname="active" bits="1" type="guint"/>
<field cname="activatable" bits="1" type="guint"/>
<field cname="radio" bits="1" type="guint"/>
<property name="Active" cname="active" type="gboolean" doc-string=" _(The toggle state of the button)" readable="true" writeable="true"/>
<property name="Activatable" cname="activatable" type="gboolean" doc-string=" _(The toggle button can be activated)" readable="true" writeable="true"/>
<property name="Radio" cname="radio" type="gboolean" doc-string=" _(Draw the toggle button as a radio button)" readable="true" writeable="true"/>
<property name="Active" cname="active" type="gboolean" readable="true" writeable="true"/>
<property name="Activatable" cname="activatable" type="gboolean" readable="true" writeable="true"/>
<property name="Radio" cname="radio" type="gboolean" readable="true" writeable="true"/>
<signal name="Toggled" cname="toggled" when="LAST">
<return-type type="void"/>
<parameters>
@ -2078,8 +2078,8 @@
<field cname="active" bits="1" type="guint"/>
<field cname="always_show_toggle" bits="1" type="guint"/>
<field cname="inconsistent" bits="1" type="guint"/>
<property name="Active" cname="active" type="gboolean" doc-string=" _(Whether the menu item is checked.)" readable="true" writeable="true"/>
<property name="Inconsistent" cname="inconsistent" type="gboolean" doc-string=" _(Whether to display an \inconsistent\ state.)" readable="true" writeable="true"/>
<property name="Active" cname="active" type="gboolean" readable="true" writeable="true"/>
<property name="Inconsistent" cname="inconsistent" type="gboolean" readable="true" writeable="true"/>
<signal name="Toggled" cname="toggled" when="FIRST">
<return-type type="void"/>
<parameters>
@ -2124,10 +2124,10 @@
</object>
<object name="ColorSelection" cname="GtkColorSelection" parent="GtkVBox">
<field cname="private_data" type="gpointer"/>
<property name="HasOpacityControl" cname="has_opacity_control" type="gboolean" doc-string=" _(Whether the color selector should allow setting opacity)" readable="true" writeable="true"/>
<property name="HasPalette" cname="has_palette" type="gboolean" doc-string=" _(Whether a palette should be used)" readable="true" writeable="true"/>
<property name="CurrentColor" cname="current_color" type="GdkColor" doc-string=" _(The current color)" readable="true" writeable="true"/>
<property name="CurrentAlpha" cname="current_alpha" type="guint" doc-string=" _(The current opacity value (0 fully transparent, 65535 fully opaque))" readable="true" writeable="true"/>
<property name="HasOpacityControl" cname="has_opacity_control" type="gboolean" readable="true" writeable="true"/>
<property name="HasPalette" cname="has_palette" type="gboolean" readable="true" writeable="true"/>
<property name="CurrentColor" cname="current_color" type="GdkColor" readable="true" writeable="true"/>
<property name="CurrentAlpha" cname="current_alpha" type="guint" readable="true" writeable="true"/>
<signal name="ColorChanged" cname="color_changed" when="FIRST">
<return-type type="void"/>
<parameters>
@ -2252,11 +2252,11 @@
<field cname="use_arrows_always" bits="1" type="guint"/>
<field cname="current_button" type="guint16"/>
<field cname="activate_id" type="guint"/>
<property name="EnableArrowKeys" cname="enable_arrow_keys" type="gboolean" doc-string=" _(Whether the arrow keys move through the list of items)" readable="true" writeable="true"/>
<property name="EnableArrowsAlways" cname="enable_arrows_always" type="gboolean" doc-string=" _(Whether the arrow keys work, even if the entry contents are not in the list)" readable="true" writeable="true"/>
<property name="CaseSensitive" cname="case_sensitive" type="gboolean" doc-string=" _(Whether list item matching is case sensitive)" readable="true" writeable="true"/>
<property name="AllowEmpty" cname="allow_empty" type="gboolean" doc-string=" _(Whether an empty value may be entered in this field)" readable="true" writeable="true"/>
<property name="ValueInList" cname="value_in_list" type="gboolean" doc-string=" _(Whether entered values must already be present in the list)" readable="true" writeable="true"/>
<property name="EnableArrowKeys" cname="enable_arrow_keys" type="gboolean" readable="true" writeable="true"/>
<property name="EnableArrowsAlways" cname="enable_arrows_always" type="gboolean" readable="true" writeable="true"/>
<property name="CaseSensitive" cname="case_sensitive" type="gboolean" readable="true" writeable="true"/>
<property name="AllowEmpty" cname="allow_empty" type="gboolean" readable="true" writeable="true"/>
<property name="ValueInList" cname="value_in_list" type="gboolean" readable="true" writeable="true"/>
<method name="DisableActivate" cname="gtk_combo_disable_activate">
<return-type type="void"/>
</method>
@ -2310,9 +2310,9 @@
<field cname="resize_mode" bits="2" type="guint"/>
<field cname="reallocate_redraws" bits="1" type="guint"/>
<field cname="has_focus_chain" bits="1" type="guint"/>
<property name="ResizeMode" cname="resize_mode" type="GtkResizeMode" doc-string=" _(Specify how resize events are handled)" readable="true" writeable="true"/>
<property name="BorderWidth" cname="border_width" type="guint" doc-string=" _(The width of the empty border outside the containers children.)" readable="true" writeable="true"/>
<property name="Child" cname="child" type="GtkWidget" doc-string=" _(Can be used to add a new child to the container.)" writeable="true"/>
<property name="ResizeMode" cname="resize_mode" type="GtkResizeMode" readable="true" writeable="true"/>
<property name="BorderWidth" cname="border_width" type="guint" readable="true" writeable="true"/>
<property name="Child" cname="child" type="GtkWidget" writeable="true"/>
<signal name="Added" cname="add" when="FIRST">
<return-type type="void"/>
<parameters>
@ -2545,11 +2545,11 @@
<field cname="point" type="GdkPoint*"/>
<field cname="num_ctlpoints" type="gint"/>
<field cname="(*ctlpoint)[2]" type="gfloat"/>
<property name="CurveType" cname="curve_type" type="GtkCurveType" doc-string=" _(Is this curve linear, spline interpolated, or free-form)" readable="true" writeable="true"/>
<property name="MinX" cname="min_x" type="gfloat" doc-string=" _(Minimum possible value for X)" readable="true" writeable="true"/>
<property name="MaxX" cname="max_x" type="gfloat" doc-string=" _(Maximum possible X value.)" readable="true" writeable="true"/>
<property name="MinY" cname="min_y" type="gfloat" doc-string=" _(Minimum possible value for Y)" readable="true" writeable="true"/>
<property name="MaxY" cname="max_y" type="gfloat" doc-string=" _(Maximum possible value for Y)" readable="true" writeable="true"/>
<property name="CurveType" cname="curve_type" type="GtkCurveType" readable="true" writeable="true"/>
<property name="MinX" cname="min_x" type="gfloat" readable="true" writeable="true"/>
<property name="MaxX" cname="max_x" type="gfloat" readable="true" writeable="true"/>
<property name="MinY" cname="min_y" type="gfloat" readable="true" writeable="true"/>
<property name="MaxY" cname="max_y" type="gfloat" readable="true" writeable="true"/>
<signal name="CurveTypeChanged" cname="curve_type_changed" when="FIRST">
<return-type type="void"/>
<parameters>
@ -2603,7 +2603,7 @@
<field cname="vbox" type="GtkWidget*"/>
<field cname="action_area" type="GtkWidget*"/>
<field cname="separator" type="GtkWidget*"/>
<property name="HasSeparator" cname="has_separator" type="gboolean" doc-string=" _(The dialog has a separator bar above its buttons)" readable="true" writeable="true"/>
<property name="HasSeparator" cname="has_separator" type="gboolean" readable="true" writeable="true"/>
<signal name="Response" cname="response" when="LAST">
<return-type type="void"/>
<parameters>
@ -2728,17 +2728,17 @@
<field cname="drag_start_y" type="gint"/>
<field cname="invisible_char" type="gunichar"/>
<field cname="width_chars" type="gint"/>
<property name="CursorPosition" cname="cursor_position" type="gint" doc-string=" _(The current position of the insertion cursor in chars.)" readable="true"/>
<property name="SelectionBound" cname="selection_bound" type="gint" doc-string=" _(The position of the opposite end of the selection from the cursor in chars.)" readable="true"/>
<property name="Editable" cname="editable" type="gboolean" doc-string=" _(Whether the entry contents can be edited)" readable="true" writeable="true"/>
<property name="MaxLength" cname="max_length" type="gint" doc-string=" _(Maximum number of characters for this entry. Zero if no maximum.)" readable="true" writeable="true"/>
<property name="Visibility" cname="visibility" type="gboolean" doc-string=" _(FALSE displays the \invisible char\ instead of the actual text (password mode))" readable="true" writeable="true"/>
<property name="HasFrame" cname="has_frame" type="gboolean" doc-string=" _(FALSE removes outside bevel from entry.)" readable="true" writeable="true"/>
<property name="InvisibleChar" cname="invisible_char" type="unichar" doc-string=" _(The character to use when masking entry contents (in \password mode\))" readable="true" writeable="true"/>
<property name="ActivatesDefault" cname="activates_default" type="gboolean" doc-string=" _(Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed.)" readable="true" writeable="true"/>
<property name="WidthChars" cname="width_chars" type="gint" doc-string=" _(Number of characters to leave space for in the entry.)" readable="true" writeable="true"/>
<property name="ScrollOffset" cname="scroll_offset" type="gint" doc-string=" _(Number of pixels of the entry scrolled off the screen to the left)" readable="true"/>
<property name="Text" cname="text" type="gchar*" doc-string=" _(The contents of the entry)" readable="true" writeable="true"/>
<property name="CursorPosition" cname="cursor_position" type="gint" readable="true"/>
<property name="SelectionBound" cname="selection_bound" type="gint" readable="true"/>
<property name="Editable" cname="editable" type="gboolean" readable="true" writeable="true"/>
<property name="MaxLength" cname="max_length" type="gint" readable="true" writeable="true"/>
<property name="Visibility" cname="visibility" type="gboolean" readable="true" writeable="true"/>
<property name="HasFrame" cname="has_frame" type="gboolean" readable="true" writeable="true"/>
<property name="InvisibleChar" cname="invisible_char" type="unichar" readable="true" writeable="true"/>
<property name="ActivatesDefault" cname="activates_default" type="gboolean" readable="true" writeable="true"/>
<property name="WidthChars" cname="width_chars" type="gint" readable="true" writeable="true"/>
<property name="ScrollOffset" cname="scroll_offset" type="gint" readable="true"/>
<property name="Text" cname="text" type="gchar*" readable="true" writeable="true"/>
<signal name="PopulatePopup" cname="populate_popup" when="LAST">
<return-type type="void"/>
<parameters>
@ -2911,9 +2911,9 @@
<field cname="action_area" type="GtkWidget*"/>
<field cname="selected_names" type="GPtrArray*"/>
<field cname="last_selected" type="gchar*"/>
<property name="Filename" cname="filename" type="gchar*" doc-string=" _(The currently selected filename.)" readable="true" writeable="true"/>
<property name="ShowFileops" cname="show_fileops" type="gboolean" doc-string=" _(Whether buttons for creating/manipulating files should be displayed.)" readable="true" writeable="true"/>
<property name="SelectMultiple" cname="select_multiple" type="gboolean" doc-string=" _(Whether to allow multiple files to be selected.)" readable="true" writeable="true"/>
<property name="Filename" cname="filename" type="gchar*" readable="true" writeable="true"/>
<property name="ShowFileops" cname="show_fileops" type="gboolean" readable="true" writeable="true"/>
<property name="SelectMultiple" cname="select_multiple" type="gboolean" readable="true" writeable="true"/>
<method name="Complete" cname="gtk_file_selection_complete">
<return-type type="void"/>
<parameters>
@ -3003,9 +3003,9 @@
<field cname="face" type="PangoFontFace*"/>
<field cname="size" type="gint"/>
<field cname="font" type="GdkFont*"/>
<property name="FontName" cname="font_name" type="gchar*" doc-string=" _(The X string that represents this font.)" readable="true" writeable="true"/>
<property name="Font" cname="font" type="GdkFont" doc-string=" _(The GdkFont that is currently selected.)" readable="true"/>
<property name="PreviewText" cname="preview_text" type="gchar*" doc-string=" _(The text to display in order to demonstrate the selected font.)" readable="true" writeable="true"/>
<property name="FontName" cname="font_name" type="gchar*" readable="true" writeable="true"/>
<property name="Font" cname="font" type="GdkFont" readable="true"/>
<property name="PreviewText" cname="preview_text" type="gchar*" readable="true" writeable="true"/>
<method name="GetFontName" cname="gtk_font_selection_get_font_name">
<return-type type="gchar*"/>
</method>
@ -3071,12 +3071,12 @@
<field cname="label_xalign" type="gfloat"/>
<field cname="label_yalign" type="gfloat"/>
<field cname="child_allocation" type="GtkAllocation"/>
<property name="Label" cname="label" type="gchar*" doc-string=" _(Text of the frame's label.)" readable="true" writeable="true"/>
<property name="LabelXalign" cname="label_xalign" type="gfloat" doc-string=" _(The horizontal alignment of the label.)" readable="true" writeable="true"/>
<property name="LabelYalign" cname="label_yalign" type="gfloat" doc-string=" _(The vertical alignment of the label.)" readable="true" writeable="true"/>
<property name="Shadow" cname="shadow" type="GtkShadowType" doc-string=" _(Deprecated property, use shadow_type instead.)" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" doc-string=" _(Appearance of the frame border.)" readable="true" writeable="true"/>
<property name="LabelWidget" cname="label_widget" type="GtkWidget" doc-string=" _(A widget to display in place of the usual frame label.)" readable="true" writeable="true"/>
<property name="Label" cname="label" type="gchar*" readable="true" writeable="true"/>
<property name="LabelXalign" cname="label_xalign" type="gfloat" readable="true" writeable="true"/>
<property name="LabelYalign" cname="label_yalign" type="gfloat" readable="true" writeable="true"/>
<property name="Shadow" cname="shadow" type="GtkShadowType" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" readable="true" writeable="true"/>
<property name="LabelWidget" cname="label_widget" type="GtkWidget" readable="true" writeable="true"/>
<method name="GetLabel" cname="gtk_frame_get_label">
<return-type type="const-gchar*"/>
</method>
@ -3153,10 +3153,10 @@
<field cname="deskoff_y" type="gint"/>
<field cname="attach_allocation" type="GtkAllocation"/>
<field cname="float_allocation" type="GtkAllocation"/>
<property name="Shadow" cname="shadow" type="GtkShadowType" doc-string=" _(Deprecated property, use shadow_type instead.)" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" doc-string=" _(Appearance of the shadow that surrounds the container.)" readable="true" writeable="true"/>
<property name="HandlePosition" cname="handle_position" type="GtkPositionType" doc-string=" _(Position of the handle relative to the child widget.)" readable="true" writeable="true"/>
<property name="SnapEdge" cname="snap_edge" type="GtkPositionType" doc-string=" _(Side of the handlebox that's lined up with the docking point to dock the handlebox.)" readable="true" writeable="true"/>
<property name="Shadow" cname="shadow" type="GtkShadowType" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" readable="true" writeable="true"/>
<property name="HandlePosition" cname="handle_position" type="GtkPositionType" readable="true" writeable="true"/>
<property name="SnapEdge" cname="snap_edge" type="GtkPositionType" readable="true" writeable="true"/>
<signal name="ChildAttached" cname="child_attached" when="FIRST">
<return-type type="void"/>
<parameters>
@ -3372,16 +3372,16 @@
<field cname="data" type="}"/>
<field cname="mask" type="GdkBitmap*"/>
<field cname="icon_size" type="GtkIconSize"/>
<property name="Pixbuf" cname="pixbuf" type="GdkPixbuf" doc-string=" _(A GdkPixbuf to display.)" readable="true" writeable="true"/>
<property name="Pixmap" cname="pixmap" type="GdkPixmap" doc-string=" _(A GdkPixmap to display.)" readable="true" writeable="true"/>
<property name="Image" cname="image" type="GdkImage" doc-string=" _(A GdkImage to display.)" readable="true" writeable="true"/>
<property name="Mask" cname="mask" type="GdkPixmap" doc-string=" _(Mask bitmap to use with GdkImage or GdkPixmap)" readable="true" writeable="true"/>
<property name="File" cname="file" type="gchar*" doc-string=" _(Filename to load and display.)" writeable="true"/>
<property name="Stock" cname="stock" type="gchar*" doc-string=" _(Stock ID for a stock image to display.)" readable="true" writeable="true"/>
<property name="IconSet" cname="icon_set" type="GtkIconSet" doc-string=" _(Icon set to display.)" readable="true" writeable="true"/>
<property name="IconSize" cname="icon_size" type="gint" doc-string=" _(Size to use for stock icon or icon set.)" readable="true" writeable="true"/>
<property name="PixbufAnimation" cname="pixbuf_animation" type="GdkPixbufAnimation" doc-string=" _(GdkPixbufAnimation to display.)" readable="true" writeable="true"/>
<property name="StorageType" cname="storage_type" type="GtkImageType" doc-string=" _(The representation being used for image data.)" readable="true"/>
<property name="Pixbuf" cname="pixbuf" type="GdkPixbuf" readable="true" writeable="true"/>
<property name="Pixmap" cname="pixmap" type="GdkPixmap" readable="true" writeable="true"/>
<property name="Image" cname="image" type="GdkImage" readable="true" writeable="true"/>
<property name="Mask" cname="mask" type="GdkPixmap" readable="true" writeable="true"/>
<property name="File" cname="file" type="gchar*" writeable="true"/>
<property name="Stock" cname="stock" type="gchar*" readable="true" writeable="true"/>
<property name="IconSet" cname="icon_set" type="GtkIconSet" readable="true" writeable="true"/>
<property name="IconSize" cname="icon_size" type="gint" readable="true" writeable="true"/>
<property name="PixbufAnimation" cname="pixbuf_animation" type="GdkPixbufAnimation" readable="true" writeable="true"/>
<property name="StorageType" cname="storage_type" type="GtkImageType" readable="true"/>
<method name="GetAnimation" cname="gtk_image_get_animation">
<return-type type="GdkPixbufAnimation*"/>
</method>
@ -3511,7 +3511,7 @@
</object>
<object name="ImageMenuItem" cname="GtkImageMenuItem" parent="GtkMenuItem">
<field cname="image" type="GtkWidget*"/>
<property name="Image" cname="image" type="GtkWidget" doc-string=" _(Child widget to appear next to the menu text)" readable="true" writeable="true"/>
<property name="Image" cname="image" type="GtkWidget" readable="true" writeable="true"/>
<method name="GetImage" cname="gtk_image_menu_item_get_image">
<return-type type="GtkWidget*"/>
</method>
@ -3933,18 +3933,18 @@
<parameter type="GtkMenu*" name="menu"/>
</parameters>
</signal>
<property name="Label" cname="label" type="gchar*" doc-string=" _(The text of the label.)" readable="true" writeable="true"/>
<property name="Attributes" cname="attributes" type="PangoAttrList" doc-string=" _(A list of style attributes to apply to the text of the label.)" readable="true" writeable="true"/>
<property name="UseMarkup" cname="use_markup" type="gboolean" doc-string=" _(The text of the label includes XML markup. See pango_parse_markup().)" readable="true" writeable="true"/>
<property name="UseUnderline" cname="use_underline" type="gboolean" doc-string=" _(If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key)" readable="true" writeable="true"/>
<property name="Justify" cname="justify" type="GtkJustification" doc-string=" _(The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that.)" readable="true" writeable="true"/>
<property name="Pattern" cname="pattern" type="gchar*" doc-string=" _(A string with _ characters in positions correspond to characters in the text to underline.)" writeable="true"/>
<property name="Wrap" cname="wrap" type="gboolean" doc-string=" _(If set, wrap lines if the text becomes too wide.)" readable="true" writeable="true"/>
<property name="Selectable" cname="selectable" type="gboolean" doc-string=" _(Whether the label text can be selected with the mouse.)" readable="true" writeable="true"/>
<property name="MnemonicKeyval" cname="mnemonic_keyval" type="guint" doc-string=" _(The mnemonic accelerator key for this label.)" readable="true"/>
<property name="MnemonicWidget" cname="mnemonic_widget" type="GtkWidget" doc-string=" _(The widget to be activated when the label's mnemonickey is pressed.)" readable="true" writeable="true"/>
<property name="CursorPosition" cname="cursor_position" type="gint" doc-string=" _(The current position of the insertion cursor in chars.)" readable="true"/>
<property name="SelectionBound" cname="selection_bound" type="gint" doc-string=" _(The position of the opposite end of the selection from the cursor in chars.)" readable="true"/>
<property name="Label" cname="label" type="gchar*" readable="true" writeable="true"/>
<property name="Attributes" cname="attributes" type="PangoAttrList" readable="true" writeable="true"/>
<property name="UseMarkup" cname="use_markup" type="gboolean" readable="true" writeable="true"/>
<property name="UseUnderline" cname="use_underline" type="gboolean" readable="true" writeable="true"/>
<property name="Justify" cname="justify" type="GtkJustification" readable="true" writeable="true"/>
<property name="Pattern" cname="pattern" type="gchar*" writeable="true"/>
<property name="Wrap" cname="wrap" type="gboolean" readable="true" writeable="true"/>
<property name="Selectable" cname="selectable" type="gboolean" readable="true" writeable="true"/>
<property name="MnemonicKeyval" cname="mnemonic_keyval" type="guint" readable="true"/>
<property name="MnemonicWidget" cname="mnemonic_widget" type="GtkWidget" readable="true" writeable="true"/>
<property name="CursorPosition" cname="cursor_position" type="gint" readable="true"/>
<property name="SelectionBound" cname="selection_bound" type="gint" readable="true"/>
<method name="GetAttributes" cname="gtk_label_get_attributes">
<return-type type="PangoAttrList*"/>
</method>
@ -4102,10 +4102,10 @@
<field cname="scroll_x" type="gint"/>
<field cname="scroll_y" type="gint"/>
<field cname="freeze_count" type="guint"/>
<property name="Hadjustment" cname="hadjustment" type="GtkAdjustment" doc-string=" _(The GtkAdjustment for the horizontal position.)" readable="true" writeable="true"/>
<property name="Vadjustment" cname="vadjustment" type="GtkAdjustment" doc-string=" _(The GtkAdjustment for the vertical position.)" readable="true" writeable="true"/>
<property name="Width" cname="width" type="guint" doc-string=" _(The width of the layout.)" readable="true" writeable="true"/>
<property name="Height" cname="height" type="guint" doc-string=" _(The height of the layout.)" readable="true" writeable="true"/>
<property name="Hadjustment" cname="hadjustment" type="GtkAdjustment" readable="true" writeable="true"/>
<property name="Vadjustment" cname="vadjustment" type="GtkAdjustment" readable="true" writeable="true"/>
<property name="Width" cname="width" type="guint" readable="true" writeable="true"/>
<property name="Height" cname="height" type="guint" readable="true" writeable="true"/>
<signal name="ScrollAdjustmentsSet" cname="set_scroll_adjustments" when="LAST">
<return-type type="void"/>
<parameters>
@ -4308,7 +4308,7 @@
<field cname="lower_arrow_visible" bits="1" type="guint"/>
<field cname="upper_arrow_prelight" bits="1" type="guint"/>
<field cname="lower_arrow_prelight" bits="1" type="guint"/>
<property name="TearoffTitle" cname="tearoff-title" type="gchar*" doc-string=" _(A title that may be displayed by the window manager when this menu is torn-off.)" readable="true" writeable="true"/>
<property name="TearoffTitle" cname="tearoff-title" type="gchar*" readable="true" writeable="true"/>
<method name="AttachToWidget" cname="gtk_menu_attach_to_widget">
<return-type type="void"/>
<parameters>
@ -4595,8 +4595,8 @@
<object name="MessageDialog" cname="GtkMessageDialog" parent="GtkDialog">
<field cname="image" type="GtkWidget*"/>
<field cname="label" type="GtkWidget*"/>
<property name="MessageType" cname="message_type" type="GtkMessageType" doc-string=" _(The type of message)" readable="true" writeable="true" construct-only="true"/>
<property name="Buttons" cname="buttons" type="GtkButtonsType" doc-string=" _(The buttons shown in the message dialog)" writeable="true" construct-only="true"/>
<property name="MessageType" cname="message_type" type="GtkMessageType" readable="true" writeable="true" construct-only="true"/>
<property name="Buttons" cname="buttons" type="GtkButtonsType" writeable="true" construct-only="true"/>
<method name="GetType" cname="gtk_message_dialog_get_type" shared="true">
<return-type type="GtkType"/>
</method>
@ -4617,10 +4617,10 @@
<field cname="yalign" type="gfloat"/>
<field cname="xpad" type="guint16"/>
<field cname="ypad" type="guint16"/>
<property name="Xalign" cname="xalign" type="gfloat" doc-string=" _(The horizontal alignment, from 0 (left) to 1 (right))" readable="true" writeable="true"/>
<property name="Yalign" cname="yalign" type="gfloat" doc-string=" _(The vertical alignment, from 0 (top) to 1 (bottom))" readable="true" writeable="true"/>
<property name="Xpad" cname="xpad" type="gint" doc-string=" _(The amount of space to add on the left and right of the widget, in pixels)" readable="true" writeable="true"/>
<property name="Ypad" cname="ypad" type="gint" doc-string=" _(The amount of space to add on the top and bottom of the widget, in pixels)" readable="true" writeable="true"/>
<property name="Xalign" cname="xalign" type="gfloat" readable="true" writeable="true"/>
<property name="Yalign" cname="yalign" type="gfloat" readable="true" writeable="true"/>
<property name="Xpad" cname="xpad" type="gint" readable="true" writeable="true"/>
<property name="Ypad" cname="ypad" type="gint" readable="true" writeable="true"/>
<method name="GetAlignment" cname="gtk_misc_get_alignment">
<return-type type="void"/>
<parameters>
@ -4675,16 +4675,16 @@
<field cname="child_has_focus" bits="1" type="guint"/>
<field cname="have_visible_child" bits="1" type="guint"/>
<field cname="focus_out" bits="1" type="guint"/>
<property name="Page" cname="page" type="gint" doc-string=" _(The index of the current page)" readable="true" writeable="true"/>
<property name="TabPos" cname="tab_pos" type="GtkPositionType" doc-string=" _(Which side of the notebook holds the tabs)" readable="true" writeable="true"/>
<property name="TabBorder" cname="tab_border" type="guint" doc-string=" _(Width of the border around the tab labels)" writeable="true"/>
<property name="TabHborder" cname="tab_hborder" type="guint" doc-string=" _(Width of the horizontal border of tab labels)" readable="true" writeable="true"/>
<property name="TabVborder" cname="tab_vborder" type="guint" doc-string=" _(Width of the vertical border of tab labels)" readable="true" writeable="true"/>
<property name="ShowTabs" cname="show_tabs" type="gboolean" doc-string=" _(Whether tabs should be shown or not)" readable="true" writeable="true"/>
<property name="ShowBorder" cname="show_border" type="gboolean" doc-string=" _(Whether the border should be shown or not)" readable="true" writeable="true"/>
<property name="Scrollable" cname="scrollable" type="gboolean" doc-string=" _(If TRUE, scroll arrows are added if there are to many tabs to fit)" readable="true" writeable="true"/>
<property name="EnablePopup" cname="enable_popup" type="gboolean" doc-string=" _(If TRUE, pressing the right mouse button on the notebook pops up a menu that you can use to go to a page)" readable="true" writeable="true"/>
<property name="Homogeneous" cname="homogeneous" type="gboolean" doc-string=" _(Whether tabs should have homogeneous sizes)" readable="true" writeable="true"/>
<property name="Page" cname="page" type="gint" readable="true" writeable="true"/>
<property name="TabPos" cname="tab_pos" type="GtkPositionType" readable="true" writeable="true"/>
<property name="TabBorder" cname="tab_border" type="guint" writeable="true"/>
<property name="TabHborder" cname="tab_hborder" type="guint" readable="true" writeable="true"/>
<property name="TabVborder" cname="tab_vborder" type="guint" readable="true" writeable="true"/>
<property name="ShowTabs" cname="show_tabs" type="gboolean" readable="true" writeable="true"/>
<property name="ShowBorder" cname="show_border" type="gboolean" readable="true" writeable="true"/>
<property name="Scrollable" cname="scrollable" type="gboolean" readable="true" writeable="true"/>
<property name="EnablePopup" cname="enable_popup" type="gboolean" readable="true" writeable="true"/>
<property name="Homogeneous" cname="homogeneous" type="gboolean" readable="true" writeable="true"/>
<signal name="SwitchPage" cname="switch_page" when="LAST">
<return-type type="void"/>
<parameters>
@ -4921,7 +4921,7 @@
</object>
<object name="Object" cname="GtkObject" parent="GObject">
<field cname="flags" type="guint32"/>
<property name="UserData" cname="user_data" type="gpointer" doc-string="Anonymous User Data Pointer" readable="true" writeable="true"/>
<property name="UserData" cname="user_data" type="gpointer" readable="true" writeable="true"/>
<signal name="Destroyed" cname="destroy" when="CLEANUP">
<return-type type="void"/>
<parameters>
@ -4956,7 +4956,7 @@
<parameter type="GtkOptionMenu*" name="option_menu"/>
</parameters>
</signal>
<property name="Menu" cname="menu" type="GtkMenu" doc-string=" _(The menu of options)" readable="true" writeable="true"/>
<property name="Menu" cname="menu" type="GtkMenu" readable="true" writeable="true"/>
<method name="GetHistory" cname="gtk_option_menu_get_history">
<return-type type="gint"/>
</method>
@ -5008,8 +5008,8 @@
<field cname="saved_focus" type="GtkWidget*"/>
<field cname="drag_pos" type="gint"/>
<field cname="original_position" type="gint"/>
<property name="Position" cname="position" type="gint" doc-string=" _(Position of paned separator in pixels (0 means all the way to the left/top))" readable="true" writeable="true"/>
<property name="PositionSet" cname="position_set" type="gboolean" doc-string=" _(TRUE if the Position property should be used)" readable="true" writeable="true"/>
<property name="Position" cname="position" type="gint" readable="true" writeable="true"/>
<property name="PositionSet" cname="position_set" type="gboolean" readable="true" writeable="true"/>
<signal name="CycleChildFocus" cname="cycle_child_focus" when="LAST">
<return-type type="gboolean"/>
<parameters>
@ -5137,10 +5137,10 @@
<field cname="show_text" bits="1" type="guint"/>
<field cname="activity_mode" bits="1" type="guint"/>
<field cname="use_text_format" bits="1" type="guint"/>
<property name="ActivityMode" cname="activity_mode" type="gboolean" doc-string=" _(If true the GtkProgress is in activity mode, meaning that is signals something is happening, but not how much of the activity is finished. This is used when you're doing something that you don't know how long it will take.)" readable="true" writeable="true"/>
<property name="ShowText" cname="show_text" type="gboolean" doc-string=" _(Whether the progress is shown as text)" readable="true" writeable="true"/>
<property name="TextXalign" cname="text_xalign" type="gfloat" doc-string=" _(A number between 0.0 and 1.0 specifying the horizontal alignment of the text in the progresswidget)" readable="true" writeable="true"/>
<property name="TextYalign" cname="text_yalign" type="gfloat" doc-string=" _(A number between 0.0 and 1.0 specifying the vertical alignment of the text in the progress widget)" readable="true" writeable="true"/>
<property name="ActivityMode" cname="activity_mode" type="gboolean" readable="true" writeable="true"/>
<property name="ShowText" cname="show_text" type="gboolean" readable="true" writeable="true"/>
<property name="TextXalign" cname="text_xalign" type="gfloat" readable="true" writeable="true"/>
<property name="TextYalign" cname="text_yalign" type="gfloat" readable="true" writeable="true"/>
<method name="GetType" cname="gtk_progress_get_type" shared="true">
<return-type type="GtkType"/>
</method>
@ -5155,15 +5155,15 @@
<field cname="activity_blocks" type="guint"/>
<field cname="pulse_fraction" type="gdouble"/>
<field cname="activity_dir" bits="1" type="guint"/>
<property name="Adjustment" cname="adjustment" type="GtkAdjustment" doc-string=" _(The GtkAdjustment connected to the progress bar (Deprecated))" readable="true" writeable="true"/>
<property name="Orientation" cname="orientation" type="GtkProgressBarOrientation" doc-string=" _(Orientation and growth of the progress bar)" readable="true" writeable="true"/>
<property name="BarStyle" cname="bar_style" type="GtkProgressBarStyle" doc-string=" _(Specifies the visual style of the bar in percentage mode (Deprecated))" readable="true" writeable="true"/>
<property name="ActivityStep" cname="activity_step" type="guint" doc-string=" _(The increment used for each iteration in activity mode (Deprecated))" readable="true" writeable="true"/>
<property name="ActivityBlocks" cname="activity_blocks" type="guint" doc-string=" _(The number of blocks which can fit in the progress bar area in activity mode (Deprecated))" readable="true" writeable="true"/>
<property name="DiscreteBlocks" cname="discrete_blocks" type="guint" doc-string=" _(The number of discrete blocks in a progress bar (when shown in the discrete style))" readable="true" writeable="true"/>
<property name="Fraction" cname="fraction" type="gdouble" doc-string=" _(The fraction of total work that has been completed)" readable="true" writeable="true"/>
<property name="PulseStep" cname="pulse_step" type="gdouble" doc-string=" _(The fraction of total progress to move the bouncing block when pulsed)" readable="true" writeable="true"/>
<property name="Text" cname="text" type="gchar*" doc-string=" _(Text to be displayed in the progress bar)" readable="true" writeable="true"/>
<property name="Adjustment" cname="adjustment" type="GtkAdjustment" readable="true" writeable="true"/>
<property name="Orientation" cname="orientation" type="GtkProgressBarOrientation" readable="true" writeable="true"/>
<property name="BarStyle" cname="bar_style" type="GtkProgressBarStyle" readable="true" writeable="true"/>
<property name="ActivityStep" cname="activity_step" type="guint" readable="true" writeable="true"/>
<property name="ActivityBlocks" cname="activity_blocks" type="guint" readable="true" writeable="true"/>
<property name="DiscreteBlocks" cname="discrete_blocks" type="guint" readable="true" writeable="true"/>
<property name="Fraction" cname="fraction" type="gdouble" readable="true" writeable="true"/>
<property name="PulseStep" cname="pulse_step" type="gdouble" readable="true" writeable="true"/>
<property name="Text" cname="text" type="gchar*" readable="true" writeable="true"/>
<method name="GetFraction" cname="gtk_progress_bar_get_fraction">
<return-type type="gdouble"/>
</method>
@ -5334,9 +5334,9 @@
<parameter type="GtkScrollType" name="scroll"/>
</parameters>
</signal>
<property name="UpdatePolicy" cname="update_policy" type="GtkUpdateType" doc-string=" _(How the range should be updated on the screen)" readable="true" writeable="true"/>
<property name="Adjustment" cname="adjustment" type="GtkAdjustment" doc-string=" _(The GtkAdjustment that contains the current value of this range object)" readable="true" writeable="true" construct-only="true"/>
<property name="Inverted" cname="inverted" type="gboolean" doc-string=" _(Invert direction slider moves to increase range value)" readable="true" writeable="true"/>
<property name="UpdatePolicy" cname="update_policy" type="GtkUpdateType" readable="true" writeable="true"/>
<property name="Adjustment" cname="adjustment" type="GtkAdjustment" readable="true" writeable="true" construct-only="true"/>
<property name="Inverted" cname="inverted" type="gboolean" readable="true" writeable="true"/>
<method name="GetAdjustment" cname="gtk_range_get_adjustment">
<return-type type="GtkAdjustment*"/>
</method>
@ -5431,10 +5431,10 @@
<field cname="upper" type="gdouble"/>
<field cname="position" type="gdouble"/>
<field cname="max_size" type="gdouble"/>
<property name="Lower" cname="lower" type="gdouble" doc-string=" _(Lower limit of ruler)" readable="true" writeable="true"/>
<property name="Upper" cname="upper" type="gdouble" doc-string=" _(Upper limit of ruler)" readable="true" writeable="true"/>
<property name="Position" cname="position" type="gdouble" doc-string=" _(Position of mark on the ruler)" readable="true" writeable="true"/>
<property name="MaxSize" cname="max_size" type="gdouble" doc-string=" _(Maximum size of the ruler)" readable="true" writeable="true"/>
<property name="Lower" cname="lower" type="gdouble" readable="true" writeable="true"/>
<property name="Upper" cname="upper" type="gdouble" readable="true" writeable="true"/>
<property name="Position" cname="position" type="gdouble" readable="true" writeable="true"/>
<property name="MaxSize" cname="max_size" type="gdouble" readable="true" writeable="true"/>
<method name="DrawPos" cname="gtk_ruler_draw_pos">
<return-type type="void"/>
</method>
@ -5483,9 +5483,9 @@
<parameter type="gdouble" name="value"/>
</parameters>
</signal>
<property name="Digits" cname="digits" type="gint" doc-string=" _(The number of decimal places that are displayed in the value)" readable="true" writeable="true"/>
<property name="DrawValue" cname="draw_value" type="gboolean" doc-string=" _(Whether the current value is displayed as a string next to the slider)" readable="true" writeable="true"/>
<property name="ValuePos" cname="value_pos" type="GtkPositionType" doc-string=" _(The position in which the current value is displayed)" readable="true" writeable="true"/>
<property name="Digits" cname="digits" type="gint" readable="true" writeable="true"/>
<property name="DrawValue" cname="draw_value" type="gboolean" readable="true" writeable="true"/>
<property name="ValuePos" cname="value_pos" type="GtkPositionType" readable="true" writeable="true"/>
<method name="GetDigits" cname="gtk_scale_get_digits">
<return-type type="gint"/>
</method>
@ -5532,12 +5532,12 @@
<field cname="window_placement" bits="2" type="guint"/>
<field cname="focus_out" bits="1" type="guint"/>
<field cname="shadow_type" type="guint16"/>
<property name="Hadjustment" cname="hadjustment" type="GtkAdjustment" doc-string=" _(The GtkAdjustment for the horizontal position.)" readable="true" writeable="true" construct-only="true"/>
<property name="Vadjustment" cname="vadjustment" type="GtkAdjustment" doc-string=" _(The GtkAdjustment for the vertical position.)" readable="true" writeable="true" construct-only="true"/>
<property name="HscrollbarPolicy" cname="hscrollbar_policy" type="GtkPolicyType" doc-string=" _(When the horizontal scrollbar is displayed)" readable="true" writeable="true"/>
<property name="VscrollbarPolicy" cname="vscrollbar_policy" type="GtkPolicyType" doc-string=" _(When the vertical scrollbar is displayed)" readable="true" writeable="true"/>
<property name="WindowPlacement" cname="window_placement" type="GtkCornerType" doc-string=" _(Where the contents are located with respect to the scrollbars)" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" doc-string=" _(Style of bevel around the contents)" readable="true" writeable="true"/>
<property name="Hadjustment" cname="hadjustment" type="GtkAdjustment" readable="true" writeable="true" construct-only="true"/>
<property name="Vadjustment" cname="vadjustment" type="GtkAdjustment" readable="true" writeable="true" construct-only="true"/>
<property name="HscrollbarPolicy" cname="hscrollbar_policy" type="GtkPolicyType" readable="true" writeable="true"/>
<property name="VscrollbarPolicy" cname="vscrollbar_policy" type="GtkPolicyType" readable="true" writeable="true"/>
<property name="WindowPlacement" cname="window_placement" type="GtkCornerType" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" readable="true" writeable="true"/>
<signal name="ScrollChild" cname="scroll_child" when="LAST">
<return-type type="void"/>
<parameters>
@ -5691,7 +5691,7 @@
<field cname="have_width" bits="1" type="guint"/>
<field cname="have_height" bits="1" type="guint"/>
<field cname="requisition" type="GtkRequisition"/>
<property name="Mode" cname="mode" type="GtkSizeGroupMode" doc-string=" _(The directions in which the size group effects the requested sizes of its component widgets.)" readable="true" writeable="true"/>
<property name="Mode" cname="mode" type="GtkSizeGroupMode" readable="true" writeable="true"/>
<method name="AddWidget" cname="gtk_size_group_add_widget">
<return-type type="void"/>
<parameters>
@ -5779,14 +5779,14 @@
<field cname="numeric" bits="1" type="guint"/>
<field cname="wrap" bits="1" type="guint"/>
<field cname="snap_to_ticks" bits="1" type="guint"/>
<property name="Adjustment" cname="adjustment" type="GtkAdjustment" doc-string=" _(The adjustment that holds the value of the spinbutton)" readable="true" writeable="true"/>
<property name="ClimbRate" cname="climb_rate" type="gdouble" doc-string=" _(The acceleration rate when you hold down a button)" readable="true" writeable="true"/>
<property name="Digits" cname="digits" type="guint" doc-string=" _(The number of decimal places to display)" readable="true" writeable="true"/>
<property name="SnapToTicks" cname="snap_to_ticks" type="gboolean" doc-string=" _(Whether erroneous values are automatically changed to a spin button's nearest step increment)" readable="true" writeable="true"/>
<property name="Numeric" cname="numeric" type="gboolean" doc-string=" _(Whether non-numeric characters should be ignored)" readable="true" writeable="true"/>
<property name="Wrap" cname="wrap" type="gboolean" doc-string=" _(Whether a spin button should wrap upon reaching its limits)" readable="true" writeable="true"/>
<property name="UpdatePolicy" cname="update_policy" type="GtkSpinButtonUpdatePolicy" doc-string=" _(Whether the spin button should update always, or only when the value is legal)" readable="true" writeable="true"/>
<property name="Value" cname="value" type="gdouble" doc-string=" _(Reads the current value, or sets a new value)" readable="true" writeable="true"/>
<property name="Adjustment" cname="adjustment" type="GtkAdjustment" readable="true" writeable="true"/>
<property name="ClimbRate" cname="climb_rate" type="gdouble" readable="true" writeable="true"/>
<property name="Digits" cname="digits" type="guint" readable="true" writeable="true"/>
<property name="SnapToTicks" cname="snap_to_ticks" type="gboolean" readable="true" writeable="true"/>
<property name="Numeric" cname="numeric" type="gboolean" readable="true" writeable="true"/>
<property name="Wrap" cname="wrap" type="gboolean" readable="true" writeable="true"/>
<property name="UpdatePolicy" cname="update_policy" type="GtkSpinButtonUpdatePolicy" readable="true" writeable="true"/>
<property name="Value" cname="value" type="gdouble" readable="true" writeable="true"/>
<signal name="Input" cname="input" when="LAST">
<return-type type="gint"/>
<parameters>
@ -6108,11 +6108,11 @@
<field cname="column_spacing" type="guint16"/>
<field cname="row_spacing" type="guint16"/>
<field cname="homogeneous" bits="1" type="guint"/>
<property name="NRows" cname="n_rows" type="guint" doc-string=" _(The number of rows in the table)" readable="true" writeable="true"/>
<property name="NColumns" cname="n_columns" type="guint" doc-string=" _(The number of columns in the table)" readable="true" writeable="true"/>
<property name="RowSpacing" cname="row_spacing" type="guint" doc-string=" _(The amount of space between two consecutive rows)" readable="true" writeable="true"/>
<property name="ColumnSpacing" cname="column_spacing" type="guint" doc-string=" _(The amount of space between two consecutive columns)" readable="true" writeable="true"/>
<property name="Homogeneous" cname="homogeneous" type="gboolean" doc-string=" _(If TRUE this means the table cells are all the same width/height)" readable="true" writeable="true"/>
<property name="NRows" cname="n_rows" type="guint" readable="true" writeable="true"/>
<property name="NColumns" cname="n_columns" type="guint" readable="true" writeable="true"/>
<property name="RowSpacing" cname="row_spacing" type="guint" readable="true" writeable="true"/>
<property name="ColumnSpacing" cname="column_spacing" type="guint" readable="true" writeable="true"/>
<property name="Homogeneous" cname="homogeneous" type="gboolean" readable="true" writeable="true"/>
<method name="Attach" cname="gtk_table_attach">
<return-type type="void"/>
<parameters>
@ -6751,40 +6751,40 @@
<field cname="pad1" bits="1" type="guint"/>
<field cname="pad2" bits="1" type="guint"/>
<field cname="pad3" bits="1" type="guint"/>
<property name="Name" cname="name" type="gchar*" doc-string=" _(Name used to refer to the text tag)" readable="true" writeable="true" construct-only="true"/>
<property name="Background" cname="background" type="gchar*" doc-string=" _(Background color as a string)" writeable="true"/>
<property name="BackgroundGdk" cname="background_gdk" type="GdkColor" doc-string=" _(Background color as a GdkColor)" readable="true" writeable="true"/>
<property name="BackgroundFullHeight" cname="background_full_height" type="gboolean" doc-string=" _(Whether the background color fills the entire line height or only the height of the tagged characters)" readable="true" writeable="true"/>
<property name="BackgroundStipple" cname="background_stipple" type="GdkPixmap" doc-string=" _(Bitmap to use as a mask when drawing the text background)" readable="true" writeable="true"/>
<property name="Foreground" cname="foreground" type="gchar*" doc-string=" _(Foreground color as a string)" writeable="true"/>
<property name="ForegroundGdk" cname="foreground_gdk" type="GdkColor" doc-string=" _(Foreground color as a GdkColor)" readable="true" writeable="true"/>
<property name="ForegroundStipple" cname="foreground_stipple" type="GdkPixmap" doc-string=" _(Bitmap to use as a mask when drawing the text foreground)" readable="true" writeable="true"/>
<property name="Direction" cname="direction" type="GtkTextDirection" doc-string=" _(Text direction, e.g. right-to-left or left-to-right)" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" doc-string=" _(Whether the text can be modified by the user)" readable="true" writeable="true"/>
<property name="Font" cname="font" type="gchar*" doc-string=" _(Font description as a string)" readable="true" writeable="true"/>
<property name="FontDesc" cname="font_desc" type="PangoFontDescription" doc-string=" _(Font description as a PangoFontDescription struct)" readable="true" writeable="true"/>
<property name="Family" cname="family" type="gchar*" doc-string=" _(Name of the font family, e.g. Sans, Helvetica, Times, Monospace)" readable="true" writeable="true"/>
<property name="Style" cname="style" type="PangoStyle" doc-string=" _(Font style)" readable="true" writeable="true"/>
<property name="Variant" cname="variant" type="PangoVariant" doc-string=" _(Font variant)" readable="true" writeable="true"/>
<property name="Weight" cname="weight" type="gint" doc-string=" _(Font weight)" readable="true" writeable="true"/>
<property name="Stretch" cname="stretch" type="PangoStretch" doc-string=" _(Font stretch)" readable="true" writeable="true"/>
<property name="Size" cname="size" type="gint" doc-string=" _(Font size)" readable="true" writeable="true"/>
<property name="Scale" cname="scale" type="gdouble" doc-string=" _(Font scale)" readable="true" writeable="true"/>
<property name="SizePoints" cname="size_points" type="gdouble" doc-string=" _(Font size in points)" readable="true" writeable="true"/>
<property name="Justification" cname="justification" type="GtkJustification" doc-string=" _(Left, right, or center justification)" readable="true" writeable="true"/>
<property name="Language" cname="language" type="gchar*" doc-string=" _(Language engine code to use for rendering the text)" readable="true" writeable="true"/>
<property name="LeftMargin" cname="left_margin" type="gint" doc-string=" _(Width of the left margin in pixels)" readable="true" writeable="true"/>
<property name="RightMargin" cname="right_margin" type="gint" doc-string=" _(Width of the right margin in pixels)" readable="true" writeable="true"/>
<property name="Indent" cname="indent" type="gint" doc-string=" _(Amount to indent the paragraph, in pixels)" readable="true" writeable="true"/>
<property name="Rise" cname="rise" type="gint" doc-string=" _(Offset of text above the baseline (below the baseline if rise is negative))" readable="true" writeable="true"/>
<property name="PixelsAboveLines" cname="pixels_above_lines" type="gint" doc-string=" _(Pixels of blank space above paragraphs)" readable="true" writeable="true"/>
<property name="PixelsBelowLines" cname="pixels_below_lines" type="gint" doc-string=" _(Pixels of blank space below paragraphs)" readable="true" writeable="true"/>
<property name="PixelsInsideWrap" cname="pixels_inside_wrap" type="gint" doc-string=" _(Pixels of blank space between wrapped lines in a paragraph)" readable="true" writeable="true"/>
<property name="Strikethrough" cname="strikethrough" type="gboolean" doc-string=" _(Whether to strike through the text)" readable="true" writeable="true"/>
<property name="Underline" cname="underline" type="PangoUnderline" doc-string=" _(Style of underline for this text)" readable="true" writeable="true"/>
<property name="WrapMode" cname="wrap_mode" type="GtkWrapMode" doc-string=" _(Whether to wrap lines never, at word boundaries, or at character boundaries)" readable="true" writeable="true"/>
<property name="Tabs" cname="tabs" type="PangoTabArray" doc-string=" _(Custom tabs for this text)" readable="true" writeable="true"/>
<property name="Invisible" cname="invisible" type="gboolean" doc-string=" _(Whether this text is hidden)" readable="true" writeable="true"/>
<property name="Name" cname="name" type="gchar*" readable="true" writeable="true" construct-only="true"/>
<property name="Background" cname="background" type="gchar*" writeable="true"/>
<property name="BackgroundGdk" cname="background_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="BackgroundFullHeight" cname="background_full_height" type="gboolean" readable="true" writeable="true"/>
<property name="BackgroundStipple" cname="background_stipple" type="GdkPixmap" readable="true" writeable="true"/>
<property name="Foreground" cname="foreground" type="gchar*" writeable="true"/>
<property name="ForegroundGdk" cname="foreground_gdk" type="GdkColor" readable="true" writeable="true"/>
<property name="ForegroundStipple" cname="foreground_stipple" type="GdkPixmap" readable="true" writeable="true"/>
<property name="Direction" cname="direction" type="GtkTextDirection" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" readable="true" writeable="true"/>
<property name="Font" cname="font" type="gchar*" readable="true" writeable="true"/>
<property name="FontDesc" cname="font_desc" type="PangoFontDescription" readable="true" writeable="true"/>
<property name="Family" cname="family" type="gchar*" readable="true" writeable="true"/>
<property name="Style" cname="style" type="PangoStyle" readable="true" writeable="true"/>
<property name="Variant" cname="variant" type="PangoVariant" readable="true" writeable="true"/>
<property name="Weight" cname="weight" type="gint" readable="true" writeable="true"/>
<property name="Stretch" cname="stretch" type="PangoStretch" readable="true" writeable="true"/>
<property name="Size" cname="size" type="gint" readable="true" writeable="true"/>
<property name="Scale" cname="scale" type="gdouble" readable="true" writeable="true"/>
<property name="SizePoints" cname="size_points" type="gdouble" readable="true" writeable="true"/>
<property name="Justification" cname="justification" type="GtkJustification" readable="true" writeable="true"/>
<property name="Language" cname="language" type="gchar*" readable="true" writeable="true"/>
<property name="LeftMargin" cname="left_margin" type="gint" readable="true" writeable="true"/>
<property name="RightMargin" cname="right_margin" type="gint" readable="true" writeable="true"/>
<property name="Indent" cname="indent" type="gint" readable="true" writeable="true"/>
<property name="Rise" cname="rise" type="gint" readable="true" writeable="true"/>
<property name="PixelsAboveLines" cname="pixels_above_lines" type="gint" readable="true" writeable="true"/>
<property name="PixelsBelowLines" cname="pixels_below_lines" type="gint" readable="true" writeable="true"/>
<property name="PixelsInsideWrap" cname="pixels_inside_wrap" type="gint" readable="true" writeable="true"/>
<property name="Strikethrough" cname="strikethrough" type="gboolean" readable="true" writeable="true"/>
<property name="Underline" cname="underline" type="PangoUnderline" readable="true" writeable="true"/>
<property name="WrapMode" cname="wrap_mode" type="GtkWrapMode" readable="true" writeable="true"/>
<property name="Tabs" cname="tabs" type="PangoTabArray" readable="true" writeable="true"/>
<property name="Invisible" cname="invisible" type="gboolean" readable="true" writeable="true"/>
<signal name="Event" cname="event" when="LAST">
<return-type type="gboolean"/>
<parameters>
@ -6928,17 +6928,17 @@
<field cname="children" type="GSList*"/>
<field cname="pending_scroll" type="GtkTextPendingScroll*"/>
<field cname="pending_place_cursor_button" type="gint"/>
<property name="PixelsAboveLines" cname="pixels_above_lines" type="gint" doc-string=" _(Pixels of blank space above paragraphs)" readable="true" writeable="true"/>
<property name="PixelsBelowLines" cname="pixels_below_lines" type="gint" doc-string=" _(Pixels of blank space below paragraphs)" readable="true" writeable="true"/>
<property name="PixelsInsideWrap" cname="pixels_inside_wrap" type="gint" doc-string=" _(Pixels of blank space between wrapped lines in a paragraph)" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" doc-string=" _(Whether the text can be modified by the user)" readable="true" writeable="true"/>
<property name="WrapMode" cname="wrap_mode" type="GtkWrapMode" doc-string=" _(Whether to wrap lines never, at word boundaries, or at character boundaries)" readable="true" writeable="true"/>
<property name="Justification" cname="justification" type="GtkJustification" doc-string=" _(Left, right, or center justification)" readable="true" writeable="true"/>
<property name="LeftMargin" cname="left_margin" type="gint" doc-string=" _(Width of the left margin in pixels)" readable="true" writeable="true"/>
<property name="RightMargin" cname="right_margin" type="gint" doc-string=" _(Width of the right margin in pixels)" readable="true" writeable="true"/>
<property name="Indent" cname="indent" type="gint" doc-string=" _(Amount to indent the paragraph, in pixels)" readable="true" writeable="true"/>
<property name="Tabs" cname="tabs" type="PangoTabArray" doc-string=" _(Custom tabs for this text)" readable="true" writeable="true"/>
<property name="CursorVisible" cname="cursor_visible" type="gboolean" doc-string=" _(If the insertion cursor is shown)" readable="true" writeable="true"/>
<property name="PixelsAboveLines" cname="pixels_above_lines" type="gint" readable="true" writeable="true"/>
<property name="PixelsBelowLines" cname="pixels_below_lines" type="gint" readable="true" writeable="true"/>
<property name="PixelsInsideWrap" cname="pixels_inside_wrap" type="gint" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" readable="true" writeable="true"/>
<property name="WrapMode" cname="wrap_mode" type="GtkWrapMode" readable="true" writeable="true"/>
<property name="Justification" cname="justification" type="GtkJustification" readable="true" writeable="true"/>
<property name="LeftMargin" cname="left_margin" type="gint" readable="true" writeable="true"/>
<property name="RightMargin" cname="right_margin" type="gint" readable="true" writeable="true"/>
<property name="Indent" cname="indent" type="gint" readable="true" writeable="true"/>
<property name="Tabs" cname="tabs" type="PangoTabArray" readable="true" writeable="true"/>
<property name="CursorVisible" cname="cursor_visible" type="gboolean" readable="true" writeable="true"/>
<signal name="MoveCursor" cname="move_cursor" when="LAST">
<return-type type="void"/>
<parameters>
@ -7340,9 +7340,9 @@
<field cname="active" bits="1" type="guint"/>
<field cname="draw_indicator" bits="1" type="guint"/>
<field cname="inconsistent" bits="1" type="guint"/>
<property name="Active" cname="active" type="gboolean" doc-string=" _(If the toggle button should be pressed in or not)" readable="true" writeable="true"/>
<property name="Inconsistent" cname="inconsistent" type="gboolean" doc-string=" _(If the toggle button is in an \in between\ state.)" readable="true" writeable="true"/>
<property name="DrawIndicator" cname="draw_indicator" type="gboolean" doc-string=" _(If the toggle part of the button is displayed)" readable="true" writeable="true"/>
<property name="Active" cname="active" type="gboolean" readable="true" writeable="true"/>
<property name="Inconsistent" cname="inconsistent" type="gboolean" readable="true" writeable="true"/>
<property name="DrawIndicator" cname="draw_indicator" type="gboolean" readable="true" writeable="true"/>
<signal name="Toggled" cname="toggled" when="FIRST">
<return-type type="void"/>
<parameters>
@ -7421,8 +7421,8 @@
<parameter type="GtkToolbarStyle" name="style"/>
</parameters>
</signal>
<property name="Orientation" cname="orientation" type="GtkOrientation" doc-string=" _(The orientation of the toolbar)" readable="true" writeable="true"/>
<property name="ToolbarStyle" cname="toolbar_style" type="GtkToolbarStyle" doc-string=" _(How to draw the toolbar)" readable="true" writeable="true"/>
<property name="Orientation" cname="orientation" type="GtkOrientation" readable="true" writeable="true"/>
<property name="ToolbarStyle" cname="toolbar_style" type="GtkToolbarStyle" readable="true" writeable="true"/>
<method name="AppendElement" cname="gtk_toolbar_append_element">
<return-type type="GtkWidget*"/>
<parameters>
@ -7648,7 +7648,7 @@
<field cname="has_child_toggled_id" type="guint"/>
<field cname="deleted_id" type="guint"/>
<field cname="reordered_id" type="guint"/>
<property name="Model" cname="model" type="GtkTreeModel" doc-string=" _(The model for the TreeModelSort to sort)" readable="true" writeable="true" construct-only="true"/>
<property name="Model" cname="model" type="GtkTreeModel" readable="true" writeable="true" construct-only="true"/>
<implements>
<interface cname="GtkTreeModel"/>
<interface cname="GtkTreeSortable"/>
@ -7925,16 +7925,16 @@
</object>
<object name="TreeView" cname="GtkTreeView" parent="GtkContainer">
<field cname="priv" type="GtkTreeViewPrivate*"/>
<property name="Model" cname="model" type="GtkTreeModel" doc-string=" _(The model for the tree view)" readable="true" writeable="true"/>
<property name="Hadjustment" cname="hadjustment" type="GtkAdjustment" doc-string=" _(Horizontal Adjustment for the widget)" readable="true" writeable="true"/>
<property name="Vadjustment" cname="vadjustment" type="GtkAdjustment" doc-string=" _(Vertical Adjustment for the widget)" readable="true" writeable="true"/>
<property name="HeadersVisible" cname="headers_visible" type="gboolean" doc-string=" _(Show the column header buttons)" readable="true" writeable="true"/>
<property name="HeadersClickable" cname="headers_clickable" type="gboolean" doc-string=" _(Column headers respond to click events)" writeable="true"/>
<property name="ExpanderColumn" cname="expander_column" type="GtkTreeViewColumn" doc-string=" _(Set the column for the expander column)" readable="true" writeable="true"/>
<property name="Reorderable" cname="reorderable" type="gboolean" doc-string=" _(View is reorderable)" readable="true" writeable="true"/>
<property name="RulesHint" cname="rules_hint" type="gboolean" doc-string=" _(Set a hint to the theme engine to draw rows in alternating colors)" readable="true" writeable="true"/>
<property name="EnableSearch" cname="enable_search" type="gboolean" doc-string=" _(View allows user to search through columns interactively)" readable="true" writeable="true"/>
<property name="SearchColumn" cname="search_column" type="gint" doc-string=" _(Model column to search through when searching through code)" readable="true" writeable="true"/>
<property name="Model" cname="model" type="GtkTreeModel" readable="true" writeable="true"/>
<property name="Hadjustment" cname="hadjustment" type="GtkAdjustment" readable="true" writeable="true"/>
<property name="Vadjustment" cname="vadjustment" type="GtkAdjustment" readable="true" writeable="true"/>
<property name="HeadersVisible" cname="headers_visible" type="gboolean" readable="true" writeable="true"/>
<property name="HeadersClickable" cname="headers_clickable" type="gboolean" writeable="true"/>
<property name="ExpanderColumn" cname="expander_column" type="GtkTreeViewColumn" readable="true" writeable="true"/>
<property name="Reorderable" cname="reorderable" type="gboolean" readable="true" writeable="true"/>
<property name="RulesHint" cname="rules_hint" type="gboolean" readable="true" writeable="true"/>
<property name="EnableSearch" cname="enable_search" type="gboolean" readable="true" writeable="true"/>
<property name="SearchColumn" cname="search_column" type="gint" readable="true" writeable="true"/>
<signal name="ScrollAdjustmentsSet" cname="set_scroll_adjustments" when="LAST">
<return-type type="void"/>
<parameters>
@ -8455,20 +8455,20 @@
<parameter type="GtkTreeViewColumn*" name="tree_column"/>
</parameters>
</signal>
<property name="Visible" cname="visible" type="gboolean" doc-string=" _(Whether to display the column)" readable="true" writeable="true"/>
<property name="Resizable" cname="resizable" type="gboolean" doc-string=" _(Column is user-resizable)" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gint" doc-string=" _(Current width of the column)" readable="true"/>
<property name="Sizing" cname="sizing" type="GtkTreeViewColumnSizing" doc-string=" _(Resize mode of the column)" readable="true" writeable="true"/>
<property name="FixedWidth" cname="fixed_width" type="gint" doc-string=" _(Current fixed width of the column)" readable="true" writeable="true"/>
<property name="MinWidth" cname="min_width" type="gint" doc-string=" _(Minimum allowed width of the column)" readable="true" writeable="true"/>
<property name="MaxWidth" cname="max_width" type="gint" doc-string=" _(Maximum allowed width of the column)" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" doc-string=" _(Title to appear in column header)" readable="true" writeable="true"/>
<property name="Clickable" cname="clickable" type="gboolean" doc-string=" _(Whether the header can be clicked)" readable="true" writeable="true"/>
<property name="Widget" cname="widget" type="GtkWidget" doc-string=" _(Widget to put in column header button instead of column title)" readable="true" writeable="true"/>
<property name="Alignment" cname="alignment" type="gfloat" doc-string=" _(X Alignment of the column header text or widget)" readable="true" writeable="true"/>
<property name="Reorderable" cname="reorderable" type="gboolean" doc-string=" _(Whether the column can be reordered around the headers)" readable="true" writeable="true"/>
<property name="SortIndicator" cname="sort_indicator" type="gboolean" doc-string=" _(Whether to show a sort indicator)" readable="true" writeable="true"/>
<property name="SortOrder" cname="sort_order" type="GtkSortType" doc-string=" _(Sort direction the sort indicator should indicate)" readable="true" writeable="true"/>
<property name="Visible" cname="visible" type="gboolean" readable="true" writeable="true"/>
<property name="Resizable" cname="resizable" type="gboolean" readable="true" writeable="true"/>
<property name="Width" cname="width" type="gint" readable="true"/>
<property name="Sizing" cname="sizing" type="GtkTreeViewColumnSizing" readable="true" writeable="true"/>
<property name="FixedWidth" cname="fixed_width" type="gint" readable="true" writeable="true"/>
<property name="MinWidth" cname="min_width" type="gint" readable="true" writeable="true"/>
<property name="MaxWidth" cname="max_width" type="gint" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true"/>
<property name="Clickable" cname="clickable" type="gboolean" readable="true" writeable="true"/>
<property name="Widget" cname="widget" type="GtkWidget" readable="true" writeable="true"/>
<property name="Alignment" cname="alignment" type="gfloat" readable="true" writeable="true"/>
<property name="Reorderable" cname="reorderable" type="gboolean" readable="true" writeable="true"/>
<property name="SortIndicator" cname="sort_indicator" type="gboolean" readable="true" writeable="true"/>
<property name="SortOrder" cname="sort_order" type="GtkSortType" readable="true" writeable="true"/>
<method name="AddAttribute" cname="gtk_tree_view_column_add_attribute">
<return-type type="void"/>
<parameters>
@ -8717,9 +8717,9 @@
<field cname="bin_window" type="GdkWindow*"/>
<field cname="hadjustment" type="GtkAdjustment*"/>
<field cname="vadjustment" type="GtkAdjustment*"/>
<property name="Hadjustment" cname="hadjustment" type="GtkAdjustment" doc-string=" _(The GtkAdjustment that determines the values of the horizontal position for this viewport.)" readable="true" writeable="true"/>
<property name="Vadjustment" cname="vadjustment" type="GtkAdjustment" doc-string=" _(The GtkAdjustment that determines the values of the vertical position for this viewport.)" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" doc-string=" _(Determines how the shadowed box around the viewport is drawn.)" readable="true" writeable="true"/>
<property name="Hadjustment" cname="hadjustment" type="GtkAdjustment" readable="true" writeable="true"/>
<property name="Vadjustment" cname="vadjustment" type="GtkAdjustment" readable="true" writeable="true"/>
<property name="ShadowType" cname="shadow_type" type="GtkShadowType" readable="true" writeable="true"/>
<signal name="ScrollAdjustmentsSet" cname="set_scroll_adjustments" when="LAST">
<return-type type="void"/>
<parameters>
@ -8820,22 +8820,22 @@
<field cname="allocation" type="GtkAllocation"/>
<field cname="window" type="GdkWindow*"/>
<field cname="parent" type="GtkWidget*"/>
<property name="Name" cname="name" type="gchar*" doc-string=" _(The name of the widget)" readable="true" writeable="true"/>
<property name="Parent" cname="parent" type="GtkContainer" doc-string=" _(The parent widget of this widget. Must be a Container widget.)" readable="true" writeable="true"/>
<property name="WidthRequest" cname="width_request" type="gint" doc-string=" _(Override for width request of the widget, or -1 if natural request should be used.)" readable="true" writeable="true"/>
<property name="HeightRequest" cname="height_request" type="gint" doc-string=" _(Override for height request of the widget, or -1 if natural request should be used.)" readable="true" writeable="true"/>
<property name="Visible" cname="visible" type="gboolean" doc-string=" _(Whether the widget is visible)" readable="true" writeable="true"/>
<property name="Sensitive" cname="sensitive" type="gboolean" doc-string=" _(Whether the widget responds to input)" readable="true" writeable="true"/>
<property name="AppPaintable" cname="app_paintable" type="gboolean" doc-string=" _(Whether the application will paint directly on the widget)" readable="true" writeable="true"/>
<property name="CanFocus" cname="can_focus" type="gboolean" doc-string=" _(Whether the widget can accept the input focus)" readable="true" writeable="true"/>
<property name="HasFocus" cname="has_focus" type="gboolean" doc-string=" _(Whether the widget has the input focus)" readable="true" writeable="true"/>
<property name="CanDefault" cname="can_default" type="gboolean" doc-string=" _(Whether the widget can be the default widget)" readable="true" writeable="true"/>
<property name="HasDefault" cname="has_default" type="gboolean" doc-string=" _(Whether the widget is the default widget)" readable="true" writeable="true"/>
<property name="ReceivesDefault" cname="receives_default" type="gboolean" doc-string=" _(If TRUE, the widget will receive the default action when it is focused.)" readable="true" writeable="true"/>
<property name="CompositeChild" cname="composite_child" type="gboolean" doc-string=" _(Whether the widget is part of a composite widget)" readable="true"/>
<property name="Style" cname="style" type="GtkStyle" doc-string=" _(The style of the widget, which contains information about how it will look (colors etc).)" readable="true" writeable="true"/>
<property name="Events" cname="events" type="GdkEventMask" doc-string=" _(The event mask that decides what kind of GdkEvents this widget gets.)" readable="true" writeable="true"/>
<property name="ExtensionEvents" cname="extension_events" type="GdkExtensionMode" doc-string=" _(The mask that decides what kind of extension events this widget gets.)" readable="true" writeable="true"/>
<property name="Name" cname="name" type="gchar*" readable="true" writeable="true"/>
<property name="Parent" cname="parent" type="GtkContainer" readable="true" writeable="true"/>
<property name="WidthRequest" cname="width_request" type="gint" readable="true" writeable="true"/>
<property name="HeightRequest" cname="height_request" type="gint" readable="true" writeable="true"/>
<property name="Visible" cname="visible" type="gboolean" readable="true" writeable="true"/>
<property name="Sensitive" cname="sensitive" type="gboolean" readable="true" writeable="true"/>
<property name="AppPaintable" cname="app_paintable" type="gboolean" readable="true" writeable="true"/>
<property name="CanFocus" cname="can_focus" type="gboolean" readable="true" writeable="true"/>
<property name="HasFocus" cname="has_focus" type="gboolean" readable="true" writeable="true"/>
<property name="CanDefault" cname="can_default" type="gboolean" readable="true" writeable="true"/>
<property name="HasDefault" cname="has_default" type="gboolean" readable="true" writeable="true"/>
<property name="ReceivesDefault" cname="receives_default" type="gboolean" readable="true" writeable="true"/>
<property name="CompositeChild" cname="composite_child" type="gboolean" readable="true"/>
<property name="Style" cname="style" type="GtkStyle" readable="true" writeable="true"/>
<property name="Events" cname="events" type="GdkEventMask" readable="true" writeable="true"/>
<property name="ExtensionEvents" cname="extension_events" type="GdkExtensionMode" readable="true" writeable="true"/>
<signal name="Shown" cname="show" when="FIRST">
<return-type type="void"/>
<parameters>
@ -9840,17 +9840,17 @@
<field cname="keys_changed_handler" type="guint"/>
<field cname="mnemonic_modifier" type="GdkModifierType"/>
<field cname="gtk_reserved1" type="gpointer"/>
<property name="Type" cname="type" type="GtkWindowType" doc-string=" _(The type of the window)" readable="true" writeable="true" construct-only="true"/>
<property name="Title" cname="title" type="gchar*" doc-string=" _(The title of the window)" readable="true" writeable="true"/>
<property name="AllowShrink" cname="allow_shrink" type="gboolean" doc-string=" /* xgettext:no-c-format */ _(If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea.)" readable="true" writeable="true"/>
<property name="AllowGrow" cname="allow_grow" type="gboolean" doc-string=" _(If TRUE, users can expand the window beyond its minimum size.)" readable="true" writeable="true"/>
<property name="Resizable" cname="resizable" type="gboolean" doc-string=" _(If TRUE, users can resize the window.)" readable="true" writeable="true"/>
<property name="Modal" cname="modal" type="gboolean" doc-string=" _(If TRUE, the window is modal (other windows are not usable while this one is up).)" readable="true" writeable="true"/>
<property name="WindowPosition" cname="window_position" type="GtkWindowPosition" doc-string=" _(The initial position of the window.)" readable="true" writeable="true"/>
<property name="DefaultWidth" cname="default_width" type="gint" doc-string=" _(The default width of the window, used when initially showing the window.)" readable="true" writeable="true"/>
<property name="DefaultHeight" cname="default_height" type="gint" doc-string=" _(The default height of the window, used when initially showing the window.)" readable="true" writeable="true"/>
<property name="DestroyWithParent" cname="destroy_with_parent" type="gboolean" doc-string=" _(If this window should be destroyed when the parent is destroyed)" readable="true" writeable="true"/>
<property name="Icon" cname="icon" type="GdkPixbuf" doc-string=" _(Icon for this window)" readable="true" writeable="true"/>
<property name="Type" cname="type" type="GtkWindowType" readable="true" writeable="true" construct-only="true"/>
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true"/>
<property name="AllowShrink" cname="allow_shrink" type="gboolean" readable="true" writeable="true"/>
<property name="AllowGrow" cname="allow_grow" type="gboolean" readable="true" writeable="true"/>
<property name="Resizable" cname="resizable" type="gboolean" readable="true" writeable="true"/>
<property name="Modal" cname="modal" type="gboolean" readable="true" writeable="true"/>
<property name="WindowPosition" cname="window_position" type="GtkWindowPosition" readable="true" writeable="true"/>
<property name="DefaultWidth" cname="default_width" type="gint" readable="true" writeable="true"/>
<property name="DefaultHeight" cname="default_height" type="gint" readable="true" writeable="true"/>
<property name="DestroyWithParent" cname="destroy_with_parent" type="gboolean" readable="true" writeable="true"/>
<property name="Icon" cname="icon" type="GdkPixbuf" readable="true" writeable="true"/>
<signal name="SetFocus" cname="set_focus" when="LAST">
<return-type type="void"/>
<parameters>
@ -11591,9 +11591,9 @@
</object>
</namespace>
<namespace name="Gtk" library="gtkhtml-3.0">
<enum name="HTMLBeginFlags" cname="GtkHTMLBeginFlags" type="enum">
<member cname="GTK_HTML_BEGIN_KEEP_SCROLL" name="Scroll"/>
<member cname="GTK_HTML_BEGIN_KEEP_IMAGES" name="Images"/>
<enum name="HTMLBeginFlags" cname="GtkHTMLBeginFlags" type="flags">
<member cname="GTK_HTML_BEGIN_KEEP_SCROLL" name="Scroll" value="1 &lt;&lt; 0"/>
<member cname="GTK_HTML_BEGIN_KEEP_IMAGES" name="Images" value="1 &lt;&lt; 1"/>
</enum>
<enum name="HTMLCommandType" cname="GtkHTMLCommandType" type="enum">
<member cname="GTK_HTML_COMMAND_UNDO" name="Undo"/>
@ -12025,10 +12025,10 @@
<parameter type="GtkHTMLCommandType" name="com_type"/>
</parameters>
</signal>
<property name="Editable" cname="editable" type="gboolean" doc-string=" _(Whether the html can be edited)" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" doc-string=" _(The title of the current document)" readable="true" writeable="true"/>
<property name="DocumentBase" cname="document_base" type="gchar*" doc-string=" _(The base URL for relative references)" readable="true" writeable="true"/>
<property name="TargetBase" cname="target_base" type="gchar*" doc-string=" _(The base URL of the targe frame)" readable="true" writeable="true"/>
<property name="Editable" cname="editable" type="gboolean" readable="true" writeable="true"/>
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true"/>
<property name="DocumentBase" cname="document_base" type="gchar*" readable="true" writeable="true"/>
<property name="TargetBase" cname="target_base" type="gchar*" readable="true" writeable="true"/>
<method name="AllowSelection" cname="gtk_html_allow_selection">
<return-type type="void"/>
<parameters>
@ -12106,12 +12106,24 @@
<method name="GetAllowFrameset" cname="gtk_html_get_allow_frameset">
<return-type type="gboolean"/>
</method>
<method name="GetAnimate" cname="gtk_html_get_animate">
<return-type type="gboolean"/>
</method>
<method name="GetBase" cname="gtk_html_get_base">
<return-type type="const-char*"/>
</method>
<method name="GetEditable" cname="gtk_html_get_editable">
<return-type type="gboolean"/>
</method>
<method name="GetInlineSpelling" cname="gtk_html_get_inline_spelling">
<return-type type="gboolean"/>
</method>
<method name="GetMagicLinks" cname="gtk_html_get_magic_links">
<return-type type="gboolean"/>
</method>
<method name="GetMagicSmileys" cname="gtk_html_get_magic_smileys">
<return-type type="gboolean"/>
</method>
<method name="GetObjectById" cname="gtk_html_get_object_by_id">
<return-type type="gpointer"/>
<parameters>
@ -12294,6 +12306,12 @@
<parameter type="gboolean" name="allow"/>
</parameters>
</method>
<method name="SetAnimate" cname="gtk_html_set_animate">
<return-type type="void"/>
<parameters>
<parameter type="gboolean" name="animate"/>
</parameters>
</method>
<method name="SetBase" cname="gtk_html_set_base">
<return-type type="void"/>
<parameters>
@ -12351,6 +12369,24 @@
<parameter type="GByteArray*" name="levels"/>
</parameters>
</method>
<method name="SetInlineSpelling" cname="gtk_html_set_inline_spelling">
<return-type type="void"/>
<parameters>
<parameter type="gboolean" name="inline_spell"/>
</parameters>
</method>
<method name="SetMagicLinks" cname="gtk_html_set_magic_links">
<return-type type="void"/>
<parameters>
<parameter type="gboolean" name="magic_links"/>
</parameters>
</method>
<method name="SetMagicSmileys" cname="gtk_html_set_magic_smileys">
<return-type type="void"/>
<parameters>
<parameter type="gboolean" name="magic_smileys"/>
</parameters>
</method>
<method name="SetMagnification" cname="gtk_html_set_magnification">
<return-type type="void"/>
<parameters>

View File

@ -467,9 +467,10 @@ sub addFuncElems
$inst = $key;
last;
} elsif (exists ($enums{$key})) {
last;
last if ($mname =~ /_get_type/);
}
}
printf ("unmatched method %s\n", $mname) if (!$obj_el);
next if (!$obj_el);
$mdef = delete $fdefs{$mname};
@ -609,22 +610,19 @@ sub addPropElem
$name =~ s/\s*\"//g;
}
while ($params[2] !~ /(\"|NULL)\s*\)?$/) {
die "Unable to reconstruct doc string.\n" if (!$params[3]);
$params[2] .= ",$params[3]";
@params = (@params[0..2],@params[4..$#params]);
}
$docs = $params[2];
$docs =~ s/\s*\"//g;
$docs =~ s/\s+/ /g;
$mode = $params[$#params];
if ($type =~ /boolean|float|double|^u?int|pointer/) {
$type = "g$type";
} elsif ($type =~ /string/) {
$type = "gchar*";
} elsif ($type =~ /boxed|enum|flags|object/) {
$type = $params[3];
} elsif ($type =~ /boxed|object/) {
$type = $params[$#params-1];
$type =~ s/TYPE_//;
$type =~ s/\s+//g;
$type = StudlyCaps(lc($type));
} elsif ($type =~ /enum|flags/) {
$type = $params[$#params-2];
$type =~ s/TYPE_//;
$type =~ s/\s+//g;
$type = StudlyCaps(lc($type));
@ -635,7 +633,6 @@ sub addPropElem
$prop_elem->setAttribute('name', StudlyCaps($name));
$prop_elem->setAttribute('cname', $name);
$prop_elem->setAttribute('type', $type);
$prop_elem->setAttribute('doc-string', $docs);
$prop_elem->setAttribute('readable', "true") if ($mode =~ /READ/);
$prop_elem->setAttribute('writeable', "true") if ($mode =~ /WRIT/);