@accepts(RB.ExtDBKey, RB.ExtDBSourceType, GObject.Value) @returns(none) def store_raw(key, source_type, data)
Stores an item in the metadata store so that lookpus matching @key will return it. @data should contain the data to be written to the store, either as a string or as a GByteArray.
key : |
metadata storage key |
source_type : |
metadata source type |
data : |
data to store |