Blender
V5.0
source
blender
blenlib
BLI_tempfile.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
#include "
BLI_compiler_attrs.h
"
12
#include "
BLI_sys_types.h
"
13
18
bool
BLI_temp_directory_path_copy_if_valid
(
char
*tempdir,
19
const
size_t
tempdir_maxncpy,
20
const
char
*dirpath)
ATTR_NONNULL
(1, 3);
21
31
void
BLI_temp_directory_path_get
(
char
*tempdir,
const
size_t
tempdir_maxncpy)
ATTR_NONNULL
(1);
BLI_compiler_attrs.h
ATTR_NONNULL
#define ATTR_NONNULL(...)
Definition
BLI_compiler_attrs.h:25
BLI_sys_types.h
BLI_temp_directory_path_get
bool void BLI_temp_directory_path_get(char *tempdir, const size_t tempdir_maxncpy) ATTR_NONNULL(1)
Definition
tempfile.cc:57
BLI_temp_directory_path_copy_if_valid
bool BLI_temp_directory_path_copy_if_valid(char *tempdir, const size_t tempdir_maxncpy, const char *dirpath) ATTR_NONNULL(1
Generated on
for Blender by
doxygen
1.16.1