@accepts(RB.MetaDataField, GObject.Value) @returns(gboolean) def get(field, val)
Retrieves the value of a metadata field extracted from the target URI. If the target URI contained no value for the field, returns FALSE.
field : |
the RB.MetaDataField to retrieve |
val : |
returns the field value |
Returns : |
TRUE if a value was returned |