yw_window_new_and_free

Name

yw_window_new_and_free -- create new window and free taglist

Synopsis


     #include <yw/window.h>
   

YwWindow *yw_window_new_and_free(YwConnection *conn, YwPacket *tags);

DESCRIPTION

This function acts the same as yw_window_new(3), and then it yw_packet_free(3) tags argument.

SEE ALSO

yw_window_new (3), yw_packet_free (3),

INFO

Generated from: window.c,v 1.1 2001/05/04 11:04:23 malekith Exp.