Skip to content

Commit 01c4ec6

Browse files
Merge pull request #126 from gtk-rs/create-pull-request/patch
Update GIR files (2022-09-11)
2 parents 9652f2b + 4ca9b21 commit 01c4ec6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Gtk-4.0.gir

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5609,7 +5609,7 @@ See gtk_assistant_commit() for details.</doc>
56095609
add its own buttons through gtk_assistant_add_action_widget().</doc>
56105610
</member>
56115611
</enumeration>
5612-
<constant name="BINARY_AGE" value="702" c:type="GTK_BINARY_AGE">
5612+
<constant name="BINARY_AGE" value="800" c:type="GTK_BINARY_AGE">
56135613
<doc xml:space="preserve">Like [func@get_binary_age], but from the headers used at
56145614
application compile time, rather than from the library linked
56155615
against at application run time.</doc>
@@ -52831,13 +52831,13 @@ against at application run time.</doc>
5283152831
</parameter>
5283252832
</parameters>
5283352833
</function-macro>
52834-
<constant name="MICRO_VERSION" value="2" c:type="GTK_MICRO_VERSION">
52834+
<constant name="MICRO_VERSION" value="0" c:type="GTK_MICRO_VERSION">
5283552835
<doc xml:space="preserve">Like [func@get_micro_version], but from the headers used at
5283652836
application compile time, rather than from the library linked
5283752837
against at application run time.</doc>
5283852838
<type name="gint" c:type="gint"/>
5283952839
</constant>
52840-
<constant name="MINOR_VERSION" value="7" c:type="GTK_MINOR_VERSION">
52840+
<constant name="MINOR_VERSION" value="8" c:type="GTK_MINOR_VERSION">
5284152841
<doc xml:space="preserve">Like [func@get_minor_version], but from the headers used at
5284252842
application compile time, rather than from the library linked
5284352843
against at application run time.</doc>
@@ -84441,7 +84441,10 @@ bit flips, the buffer emits the
8444184441
</method>
8444284442
<method name="set_text" c:identifier="gtk_text_buffer_set_text" glib:set-property="text">
8444384443
<attribute name="org.gtk.Method.set_property" value="text"/>
84444-
<doc xml:space="preserve">Deletes current contents of @buffer, and inserts @text instead.
84444+
<doc xml:space="preserve">Deletes current contents of @buffer, and inserts @text instead. This is
84445+
automatically marked as an irreversible action in the undo stack. If you
84446+
wish to mark this action as part of a larger undo operation, call
84447+
[[email protected]] and [[email protected]] directly instead.
8444584448

8444684449
If @len is -1, @text must be nul-terminated.
8444784450
@text must be valid UTF-8.</doc>

0 commit comments

Comments
 (0)