@@ -197,7 +197,7 @@ public class GTK4 {
197197 public static final native long gtk_file_dialog_new ();
198198 /**
199199 * @method flags=dynamic
200- *
200+ *
201201 * @param parent cast=(GtkWindow *)
202202 * @param cancellable cast=(GCancellable *)
203203 * @param callback cast=(GAsyncReadyCallback)
@@ -206,55 +206,55 @@ public class GTK4 {
206206 public static final native void gtk_file_dialog_select_folder (long self , long parent , long cancellable , long callback , long user_data );
207207 /**
208208 * @method flags=dynamic
209- *
209+ *
210210 * @param result cast=(GAsyncResult *)
211211 * @param error cast=(GError **)
212212 */
213213 public static final native long gtk_file_dialog_select_folder_finish (long self , long result , long [] error );
214214 /**
215215 * @method flags=dynamic
216- *
216+ *
217217 * @param folder cast=(GFile *)
218218 */
219219 public static final native void gtk_file_dialog_set_initial_folder (long self , long folder );
220220 /**
221221 * @method flags=dynamic
222- *
222+ *
223223 * @param title cast=(char *)
224224 */
225225 public static final native void gtk_file_dialog_set_initial_name (long self , byte [] title );
226226 /**
227227 * @method flags=dynamic
228- *
228+ *
229229 * @param file cast=(GFile *)
230230 */
231231 public static final native void gtk_file_dialog_set_initial_file (long self , long file );
232232 /**
233233 * @method flags=dynamic
234- *
234+ *
235235 * @param title cast=(char *)
236236 */
237237 public static final native void gtk_file_dialog_set_title (long self , byte [] title );
238238 /**
239239 * @method flags=dynamic
240- *
240+ *
241241 * @param filter cast=(GtkFileFilter *)
242242 */
243243 public static final native void gtk_file_dialog_set_default_filter (long self , long filter );
244244 /**
245245 * @method flags=dynamic
246- *
246+ *
247247 * @param filters cast=(GListModel *)
248248 */
249249 public static final native void gtk_file_dialog_set_filters (long self , long filters );
250250 /**
251251 * @method flags=dynamic
252- *
252+ *
253253 */
254254 public static final native long gtk_file_dialog_get_default_filter (long self );
255255 /**
256256 * @method flags=dynamic
257- *
257+ *
258258 * @param parent cast=(GtkWindow *)
259259 * @param cancellable cast=(GCancellable *)
260260 * @param callback cast=(GAsyncReadyCallback)
@@ -263,13 +263,13 @@ public class GTK4 {
263263 public static final native void gtk_file_dialog_open_multiple (long self , long parent , long cancellable , long callback , long user_data );
264264 /**
265265 * @method flags=dynamic
266- *
266+ *
267267 * @param result cast=(GAsyncResult *)
268268 * @param error cast=(GError **)
269269 */
270270 public static final native long gtk_file_dialog_open_multiple_finish (long self , long result , long [] error );
271271 /**
272- *
272+ *
273273 * @param parent cast=(GtkWindow *)
274274 * @param cancellable cast=(GCancellable *)
275275 * @param callback cast=(GAsyncReadyCallback)
@@ -279,14 +279,14 @@ public class GTK4 {
279279 public static final native void gtk_file_dialog_open (long self , long parent , long cancellable , long callback , long user_data );
280280 /**
281281 * @method flags=dynamic
282- *
282+ *
283283 * @param result cast=(GAsyncResult *)
284284 * @param error cast=(GError **)
285285 */
286286 public static final native long gtk_file_dialog_open_finish (long self , long result , long [] error );
287287 /**
288288 * @method flags=dynamic
289- *
289+ *
290290 * @param parent cast=(GtkWindow *)
291291 * @param cancellable cast=(GCancellable *)
292292 * @param callback cast=(GAsyncReadyCallback)
@@ -295,7 +295,7 @@ public class GTK4 {
295295 public static final native void gtk_file_dialog_save (long self , long parent , long cancellable , long callback , long user_data );
296296 /**
297297 * @method flags=dynamic
298- *
298+ *
299299 * @param result cast=(GAsyncResult *)
300300 * @param error cast=(GError **)
301301 */
@@ -534,6 +534,8 @@ public class GTK4 {
534534 * @param buffer cast=(GtkEntryBuffer *)
535535 */
536536 public static final native void gtk_entry_set_buffer (long entry , long buffer );
537+ /** @param entry cast=(GtkEntryBuffer *) */
538+ public static final native long gtk_entry_buffer_get_text (long entry );
537539 /** @param entry cast=(GtkEntry *) */
538540 public static final native long gtk_entry_get_buffer (long entry );
539541 /** @param entry cast=(GtkEntry *) */
0 commit comments