set_gvalue


Description:

public void set_gvalue (string property_uri, Value value)

Replace any previously existing value for property_uri with value.

When serialising to SPARQL, any properties that were set with this function will get a corresponding DELETE statement to remove any existing values in the database.

You can pass any kind of [struct@GObject.Value] for value, but serialization functions will normally only be able to serialize URIs/relationships and fundamental value types (string, int, etc.).

Parameters:

this

the `TrackerResource`

property_uri

a string identifying the property to set

value

an initialised [struct@GObject.Value]