Home | History | Annotate | Download | only in gio

Lines Matching full:files

37  * @short_description: Enumerated Files Routines
313 * Request information for a number of files from the enumerator asynchronously.
317 * The callback can be called with less than @num_files files in case of error
415 /* Special case read of 0 files */
604 GList *files;
611 g_list_foreach (op->files, (GFunc)g_object_unref, NULL);
612 g_list_free (op->files);
659 op->files = g_list_prepend (op->files, info);
677 op->files = NULL;
700 res = op->files;
701 op->files = NULL;