-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from gtk-rs/create-pull-request/patch
Update GIR files (2024-06-23)
- Loading branch information
Showing
6 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -463,7 +463,7 @@ current process, %NULL will be returned.</doc> | |
</instance-parameter> | ||
</parameters> | ||
</method> | ||
<method name="is_local" c:identifier="gdk_clipboard_is_local"> | ||
<method name="is_local" c:identifier="gdk_clipboard_is_local" glib:get-property="local"> | ||
<attribute name="org.gtk.Method.get_property" value="local"/> | ||
<doc xml:space="preserve">Returns if the clipboard is local. | ||
|
||
|
@@ -896,7 +896,7 @@ provided otherwise.</doc> | |
<doc xml:space="preserve">The possible formats that the clipboard can provide its data in.</doc> | ||
<type name="ContentFormats"/> | ||
</property> | ||
<property name="local" transfer-ownership="none" default-value="TRUE"> | ||
<property name="local" transfer-ownership="none" getter="is_local" default-value="TRUE"> | ||
<attribute name="org.gtk.Property.get" value="gdk_clipboard_is_local"/> | ||
<doc xml:space="preserve">%TRUE if the contents of the clipboard are owned by this process.</doc> | ||
<type name="gboolean" c:type="gboolean"/> | ||
|
@@ -3793,7 +3793,7 @@ if no ID has been defined.</doc> | |
</instance-parameter> | ||
</parameters> | ||
</method> | ||
<method name="is_composited" c:identifier="gdk_display_is_composited"> | ||
<method name="is_composited" c:identifier="gdk_display_is_composited" glib:get-property="composited"> | ||
<attribute name="org.gtk.Method.get_property" value="composited"/> | ||
<doc xml:space="preserve">Returns whether surfaces can reasonably be expected to have | ||
their alpha channel drawn correctly on the screen. | ||
|
@@ -3818,7 +3818,7 @@ On modern displays, this value is always %TRUE.</doc> | |
</instance-parameter> | ||
</parameters> | ||
</method> | ||
<method name="is_rgba" c:identifier="gdk_display_is_rgba"> | ||
<method name="is_rgba" c:identifier="gdk_display_is_rgba" glib:get-property="rgba"> | ||
<attribute name="org.gtk.Method.get_property" value="rgba"/> | ||
<doc xml:space="preserve">Returns whether surfaces on this @display are created with an | ||
alpha channel. | ||
|
@@ -4130,7 +4130,7 @@ virtualized test environments.</doc> | |
</parameter> | ||
</parameters> | ||
</method> | ||
<property name="composited" transfer-ownership="none" default-value="TRUE"> | ||
<property name="composited" transfer-ownership="none" getter="is_composited" default-value="TRUE"> | ||
<attribute name="org.gtk.Property.get" value="gdk_display_is_composited"/> | ||
<doc xml:space="preserve">%TRUE if the display properly composites the alpha channel.</doc> | ||
<type name="gboolean" c:type="gboolean"/> | ||
|
@@ -4145,7 +4145,7 @@ virtualized test environments.</doc> | |
<doc xml:space="preserve">%TRUE if the display supports input shapes.</doc> | ||
<type name="gboolean" c:type="gboolean"/> | ||
</property> | ||
<property name="rgba" transfer-ownership="none" default-value="TRUE"> | ||
<property name="rgba" transfer-ownership="none" getter="is_rgba" default-value="TRUE"> | ||
<attribute name="org.gtk.Property.get" value="gdk_display_is_rgba"/> | ||
<doc xml:space="preserve">%TRUE if the display supports an alpha channel.</doc> | ||
<type name="gboolean" c:type="gboolean"/> | ||
|
@@ -15817,7 +15817,7 @@ primaries for pixels.</doc> | |
</instance-parameter> | ||
</parameters> | ||
</method> | ||
<method name="is_valid" c:identifier="gdk_monitor_is_valid"> | ||
<method name="is_valid" c:identifier="gdk_monitor_is_valid" glib:get-property="valid"> | ||
<attribute name="org.gtk.Method.get_property" value="valid"/> | ||
<doc xml:space="preserve">Returns %TRUE if the @monitor object corresponds to a | ||
physical monitor. | ||
|
@@ -15893,7 +15893,7 @@ compared to [[email protected]:scale].</doc> | |
<doc xml:space="preserve">The subpixel layout.</doc> | ||
<type name="SubpixelLayout"/> | ||
</property> | ||
<property name="valid" transfer-ownership="none" default-value="TRUE"> | ||
<property name="valid" transfer-ownership="none" getter="is_valid" default-value="TRUE"> | ||
<attribute name="org.gtk.Property.get" value="gdk_monitor_is_valid"/> | ||
<doc xml:space="preserve">Whether the object is still valid.</doc> | ||
<type name="gboolean" c:type="gboolean"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.