Class
GcrUiKeyRenderer
since: 3
Description [src]
class GcrUi.KeyRenderer : GObject.Object
implements GcrUi.Renderer {
/* No available fields */
}
An implementation of GcrRenderer
which renders keys.
Available since: 3
Constructors
gcr_key_renderer_new
Create a new key renderer which renders a given key in the attributes.
since: 3
Instance methods
gcr_key_renderer_set_attributes
Get the attributes displayed in the renderer. The attributes should represent either an RSA, DSA, or EC key in PKCS#11 style.
since: 3
Methods inherited from GcrRenderer (5)
gcr_renderer_emit_data_changed
Emit the GcrRenderer::data-changed
signal on the renderer. This is used by
renderer implementations.
since: 3
gcr_renderer_get_attributes
Get the PKCS#11 attributes, if any, set for this renderer to display.
since: 3
gcr_renderer_popuplate_popup
Called by GcrViewer
when about to display a popup menu for the content
displayed by the renderer. The renderer can add a menu item if desired.
since: 3
gcr_renderer_render_view
Render the contents of the renderer to the given viewer.
since: 3
gcr_renderer_set_attributes
Set the PKCS#11 attributes for this renderer to display.
since: 3
Properties
Properties inherited from GcrRenderer (2)
GcrRenderer:attributes
The attributes to display.
since: 3
GcrRenderer:label
The label to display.
since: 3
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
since: 2.0
Signals inherited from GcrRenderer (1)
GcrRenderer::data-changed
A signal that is emitted by the renderer when it’s data changed and should be rerendered.
since: 3