diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:22:14 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:22:14 -0500 |
commit | 245c385ae7df972ced8316c07902b0d2cabc9da3 (patch) | |
tree | fafbea95c288d94eba369c0d5f9808a1a6193622 /gtk/gtksocket.c | |
parent | 30cc1512e634417eb040bd5a287736c1ef7782d9 (diff) | |
download | gtk+-245c385ae7df972ced8316c07902b0d2cabc9da3.tar.gz |
Docs: Don't use note elements
In most cases, the text itself makes the message clear enough.
Diffstat (limited to 'gtk/gtksocket.c')
-rw-r--r-- | gtk/gtksocket.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c index f12e1bee80..15ba2a8d54 100644 --- a/gtk/gtksocket.c +++ b/gtk/gtksocket.c @@ -107,13 +107,11 @@ * integration when embedding a <application>Qt</application> widget * in GTK or vice versa. * - * <note> * The #GtkPlug and #GtkSocket widgets are only available when GTK+ * is compiled for the X11 platform and %GDK_WINDOWING_X11 is defined. * They can only be used on a #GdkX11Display. To use #GtkPlug and * #GtkSocket, you need to include the <filename>gtk/gtkx.h</filename> * header. - * </note> */ /* Forward declararations */ |