Retrieves the name of another entry in the directory, or null. The order of entries returned from this function is not defined, and may vary by file system or other operating-system dependent factors.
Resets the given directory. The next call to glib.dir.Dir.readName will return the first entry again.
Creates a subdirectory in the preferred directory for temporary files (as returned by glib.global.getTmpDir).
Opens a directory for reading. The names of the files in the directory can then be retrieved using glib.dir.Dir.readName. Note that the ordering is not defined.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
An opaque structure representing an opened directory.