docs: fix typo in argument type

This commit is contained in:
William Jon McCann 2014-01-21 16:34:27 -05:00
parent d8c91fd706
commit f8a78e6f59

View File

@ -1750,7 +1750,7 @@ gtk_rc_parse_state (GScanner *scanner,
/**
* gtk_rc_parse_priority:
* @scanner: a #GtkScanner (must be initialized for parsing an RC file)
* @scanner: a #GScanner (must be initialized for parsing an RC file)
* @priority: A pointer to #GtkPathPriorityType variable in which
* to store the result.
*