wlmaker
Loading...
Searching...
No Matches
files.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __WLMAKER_FILES_H__
22#define __WLMAKER_FILES_H__
23
24#include <libbase/libbase.h>
25
28
29#ifdef __cplusplus
30extern "C" {
31#endif // __cplusplus
32
43
50
62 wlmaker_files_t *files_ptr,
63 const char *fname_ptr);
64
76 wlmaker_files_t *files_ptr,
77 const char *fname_ptr,
78 int mode_type);
79
91 wlmaker_files_t *files_ptr,
92 const char *fname_ptr,
93 int mode_type);
94
96extern const bs_test_set_t wlmaker_files_test_set;
97
98#ifdef __cplusplus
99} // extern "C"
100#endif // __cplusplus
101
102#endif /* __WLMAKER_FILES_H__ */
103/* == 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:87
char * wlmaker_files_xdg_config_fname(wlmaker_files_t *files_ptr, const char *fname_ptr)
Definition files.c:75
const bs_test_set_t wlmaker_files_test_set
Definition files.c:146
void wlmaker_files_destroy(wlmaker_files_t *files_ptr)
Definition files.c:63
char * wlmaker_files_xdg_data_find(wlmaker_files_t *files_ptr, const char *fname_ptr, int mode_type)
Definition files.c:110
wlmaker_files_t * wlmaker_files_create(const char *dirname_ptr)
Definition files.c:44
Definition files.c:33
char * dirname_ptr
Definition files.c:38