Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 bug

NAME

       SWFDisplayItem_setName - This function assigns a name to a display item.

SYNOPSIS

       #include <ming.h>

       void SWFDisplayItem_setName
       (
            SWFDisplayItem item,
            const char *name
       );

PARAMETERS

       SWFDisplayItem item
              Not Documented.

       const char *name
              Not Documented.

DESCRIPTION

       The assigend name can be used in AS as a reference to this item.