Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GDir | GDir |
Functions | |
GLIB_AVAILABLE_IN_ALL GDir * | g_dir_open (const gchar *path, guint flags, GError **error) |
GLIB_AVAILABLE_IN_ALL const gchar * | g_dir_read_name (GDir *dir) |
GLIB_AVAILABLE_IN_ALL void | g_dir_rewind (GDir *dir) |
GLIB_AVAILABLE_IN_ALL void | g_dir_close (GDir *dir) |
GLIB_AVAILABLE_IN_2_80 GDir * | g_dir_ref (GDir *dir) |
GLIB_AVAILABLE_IN_2_80 void | g_dir_unref (GDir *dir) |
GLIB_AVAILABLE_IN_ALL void g_dir_close | ( | GDir * | dir | ) |
GLIB_AVAILABLE_IN_ALL GDir * g_dir_open | ( | const gchar * | path, |
guint | flags, | ||
GError ** | error ) |
GLIB_AVAILABLE_IN_ALL const gchar * g_dir_read_name | ( | GDir * | dir | ) |
GLIB_AVAILABLE_IN_2_80 GDir * g_dir_ref | ( | GDir * | dir | ) |
GLIB_AVAILABLE_IN_ALL void g_dir_rewind | ( | GDir * | dir | ) |
GLIB_AVAILABLE_IN_2_80 void g_dir_unref | ( | GDir * | dir | ) |