diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2012-05-12 20:37:56 +0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-05-17 00:01:46 -0400 |
commit | 5eb286b74421178219221f3cbfc0bdb546adaecd (patch) | |
tree | 56ac6913a4d350be9a296e86b25e812edb59d424 /docs | |
parent | 5346ae57648c8c535a3c245750507aa3e93d51af (diff) | |
download | gtk+-5eb286b74421178219221f3cbfc0bdb546adaecd.tar.gz |
Make certain gtk3 types conditional (GST-style)
https://bugzilla.gnome.org/show_bug.cgi?id=675895
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/gtk/gtk3.types.in (renamed from docs/reference/gtk/gtk3.types) | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 47bc96dcd8..6f0c872a4f 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -390,7 +390,7 @@ FIXXREF_OPTIONS=--extra-dir=../gdk/html \ include $(top_srcdir)/gtk-doc.make # Other files to distribute -EXTRA_DIST += version.xml.in +EXTRA_DIST += version.xml.in gtk3.types.in ######################################################################## diff --git a/docs/reference/gtk/gtk3.types b/docs/reference/gtk/gtk3.types.in index c67ac722a0..c056794a67 100644 --- a/docs/reference/gtk/gtk3.types +++ b/docs/reference/gtk/gtk3.types.in @@ -115,17 +115,17 @@ gtk_offscreen_window_get_type gtk_orientable_get_type gtk_overlay_get_type gtk_page_setup_get_type -gtk_page_setup_unix_dialog_get_type +@DISABLE_ON_W32@gtk_page_setup_unix_dialog_get_type gtk_paned_get_type gtk_paper_size_get_type -gtk_plug_get_type -gtk_printer_get_type +@DISABLE_ON_W32@gtk_plug_get_type +@DISABLE_ON_W32@gtk_printer_get_type gtk_print_context_get_type -gtk_print_job_get_type +@DISABLE_ON_W32@gtk_print_job_get_type gtk_print_operation_get_type gtk_print_operation_preview_get_type gtk_print_settings_get_type -gtk_print_unix_dialog_get_type +@DISABLE_ON_W32@gtk_print_unix_dialog_get_type gtk_progress_bar_get_type gtk_radio_action_get_type gtk_radio_button_get_type @@ -149,7 +149,7 @@ gtk_separator_menu_item_get_type gtk_separator_tool_item_get_type gtk_settings_get_type gtk_size_group_get_type -gtk_socket_get_type +@DISABLE_ON_W32@gtk_socket_get_type gtk_spin_button_get_type gtk_spinner_get_type gtk_statusbar_get_type |