/* * Copyright 2016 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef __TIZEN_SHARE_PANEL_DOC_H__ #define __TIZEN_SHARE_PANEL_DOC_H__ /** * @defgroup CAPI_PANEL_SHARE_MODULE Share panel * @brief If users want to share selected files with other apps, then users can use the share panel.\n The share panel shows icons of apps which can handle selected files.\n User can select an app to share them. * @ingroup CAPI_PANEL_MODULE * * @section CAPI_PANEL_SHARE_MODULE_HEADER Required Header * \#include * @section CAPI_PANEL_SHARE_MODULE_OVERVIEW Overview * It provides functions for adding an share panel (share_panel_create()) and deleting it (share_panel_destroy()) in an app.\n * It is shown with (share_panel_show()) and hiden with (share_panel_hide()).\n */ #endif