set_hint_byte_array
Description:
[ Version ( deprecated = true ,  deprecated_since = "0.6." ) ]
public void set_hint_byte_array (string key, uchar[] value)
  public void set_hint_byte_array (string key, uchar[] value)
Warning: set_hint_byte_array is deprecated since 0.6..
Sets a hint with a byte array value.
Note: 
      
        
    
    Use [method@Notification.set_hint] instead
The length of value must be passed as value.length.
Parameters:
| this | 
           The notification.  | 
      
| key | 
           The hint.  | 
      
| value | 
           The hint's value.  | 
      
| len | 
           The length of the byte array.  |