logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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