wlmaker
Loading...
Searching...
No Matches
icon.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __LIBWLCLIENT_ICON_H__
21#define __LIBWLCLIENT_ICON_H__
22
23#include "libwlclient.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif // __cplusplus
28
31
40 wlclient_icon_t *icon_ptr,
41 bs_gfxbuf_t *gfxbuf_ptr,
42 void *ud_ptr);
43
54
61 wlclient_icon_t *icon_ptr);
62
69
90 wlclient_icon_t *icon_ptr,
92 void *ud_ptr);
93
94#ifdef __cplusplus
95} // extern "C"
96#endif // __cplusplus
97
98#endif /* __LIBWLCLIENT_ICON_H__ */
99/* == End of icon.h ======================================================== */
void wlclient_icon_destroy(wlclient_icon_t *icon_ptr)
Definition icon.c:130
bool(* wlclient_icon_gfxbuf_callback_t)(wlclient_icon_t *icon_ptr, bs_gfxbuf_t *gfxbuf_ptr, void *ud_ptr)
Definition icon.h:39
wlclient_icon_t * wlclient_icon_create(wlclient_t *wlclient_ptr)
Definition icon.c:87
void wlclient_icon_callback_when_ready(wlclient_icon_t *icon_ptr, wlclient_icon_gfxbuf_callback_t callback, void *ud_ptr)
Definition icon.c:153
bool wlclient_icon_supported(wlclient_t *wlclient_ptr)
Definition icon.c:146
Definition icon.c:29
wlclient_t * wlclient_ptr
Definition icon.c:31
Definition client.c:36