wlmaker
Loading...
Searching...
No Matches
icon_manager.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __ICON_MANAGER_H__
22#define __ICON_MANAGER_H__
23
24struct wl_display;
25
28
31
32#include "task_list.h"
33
34#ifdef __cplusplus
35extern "C" {
36#endif // __cplusplus
37
48 struct wl_display *wl_display_ptr,
49 wlmaker_server_t *server_ptr);
50
58
59#ifdef __cplusplus
60} // extern "C"
61#endif // __cplusplus
62
63#endif /* __ICON_MANAGER_H__ */
64/* == End of icon_manager.h ================================================ */
void wlmaker_icon_manager_destroy(wlmaker_icon_manager_t *icon_manager_ptr)
Definition icon_manager.c:193
wlmaker_icon_manager_t * wlmaker_icon_manager_create(struct wl_display *wl_display_ptr, wlmaker_server_t *server_ptr)
Definition icon_manager.c:168
Definition icon_manager.c:45
Definition server.h:76
Definition icon_manager.c:56
wlmaker_icon_manager_t * icon_manager_ptr
Definition icon_manager.c:65