introspection: Fix build

This commit is contained in:
Benjamin Otte 2017-11-15 19:33:26 +01:00
parent e9629a5149
commit dcc2577b97
3 changed files with 4 additions and 5 deletions

View File

@ -4297,8 +4297,8 @@ gtk_menu_select_item (GtkMenuShell *menu_shell,
/**
* gtk_menu_set_display:
* @menu: a #GtkMenu
* @screen: (allow-none): a #GdkDisplay, or %NULL if the display should be
* determined by the widget the menu is attached to
* @display: (allow-none): a #GdkDisplay, or %NULL if the display should be
* determined by the widget the menu is attached to
*
* Sets the #GdkDisplay on which the menu will be displayed.
*

View File

@ -974,8 +974,7 @@ gtk_selection_add_target (GtkWidget *widget,
* gtk_selection_add_targets:
* @widget: a #GtkWidget
* @selection: the selection
* @targets: (array length=ntargets): a table of targets to add
* @ntargets: number of entries in @targets
* @targets: the targets to add
*
* Prepends a table of targets to the list of supported targets
* for a given widget and selection.

View File

@ -275,7 +275,7 @@ GDK_AVAILABLE_IN_ALL
GList* gtk_window_get_icon_list (GtkWindow *window);
GDK_AVAILABLE_IN_ALL
void gtk_window_set_icon (GtkWindow *window,
GdkTexture *texture);
GdkTexture *icon);
GDK_AVAILABLE_IN_ALL
void gtk_window_set_icon_name (GtkWindow *window,
const gchar *name);