Help for this page

Select Code to Download


  1. or download this
    struct _Edje_Message_String_Set
    {
       int count;
       char *str[1];
    };
    
  2. or download this
    [...]
    typedef Edje_Message_String_Set EdjeMessageStringSet;
    ...
        EdjeMessageStringSet *message
    CODE:
        free(message);
    
  3. or download this
    use pEFL::Edje::Message::StringSet;
    
    ...
    }
    
    print "The script goes to the end\n";
    
  4. or download this
    PREINIT:
        [...]
    ...
        RETVAL = message;
    OUTPUT:
        RETVAL