@@ -197,7 +197,7 @@ public class GTK4 {
197
197
public static final native long gtk_file_dialog_new ();
198
198
/**
199
199
* @method flags=dynamic
200
- *
200
+ *
201
201
* @param parent cast=(GtkWindow *)
202
202
* @param cancellable cast=(GCancellable *)
203
203
* @param callback cast=(GAsyncReadyCallback)
@@ -206,55 +206,55 @@ public class GTK4 {
206
206
public static final native void gtk_file_dialog_select_folder (long self , long parent , long cancellable , long callback , long user_data );
207
207
/**
208
208
* @method flags=dynamic
209
- *
209
+ *
210
210
* @param result cast=(GAsyncResult *)
211
211
* @param error cast=(GError **)
212
212
*/
213
213
public static final native long gtk_file_dialog_select_folder_finish (long self , long result , long [] error );
214
214
/**
215
215
* @method flags=dynamic
216
- *
216
+ *
217
217
* @param folder cast=(GFile *)
218
218
*/
219
219
public static final native void gtk_file_dialog_set_initial_folder (long self , long folder );
220
220
/**
221
221
* @method flags=dynamic
222
- *
222
+ *
223
223
* @param title cast=(char *)
224
224
*/
225
225
public static final native void gtk_file_dialog_set_initial_name (long self , byte [] title );
226
226
/**
227
227
* @method flags=dynamic
228
- *
228
+ *
229
229
* @param file cast=(GFile *)
230
230
*/
231
231
public static final native void gtk_file_dialog_set_initial_file (long self , long file );
232
232
/**
233
233
* @method flags=dynamic
234
- *
234
+ *
235
235
* @param title cast=(char *)
236
236
*/
237
237
public static final native void gtk_file_dialog_set_title (long self , byte [] title );
238
238
/**
239
239
* @method flags=dynamic
240
- *
240
+ *
241
241
* @param filter cast=(GtkFileFilter *)
242
242
*/
243
243
public static final native void gtk_file_dialog_set_default_filter (long self , long filter );
244
244
/**
245
245
* @method flags=dynamic
246
- *
246
+ *
247
247
* @param filters cast=(GListModel *)
248
248
*/
249
249
public static final native void gtk_file_dialog_set_filters (long self , long filters );
250
250
/**
251
251
* @method flags=dynamic
252
- *
252
+ *
253
253
*/
254
254
public static final native long gtk_file_dialog_get_default_filter (long self );
255
255
/**
256
256
* @method flags=dynamic
257
- *
257
+ *
258
258
* @param parent cast=(GtkWindow *)
259
259
* @param cancellable cast=(GCancellable *)
260
260
* @param callback cast=(GAsyncReadyCallback)
@@ -263,13 +263,13 @@ public class GTK4 {
263
263
public static final native void gtk_file_dialog_open_multiple (long self , long parent , long cancellable , long callback , long user_data );
264
264
/**
265
265
* @method flags=dynamic
266
- *
266
+ *
267
267
* @param result cast=(GAsyncResult *)
268
268
* @param error cast=(GError **)
269
269
*/
270
270
public static final native long gtk_file_dialog_open_multiple_finish (long self , long result , long [] error );
271
271
/**
272
- *
272
+ *
273
273
* @param parent cast=(GtkWindow *)
274
274
* @param cancellable cast=(GCancellable *)
275
275
* @param callback cast=(GAsyncReadyCallback)
@@ -279,14 +279,14 @@ public class GTK4 {
279
279
public static final native void gtk_file_dialog_open (long self , long parent , long cancellable , long callback , long user_data );
280
280
/**
281
281
* @method flags=dynamic
282
- *
282
+ *
283
283
* @param result cast=(GAsyncResult *)
284
284
* @param error cast=(GError **)
285
285
*/
286
286
public static final native long gtk_file_dialog_open_finish (long self , long result , long [] error );
287
287
/**
288
288
* @method flags=dynamic
289
- *
289
+ *
290
290
* @param parent cast=(GtkWindow *)
291
291
* @param cancellable cast=(GCancellable *)
292
292
* @param callback cast=(GAsyncReadyCallback)
@@ -295,7 +295,7 @@ public class GTK4 {
295
295
public static final native void gtk_file_dialog_save (long self , long parent , long cancellable , long callback , long user_data );
296
296
/**
297
297
* @method flags=dynamic
298
- *
298
+ *
299
299
* @param result cast=(GAsyncResult *)
300
300
* @param error cast=(GError **)
301
301
*/
@@ -534,6 +534,8 @@ public class GTK4 {
534
534
* @param buffer cast=(GtkEntryBuffer *)
535
535
*/
536
536
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 );
537
539
/** @param entry cast=(GtkEntry *) */
538
540
public static final native long gtk_entry_get_buffer (long entry );
539
541
/** @param entry cast=(GtkEntry *) */
0 commit comments