diff options
Diffstat (limited to 'gtk/spice-session.c')
-rw-r--r-- | gtk/spice-session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/spice-session.c b/gtk/spice-session.c index fac7682..0e405bc 100644 --- a/gtk/spice-session.c +++ b/gtk/spice-session.c @@ -894,7 +894,7 @@ static void spice_session_class_init(SpiceSessionClass *klass) * hardware smartcard reader. If it's set to a NULL-terminated string * array containing the names of 3 valid certificates, these will be * used to simulate a smartcard in the guest - * @see_also: spice_smartcard_manager_insert_card() + * See also spice_smartcard_manager_insert_card() * * Since: 0.7 **/ @@ -944,7 +944,7 @@ static void spice_session_class_init(SpiceSessionClass *klass) G_PARAM_STATIC_STRINGS)); /** - * SpiceSession::inhibit-keyboard-grab + * SpiceSession::inhibit-keyboard-grab: * * This boolean is set by the usbredir channel to indicate to #SpiceDisplay * that the keyboard grab should be temporarily released, because it is |