Method
RBStringValueMapget
Declaration [src]
gboolean
rb_string_value_map_get (
  RBStringValueMap* map,
  const char* key,
  GValue* out
)
      Parameters
key- 
            
Type:
const char*Key to retrieve.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.  out- 
            
Type:
GValueReturns a copy of the value in the map.
The data is owned by the caller of the method.