+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 112 additions & 0 deletions Atk-1.0.gir

Large diffs are not rendered by default.

346 changes: 312 additions & 34 deletions GLib-2.0.gir

Large diffs are not rendered by default.

129 changes: 129 additions & 0 deletions GObject-2.0.gir

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Gdk-3.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -14773,7 +14773,7 @@ See gdk_keymap_get_caps_lock_state().</doc>
<constant name="MAX_TIMECOORD_AXES" value="128" c:type="GDK_MAX_TIMECOORD_AXES">
<type name="gint" c:type="gint"/>
</constant>
<constant name="MICRO_VERSION" value="40" c:type="GDK_MICRO_VERSION">
<constant name="MICRO_VERSION" value="42" c:type="GDK_MICRO_VERSION">
<type name="gint" c:type="gint"/>
</constant>
<constant name="MINOR_VERSION" value="24" c:type="GDK_MINOR_VERSION">
Expand Down
20 changes: 20 additions & 0 deletions Gdk-4.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,7 @@ See [method@Gdk.ContentProvider.write_mime_type_async].</doc>
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
</field>
<field name="content_changed">
<doc xml:space="preserve">Signal class closure for `GdkContentProvider::content-changed`</doc>
<callback name="content_changed">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
Expand Down Expand Up @@ -16370,6 +16371,10 @@ that will make the implementation likely quite slow.</doc>
<type name="GObject.TypeInterface" c:type="GTypeInterface"/>
</field>
<field name="snapshot">
<doc xml:space="preserve">Snapshot the paintable. The given @width and @height are
guaranteed to be larger than 0.0. The resulting snapshot must modify
only the area in the rectangle from (0,0) to (width, height).
This is the only function that must be implemented for this interface.</doc>
<callback name="snapshot">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
Expand All @@ -16395,6 +16400,9 @@ that will make the implementation likely quite slow.</doc>
</callback>
</field>
<field name="get_current_image">
<doc xml:space="preserve">return a `GdkPaintable` that does not change over
time. This means the `GDK_PAINTABLE_STATIC_SIZE` and
`GDK_PAINTABLE_STATIC_CONTENTS` flag are set.</doc>
<callback name="get_current_image">
<return-value transfer-ownership="full">
<doc xml:space="preserve">An immutable paintable for the current
Expand All @@ -16410,6 +16418,8 @@ that will make the implementation likely quite slow.</doc>
</callback>
</field>
<field name="get_flags">
<doc xml:space="preserve">Get the flags for this instance. See [enum@Gdk.PaintableFlags]
for details.</doc>
<callback name="get_flags">
<return-value transfer-ownership="none">
<doc xml:space="preserve">The `GdkPaintableFlags` for this paintable</doc>
Expand All @@ -16424,6 +16434,9 @@ that will make the implementation likely quite slow.</doc>
</callback>
</field>
<field name="get_intrinsic_width">
<doc xml:space="preserve">The preferred width for this object to be
snapshot at or 0 if none. This is purely a hint. The object must still
be able to render at any size.</doc>
<callback name="get_intrinsic_width">
<return-value transfer-ownership="none">
<doc xml:space="preserve">the intrinsic width of @paintable or 0 if none.</doc>
Expand All @@ -16438,6 +16451,9 @@ that will make the implementation likely quite slow.</doc>
</callback>
</field>
<field name="get_intrinsic_height">
<doc xml:space="preserve">The preferred height for this object to be
snapshot at or 0 if none. This is purely a hint. The object must still
be able to render at any size.</doc>
<callback name="get_intrinsic_height">
<return-value transfer-ownership="none">
<doc xml:space="preserve">the intrinsic height of @paintable or 0 if none.</doc>
Expand All @@ -16452,6 +16468,10 @@ that will make the implementation likely quite slow.</doc>
</callback>
</field>
<field name="get_intrinsic_aspect_ratio">
<doc xml:space="preserve">The preferred aspect ratio for this object
or 0 if none. If both [vfunc@Gdk.Paintable.get_intrinsic_width]
and [vfunc@Gdk.Paintable.get_intrinsic_height] return non-zero
values, this function should return the aspect ratio computed from those.</doc>
<callback name="get_intrinsic_aspect_ratio">
<return-value transfer-ownership="none">
<doc xml:space="preserve">the intrinsic aspect ratio of @paintable or 0 if none.</doc>
Expand Down
12 changes: 12 additions & 0 deletions GdkPixbuf-2.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -2830,6 +2830,7 @@ A delay time of -1 is possible, indicating "infinite".</doc>
</parameters>
</virtual-method>
<virtual-method name="get_size">
<doc xml:space="preserve">fills @width and @height with the frame size of the animation.</doc>
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
Expand Down Expand Up @@ -3043,6 +3044,7 @@ virtual functions.</doc>
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
</field>
<field name="is_static_image">
<doc xml:space="preserve">returns whether the given animation is just a static image.</doc>
<callback name="is_static_image">
<return-value transfer-ownership="none">
<doc xml:space="preserve">`TRUE` if the "animation" was really just an image</doc>
Expand All @@ -3057,6 +3059,7 @@ virtual functions.</doc>
</callback>
</field>
<field name="get_static_image">
<doc xml:space="preserve">returns a static image representing the given animation.</doc>
<callback name="get_static_image">
<return-value transfer-ownership="none">
<doc xml:space="preserve">unanimated image representing the animation</doc>
Expand All @@ -3071,6 +3074,7 @@ virtual functions.</doc>
</callback>
</field>
<field name="get_size">
<doc xml:space="preserve">fills @width and @height with the frame size of the animation.</doc>
<callback name="get_size">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
Expand All @@ -3089,6 +3093,7 @@ virtual functions.</doc>
</callback>
</field>
<field name="get_iter">
<doc xml:space="preserve">returns an iterator for the given animation.</doc>
<callback name="get_iter">
<return-value transfer-ownership="full">
<doc xml:space="preserve">an iterator to move over the animation</doc>
Expand Down Expand Up @@ -3329,6 +3334,8 @@ virtual functions.</doc>
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
</field>
<field name="get_delay_time">
<doc xml:space="preserve">returns the time in milliseconds that the current frame
should be shown.</doc>
<callback name="get_delay_time">
<return-value transfer-ownership="none">
<doc xml:space="preserve">delay time in milliseconds (thousandths of a second)</doc>
Expand All @@ -3343,6 +3350,7 @@ virtual functions.</doc>
</callback>
</field>
<field name="get_pixbuf">
<doc xml:space="preserve">returns the current frame.</doc>
<callback name="get_pixbuf">
<return-value transfer-ownership="none">
<doc xml:space="preserve">the pixbuf to be displayed</doc>
Expand All @@ -3357,6 +3365,8 @@ virtual functions.</doc>
</callback>
</field>
<field name="on_currently_loading_frame">
<doc xml:space="preserve">returns whether the current frame of @iter is
being loaded.</doc>
<callback name="on_currently_loading_frame">
<return-value transfer-ownership="none">
<doc xml:space="preserve">`TRUE` if the frame we're on is partially loaded, or the last frame</doc>
Expand All @@ -3371,6 +3381,8 @@ virtual functions.</doc>
</callback>
</field>
<field name="advance">
<doc xml:space="preserve">advances the iterator to @current_time, possibly changing the
current frame.</doc>
<callback name="advance">
<return-value transfer-ownership="none">
<doc xml:space="preserve">`TRUE` if the image may need updating</doc>
Expand Down
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载