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
23struct wl_display;
24
27
30
31#include "server.h" // IWYU pragma: keep
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:184
wlmaker_icon_manager_t * wlmaker_icon_manager_create(struct wl_display *wl_display_ptr, wlmaker_server_t *server_ptr)
Definition icon_manager.c:159
Definition icon_manager.c:44
Definition server.h:84
Definition icon_manager.c:55
wlmaker_icon_manager_t * icon_manager_ptr
Definition icon_manager.c:64