Sets our main struct and passes it to the parent class.
Closes the directory and deallocates all related resources.
Get the main Gtk struct
the main Gtk struct as a void*
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 g_dir_read_name() will return the first entry again.
Creates a subdirectory in the preferred directory for temporary files (as returned by g_get_tmp_dir()).
Opens a directory for reading. The names of the files in the directory can then be retrieved using g_dir_read_name(). Note that the ordering is not defined.
the main Gtk struct
An opaque structure representing an opened directory.