]>
Dogcows Code - chaz/openbox/blob - c/clientwrap.h
8 /* ClientWrap is a PyObject */
9 typedef struct ClientWrap
{
11 struct Client
*client
;
14 void clientwrap_startup();
15 void clientwrap_shutdown();
17 PyObject
*clientwrap_new(struct Client
*client
);
This page took 0.033074 seconds and 4 git commands to generate.