@@ -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
56145614application compile time, rather than from the library linked
56155615against 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
5283652836application compile time, rather than from the library linked
5283752837against 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
5284252842application compile time, rather than from the library linked
5284352843against 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+ 8444584448
8444684449If @len is -1, @text must be nul-terminated.
8444784450@text must be valid UTF-8.</doc>
0 commit comments