diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-03-12 08:33:57 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-03-12 07:20:18 -0400 |
commit | d1de6c322b96d100ae37be92b5d5890897190661 (patch) | |
tree | ccb2bb082c9918e5f56e5deec0f3b020c4d4ec27 /docs | |
parent | 1c796018d1dcba002766673c4070c9d98e95fadb (diff) | |
download | gtk+-d1de6c322b96d100ae37be92b5d5890897190661.tar.gz |
docs: Disable GtkPlug/GtkSocket docs on Wayland
As those two types do not exist in the Wayland backend,
and the docs build would fail.
https://bugzilla.gnome.org/show_bug.cgi?id=695682
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3.types.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/gtk3.types.in b/docs/reference/gtk/gtk3.types.in index 3f378b3b22..0dcb1ea1ec 100644 --- a/docs/reference/gtk/gtk3.types.in +++ b/docs/reference/gtk/gtk3.types.in @@ -119,7 +119,7 @@ gtk_page_setup_get_type @DISABLE_ON_W32@gtk_page_setup_unix_dialog_get_type gtk_paned_get_type gtk_paper_size_get_type -@DISABLE_ON_W32@@DISABLE_ON_QUARTZ@gtk_plug_get_type +@DISABLE_ON_W32@@DISABLE_ON_QUARTZ@@DISABLE_ON_WAYLAND@gtk_plug_get_type @DISABLE_ON_W32@gtk_printer_get_type gtk_print_context_get_type @DISABLE_ON_W32@gtk_print_job_get_type @@ -151,7 +151,7 @@ gtk_separator_menu_item_get_type gtk_separator_tool_item_get_type gtk_settings_get_type gtk_size_group_get_type -@DISABLE_ON_W32@@DISABLE_ON_QUARTZ@gtk_socket_get_type +@DISABLE_ON_W32@@DISABLE_ON_QUARTZ@@DISABLE_ON_WAYLAND@gtk_socket_get_type gtk_spin_button_get_type gtk_spinner_get_type gtk_statusbar_get_type |