diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-06 01:11:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-06 01:13:50 -0500 |
commit | 80a11b7483d70b72b882e4009649d8f3f892417e (patch) | |
tree | c3381a9d4c41c6347337dfe50db117654607e8de /docs/reference/gtk/compiling.sgml | |
parent | f2cde4cf3b1d0eb930482af0591562d3ebd4035d (diff) | |
download | gtk+-80a11b7483d70b72b882e4009649d8f3f892417e.tar.gz |
Documentation polishing
Diffstat (limited to 'docs/reference/gtk/compiling.sgml')
-rw-r--r-- | docs/reference/gtk/compiling.sgml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/reference/gtk/compiling.sgml b/docs/reference/gtk/compiling.sgml index 1914b0ee2d..146376545a 100644 --- a/docs/reference/gtk/compiling.sgml +++ b/docs/reference/gtk/compiling.sgml @@ -69,24 +69,5 @@ define the preprocessor symbol GDK_MULTIDEVICE_SAFE by using the command line option <literal>-DGTK_MULTIDEVICE_SAFE=1</literal>. </para> -<para> -The recommended way of using GTK+ has always been to only include the -toplevel headers <filename>gtk.h</filename>, <filename>gdk.h</filename>, -<filename>gdk-pixbuf.h</filename>. -If you want to make sure that your program follows this recommended -practise, you can define the preprocessor symbols GTK_DISABLE_SINGLE_INCLUDES -and GDK_PIXBUF_DISABLE_SINGLE_INCLUDES to make GTK+ generate an error -when individual headers are directly included. -There are some exceptions: <filename>gdkkeysyms.h</filename> is not included in -<filename>gdk.h</filename> because the file is quite large; see -<link linkend="gdk-Keyboard-Handling">Key Values documentation</link>. -<filename>gdkx.h</filename> must be included independently because It's -platform-specific; see -<link linkend="gdk-X-Window-System-Interaction">X Window System Interaction</link> -documentation. -The same for <filename>gtkunixprint.h</filename> if you use the non-portable -<link linkend="GtkPrintUnixDialog">GtkPrintUnixDialog</link> API. -</para> - </refsect1> </refentry> |