Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

xosd_clone - Duplicates an XOSD object with the same attributes

Arguments

osd2      The on-screen display object to duplicate.

Author

       libXosd team at Western Washington University

X OSD Library                                      2022-10-27                                      xosd_clone(3)

Description

xosd_clone creates a new unique xosd object with the same attributes as the original xosd object.

Name

       xosd_clone - Duplicates an XOSD object with the same attributes

Return Value

       On success, returns a new xosd object.

Synopsis

#include<xosd.h>xosd*xosd_clone(xosd*osd2);

See Also