uihv: move the creation of the screenshot path
[platform/core/system/swap-manager.git] / ui_viewer / ui_viewer_screenshot.h
1 /*
2  *  DA manager
3  *
4  * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact:
7  *
8  * Anatolii Nikulin <nikulin.a@samsung.com>
9  *
10  * Licensed under the Apache License, Version 2.0 (the "License");
11  * you may not use this file except in compliance with the License.
12  * You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing, software
17  * distributed under the License is distributed on an "AS IS" BASIS,
18  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  * See the License for the specific language governing permissions and
20  * limitations under the License.
21  *
22  * Contributors:
23  * - Samsung RnD Institute Russia
24  *
25  */
26
27 #ifndef _UI_VIEWER_SCREENSHOT_
28 #define _UI_VIEWER_SCREENSHOT_
29
30 #include <Eina.h>
31
32 int ui_viewer_capture_screen(const char *screenshot_path, Evas_Object *obj);
33
34 void wayland_deinit(void);
35
36 #endif /* _UI_VIEWER_SCREENSHOT_ */