![]() |
![]() |
![]() |
gcr Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
GcrParsedItem; GcrParserPrivate; GcrParser; GcrParser* gcr_parser_new (void); gboolean gcr_parser_format_enable (GcrParser *self, gint format); gboolean gcr_parser_format_disable (GcrParser *self, gint format); gboolean gcr_parser_format_supported (GcrParser *self, gint format); gboolean gcr_parser_parse_data (GcrParser *self, const guchar *data, gsize n_data, GError **err); void gcr_parser_add_password (GcrParser *self, const gchar *password); const gchar* gcr_parser_get_parsed_label (GcrParser *self); const gchar* gcr_parser_get_parsed_description (GcrParser *self); struct _GP11Attributes* gcr_parser_get_parsed_attributes (GcrParser *self);
"parsed-attributes" GP11Attributes* : Read "parsed-description" gchar* : Read "parsed-label" gchar* : Read
gboolean gcr_parser_format_enable (GcrParser *self, gint format);
|
|
|
|
Returns : |
gboolean gcr_parser_format_disable (GcrParser *self, gint format);
|
|
|
|
Returns : |
gboolean gcr_parser_format_supported (GcrParser *self, gint format);
|
|
|
|
Returns : |
gboolean gcr_parser_parse_data (GcrParser *self, const guchar *data, gsize n_data, GError **err);
|
|
|
|
|
|
|
|
Returns : |
void gcr_parser_add_password (GcrParser *self, const gchar *password);
|
|
|
const gchar* gcr_parser_get_parsed_label (GcrParser *self);
|
|
Returns : |
const gchar* gcr_parser_get_parsed_description (GcrParser *self);
|
|
Returns : |
struct _GP11Attributes* gcr_parser_get_parsed_attributes (GcrParser *self);
|
|
Returns : |
"parsed-attributes"
property"parsed-attributes" GP11Attributes* : Read
Parsed PKCS#11 attributes.
"parsed-description"
property "parsed-description" gchar* : Read
Parsed item description.
Default value: ""
"authenticate"
signalgboolean user_function (GcrParser *gcrparser, gpointer arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
Returns : |
"parsed"
signalvoid user_function (GcrParser *gcrparser, gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |