#include <sys/types.h>
#include <glib.h>
Go to the source code of this file.
Typedefs | |
typedef gboolean(* | DirForeachFunc )(const gchar *path, const gchar *basename, gpointer user_data) |
Functions | |
gboolean | dir_foreach (const gchar *path, DirForeachFunc function, gpointer user_data, GError **error) |
gint | file_get_mtime (const gchar *filename) |
void | make_directory (const gchar *path, mode_t mode) |
GList * | plugin_get_list (gint type) |
typedef gboolean(* DirForeachFunc)(const gchar *path, const gchar *basename, gpointer user_data) |
gboolean dir_foreach | ( | const gchar * | path, | |
DirForeachFunc | function, | |||
gpointer | user_data, | |||
GError ** | error | |||
) |
Definition at line 54 of file util.c.
Referenced by scan_plugins().
gint file_get_mtime | ( | const gchar * | filename | ) |
Definition at line 138 of file util.c.
Referenced by module_register().
void make_directory | ( | const gchar * | path, | |
mode_t | mode | |||
) |
Definition at line 149 of file util.c.
Referenced by aud_make_user_dir().
GList* plugin_get_list | ( | gint | type | ) |
Definition at line 184 of file util.c.
Referenced by create_plugin_pages(), destroy_plugin_pages(), on_effect_plugin_view_realize(), on_general_plugin_view_realize(), on_input_plugin_view_realize(), and on_vis_plugin_view_realize().