get_object_include_deleted


Description:

[ Version ( since = "3.30" ) ]
public string? get_object_include_deleted (string uid, out string? out_revision, out CacheColumnValues? out_other_columns, Cancellable? cancellable = null) throws Error

The same as @get, only considers also locally deleted objects.

Parameters:

this

an Cache

uid

a unique identifier of an object

out_revision

an out variable for a revision of the object, or null to ignore

out_other_columns

an out variable for CacheColumnValues other columns, as defined when creating the this, or null to ignore

cancellable

optional Cancellable object, or null

Returns:

An object with the given uid. Free it with g_free, when no longer needed. Returns null on error, like when the object could not be found.