Constructor
GioThemedIconnew_from_names
Declaration [src]
GIcon*
g_themed_icon_new_from_names (
  char** iconnames,
  int len
)
Parameters
- iconnames
- 
            Type: An array of char*An array of strings containing icon names. The length of the array is specified in the lenargument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. 
- len
- 
            Type: intThe length of the iconnamesarray, or -1 ificonnamesisNULL-terminated.
Return value
Type: GThemedIcon
A new GThemedIcon.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |