mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 00:41:01 +00:00
更新标签说明
Signed-off-by: cuiruibin <cuiruibin3@huawei.com>
This commit is contained in:
parent
08072f1a6e
commit
9983a759fa
@ -13,8 +13,15 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef FILE_MANAGEMENT_OH_FILE_URI_H
|
||||
#define FILE_MANAGEMENT_OH_FILE_URI_H
|
||||
/**
|
||||
* @addtogroup fileUri
|
||||
* @{
|
||||
*
|
||||
* @brief This module provides URI format validation and URI conversion processing,
|
||||
* as well as obtaining URI-related information
|
||||
*
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file oh_file_uri.h
|
||||
@ -30,6 +37,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef FILE_MANAGEMENT_OH_FILE_URI_H
|
||||
#define FILE_MANAGEMENT_OH_FILE_URI_H
|
||||
|
||||
#include "error_code.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
@ -116,4 +126,5 @@ FileManagement_ErrCode OH_FileUri_GetFileName(const char *uri, unsigned int leng
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
/** @} */
|
||||
#endif // FILE_MANAGEMENT_OH_FILE_URI_H
|
||||
|
@ -13,12 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef FILE_MANAGEMENT_OH_FILE_SHARE_H
|
||||
#define FILE_MANAGEMENT_OH_FILE_SHARE_H
|
||||
|
||||
#include "error_code.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
/**
|
||||
* @addtogroup fileShare
|
||||
* @{
|
||||
@ -38,6 +32,13 @@
|
||||
* @syscap SystemCapability.FileManagement.AppFileService.FolderAuthorization
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef FILE_MANAGEMENT_OH_FILE_SHARE_H
|
||||
#define FILE_MANAGEMENT_OH_FILE_SHARE_H
|
||||
|
||||
#include "error_code.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user