wlmaker
Loading...
Searching...
No Matches
files.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __WLMAKER_FILES_H__
21#define __WLMAKER_FILES_H__
22
23#include <libbase/libbase.h>
24
27
28#ifdef __cplusplus
29extern "C" {
30#endif // __cplusplus
31
42
49
61 wlmaker_files_t *files_ptr,
62 const char *fname_ptr);
63
75 wlmaker_files_t *files_ptr,
76 const char *fname_ptr,
77 int mode_type);
78
90 wlmaker_files_t *files_ptr,
91 const char *fname_ptr,
92 int mode_type);
93
95extern const bs_test_set_t wlmaker_files_test_set;
96
97#ifdef __cplusplus
98} // extern "C"
99#endif // __cplusplus
100
101#endif /* __WLMAKER_FILES_H__ */
102/* == End of files.h ======================================================= */
char * wlmaker_files_xdg_config_find(wlmaker_files_t *files_ptr, const char *fname_ptr, int mode_type)
Definition files.c:86
char * wlmaker_files_xdg_config_fname(wlmaker_files_t *files_ptr, const char *fname_ptr)
Definition files.c:74
const bs_test_set_t wlmaker_files_test_set
Definition files.c:145
void wlmaker_files_destroy(wlmaker_files_t *files_ptr)
Definition files.c:62
char * wlmaker_files_xdg_data_find(wlmaker_files_t *files_ptr, const char *fname_ptr, int mode_type)
Definition files.c:109
wlmaker_files_t * wlmaker_files_create(const char *dirname_ptr)
Definition files.c:43
Definition files.c:32
char * dirname_ptr
Definition files.c:37