Merge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/apps/home/notification...
[platform/core/api/notification.git] / doc / notification_doc.h
1 /*
2  *  libnotification
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21
22 /**
23  *
24  * @ingroup NOTIFICATION_LIBRARY
25  * @defgroup NOTIFICATION_MODULE notification APIs
26  * @brief Notification APIs
27  *
28  * @section NOTIFICATION_MODULE_HEADER Required Header
29  *   \#include <notification.h>
30  * @section NOTIFICATION_MODULE_OVERVIEW Overview
31  * It provides functions for creating and inserting and updating notification.
32  *
33  * @ingroup NOTIFICATION_LIBRARY
34  * @defgroup NOTIFICATION_LIST notification list APIs
35  * @brief linked list of notification data
36  *
37  * @section NOTIFICATION_LIST_MODULE_HEADER Required Header
38  *   \#include <notification_list.h>
39  * @section NOTIFICATION_LIST_MODULE_OVERVIEW Overview
40  * It provides functions for handling
41  *
42  * @ingroup NOTIFICATION_LIBRARY
43  * @defgroup NOTIFICATION_STATUS notification status APIs
44  * @brief APIs displaying plain text message on the indicator area
45  *
46  * @section NOTIFICATION_STATUS_MODULE_HEADER Required Header
47  *   \#include <notification_status.h>
48  * @section NOTIFICATION_STATUS_MODULE_OVERVIEW Overview
49  * Notification status APIs
50  *
51  * @ingroup NOTIFICATION_LIBRARY
52  * @defgroup NOTIFICATION_TYPE notification type
53  * @brief Type for notification APIs
54  *
55  * @section NOTIFICATION_TYPE_MODULE_HEADER Required Header
56  *   \#include <notification_type.h>
57  * @section NOTIFICATION_TYPE_MODULE_OVERVIEW Overview
58  * Type defines and enumerations for Notification APIs
59  *
60  * @ingroup NOTIFICATION_LIBRARY
61  * @defgroup NOTIFICATION_DEPRECATED deprecated APIs
62  * @brief deprecated APIs
63  *
64  */