Method
GckObjectset
Declaration [src]
gboolean
gck_object_set (
GckObject* self,
GckAttributes* attrs,
GCancellable* cancellable,
GError** error
)
Description [src]
Set PKCS#11 attributes on an object. This call may block for an indefinite period.
If the attrs
GckAttributes
is floating, it is consumed.
Parameters
attrs |
GckAttributes |
The attributes to set on the object. |
|
The data is owned by the caller of the function. | |
cancellable |
GCancellable |
Optional cancellable object, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |