Method
GckObjectget
Declaration [src]
GckAttributes*
gck_object_get (
GckObject* self,
GCancellable* cancellable,
GError** error,
...
)
Description [src]
Get the specified attributes from the object. This call may block for an indefinite period.
Parameters
cancellable |
GCancellable* |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError** |
A location to store an error. |
|
The data is owned by the caller of the function. | |
... |
|
The attribute types to get. |
Return value
Returns: | GckAttributes |
The resulting PKCS#11 attributes, or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |