diff --git a/gio/gactiongroup.h b/gio/gactiongroup.h index cbab0611a..94602af07 100644 --- a/gio/gactiongroup.h +++ b/gio/gactiongroup.h @@ -104,7 +104,7 @@ struct _GActionGroupInterface gboolean enabled); void (* action_state_changed) (GActionGroup *action_group, const gchar *action_name, - GVariant *value); + GVariant *state); }; GType g_action_group_get_type (void) G_GNUC_CONST; diff --git a/gio/gtlspassword.c b/gio/gtlspassword.c index aa1c35ce1..d5821642d 100644 --- a/gio/gtlspassword.c +++ b/gio/gtlspassword.c @@ -365,7 +365,7 @@ g_tls_password_get_description (GTlsPassword *password) /** * g_tls_password_set_description: * @password: a #GTlsPassword object - * @flags: The description of the password + * @description: The description of the password * * Set a description string about what the password will be used for. *