Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F140248
content.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
796 B
Referenced Files
None
Subscribers
None
content.hpp
View Options
/*
* This file is part of libkazv.
* SPDX-FileCopyrightText: 2020 Tusooa Zhu <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
#include
<libkazv-config.hpp>
#include
"client-model.hpp"
#include
"csapi/content-repo.hpp"
namespace
Kazv
{
std
::
pair
<
std
::
string
,
std
::
string
>
mxcUriToMediaDesc
(
std
::
string
mxcUri
);
ClientResult
updateClient
(
ClientModel
m
,
UploadContentAction
a
);
ClientResult
processResponse
(
ClientModel
m
,
UploadContentResponse
r
);
ClientResult
updateClient
(
ClientModel
m
,
DownloadContentAction
a
);
ClientResult
processResponse
(
ClientModel
m
,
GetContentResponse
r
);
ClientResult
updateClient
(
ClientModel
m
,
DownloadThumbnailAction
a
);
ClientResult
processResponse
(
ClientModel
m
,
GetContentThumbnailResponse
r
);
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Jan 19, 3:54 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55296
Default Alt Text
content.hpp (796 B)
Attached To
Mode
rL libkazv
Attached
Detach File
Event Timeline
Log In to Comment