mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
Add GI annotations to GFileEnumerator
This commit is contained in:
@@ -74,7 +74,7 @@ struct _GFileEnumeratorClass
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data);
|
||||
GList * (* next_files_finish) (GFileEnumerator *enumerator,
|
||||
GAsyncResult *res,
|
||||
GAsyncResult *result,
|
||||
GError **error);
|
||||
void (* close_async) (GFileEnumerator *enumerator,
|
||||
int io_priority,
|
||||
@@ -82,7 +82,7 @@ struct _GFileEnumeratorClass
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data);
|
||||
gboolean (* close_finish) (GFileEnumerator *enumerator,
|
||||
GAsyncResult *res,
|
||||
GAsyncResult *result,
|
||||
GError **error);
|
||||
|
||||
/*< private >*/
|
||||
|
Reference in New Issue
Block a user