From: hyunho Date: Mon, 22 Apr 2019 01:39:52 +0000 (+0900) Subject: Add notification-ex.h X-Git-Tag: submit/tizen/20190422.022251~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=995c55a009e53013d4f0afec0bc31fd34ffbbb47;p=platform%2Fcore%2Fapi%2Fnotification.git Add notification-ex.h Change-Id: Idb9c40e6c75ad58427151d9efb3fb07b865aa528 Signed-off-by: hyunho --- diff --git a/notification-ex/api/notification_ex.h b/notification-ex/api/notification_ex.h new file mode 100644 index 00000000..99e6c28e --- /dev/null +++ b/notification-ex/api/notification_ex.h @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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_APPFW_NOTIFICATION_EX_H__ +#define __TIZEN_APPFW_NOTIFICATION_EX_H__ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @brief Header for all notification_ex APIs. + * @since_tizen 5.5 + */ + +#ifdef __cplusplus +} +#endif +#endif // __TIZEN_APPFW_NOTIFICATION_EX_H__ \ No newline at end of file