| 1 | #ifndef DEFINE_FUNC_ATTRIBUTES |
|---|---|
| 2 | # define DEFINE_FUNC_ATTRIBUTES |
| 3 | #endif |
| 4 | #include "nvim/func_attr.h" |
| 5 | #undef DEFINE_FUNC_ATTRIBUTES |
| 6 | char *stdpaths_get_xdg_var(const XDGVarType idx) FUNC_ATTR_WARN_UNUSED_RESULT; |
| 7 | char *get_xdg_home(const XDGVarType idx) FUNC_ATTR_WARN_UNUSED_RESULT; |
| 8 | char *stdpaths_user_conf_subpath(const char *fname) FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_NONNULL_ALL FUNC_ATTR_NONNULL_RET; |
| 9 | char *stdpaths_user_data_subpath(const char *fname, const size_t trailing_pathseps, const _Bool escape_commas) FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_NONNULL_ALL FUNC_ATTR_NONNULL_RET; |
| 10 | #include "nvim/func_attr.h" |
| 11 |