Gck.Object.prototype.get_full

function get_full(attr_types: Array(Number(gulong)), cancellable: Gio.Cancellable): Gck.Attributes {
    // Gjs wrapper for gck_object_get_full()
}
  

Get the specified attributes from the object. This call may block for an indefinite period.

No extra references are added to the returned attributes pointer. During this call you may not access the attributes in any way.

attr_types

the types of the attributes to get

cancellable

optional cancellation object, or null

Returns

a pointer to the filled in attributes if successful, or null if not