gio: Fix some header/source parameter-naming mismatches

This commit is contained in:
Rico Tzschichholz
2014-01-22 14:21:41 +01:00
committed by Rico Tzschichholz
parent cd86c0243c
commit 5ca9bee524
3 changed files with 4 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ gboolean g_action_parse_detailed_name (const g
GLIB_AVAILABLE_IN_2_38
gchar * g_action_print_detailed_name (const gchar *action_name,
GVariant *parameter);
GVariant *target_value);
G_END_DECLS