docs: trivial build fix

The error was:
gtk3-scan.c:193: undefined reference to `gtk_shortcuts_label_get_type'
collect2: error: ld returned 1 exit status

It's since commit 7543cd8ce4, which made
the GtkShortcutLabel class public.
This commit is contained in:
Sébastien Wilmet 2016-07-28 20:51:05 +02:00
parent b01e975667
commit 331af2afb6

View File

@ -173,7 +173,7 @@ gtk_separator_get_type
gtk_separator_menu_item_get_type gtk_separator_menu_item_get_type
gtk_separator_tool_item_get_type gtk_separator_tool_item_get_type
gtk_settings_get_type gtk_settings_get_type
gtk_shortcuts_label_get_type gtk_shortcut_label_get_type
gtk_shortcuts_window_get_type gtk_shortcuts_window_get_type
gtk_shortcuts_section_get_type gtk_shortcuts_section_get_type
gtk_shortcuts_group_get_type gtk_shortcuts_group_get_type