Help for this page

Select Code to Download


  1. or download this
    struct _Edje_Message_String_Set
    {
       int count;
       char * str[];
    };
    
  2. or download this
    struct _Edje_Message_String_Set
    {
       int count;
       char ** str;
    };
    
  3. or download this
    # struct_char.pl #
    use strict;
    ...
    # Finally, foo() calls DESTROY() which frees the memory that
    # was assigned to create the EdjeMessageStringSet object.
    foo(\@in);
    
  4. or download this
    Size of _Edje_Message_String_Set struct: 16
    hello foo
    ...
    3
    Safefreed EdjeMessageStringSet object->str
    Safefreed EdjeMessageStringSet object