wlmaker
Loading...
Searching...
No Matches
icon_manager.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __ICON_MANAGER_H__
21#define __ICON_MANAGER_H__
22
23#include <wayland-server.h>
24
27
30
31#include "server.h"
32
33#ifdef __cplusplus
34extern "C" {
35#endif // __cplusplus
36
47 struct wl_display *wl_display_ptr,
48 wlmaker_server_t *server_ptr);
49
57
58#ifdef __cplusplus
59} // extern "C"
60#endif // __cplusplus
61
62#endif /* __ICON_MANAGER_H__ */
63/* == End of icon_manager.h ================================================ */
void wlmaker_icon_manager_destroy(wlmaker_icon_manager_t *icon_manager_ptr)
Definition icon_manager.c:162
wlmaker_icon_manager_t * wlmaker_icon_manager_create(struct wl_display *wl_display_ptr, wlmaker_server_t *server_ptr)
Definition icon_manager.c:137
Definition icon_manager.c:35
Definition server.h:60
Definition icon_manager.c:46
wlmaker_icon_manager_t * icon_manager_ptr
Definition icon_manager.c:50