@brief Deliver a SetProperty request to set WM_ICON_NAME property value.
@param c The connection to the X server.
@param window Window X identifier.
@param encoding Encoding used for the data passed in the name parameter, the set property will also have this encoding as its type.
@param format Encoding format.
@param name_len Length of name value to set.
@param name Name value to set.
@brief Deliver a SetProperty request to set WM_ICON_NAME property value. @param c The connection to the X server. @param window Window X identifier. @param encoding Encoding used for the data passed in the name parameter, the set property will also have this encoding as its type. @param format Encoding format. @param name_len Length of name value to set. @param name Name value to set.