diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 01:38:14 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 01:38:14 +0900 |
commit | 969f37c04504a239fbf276b77de7fca382dac8ed (patch) | |
tree | 13cadb204f1bfaa573f00432e9c13b06d38d309f /include/winset.h | |
parent | ceed46babf13948ca94e19d0047c991fc861a549 (diff) | |
download | sat-ui-969f37c04504a239fbf276b77de7fca382dac8ed.tar.gz sat-ui-969f37c04504a239fbf276b77de7fca382dac8ed.tar.bz2 sat-ui-969f37c04504a239fbf276b77de7fca382dac8ed.zip |
Tizen 2.1 base
Diffstat (limited to 'include/winset.h')
-rw-r--r-- | include/winset.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/winset.h b/include/winset.h new file mode 100644 index 0000000..0bb26ab --- /dev/null +++ b/include/winset.h @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. + * + * Licensed under the Flora License, Version 1.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://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 _SAT_UI_WINSET_H_ +#define _SAT_UI_WINSET_H_ +#include <Elementary.h> + +Evas_Object *create_waiting_notify(Evas_Object *parent); +void _satui_geinlist_item_class_new(void *data); +void _satui_geinlist_item_class_free(void *data); +int _satui_create_notification(const char *string); +int _satui_delete_notification(void); + +#endif + |