diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-12-04 15:58:30 -0800 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-12-04 15:58:30 -0800 |
commit | 77f0e678ece8cee1b8da8fa0dab1adeec5e113d3 (patch) | |
tree | a220ea61c6b5e3cfcd219c64aa7218f03a3b507f /gdk/gdkcontentformats.c | |
parent | d5afb9e8050a268a6680e066c2fa87db37d82509 (diff) | |
download | gtk+-77f0e678ece8cee1b8da8fa0dab1adeec5e113d3.tar.gz |
gdk: Fill in some blanks in the docs
This is just an initial cut; more work is needed.
Diffstat (limited to 'gdk/gdkcontentformats.c')
-rw-r--r-- | gdk/gdkcontentformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcontentformats.c b/gdk/gdkcontentformats.c index ab97163dcc..04bd0647f4 100644 --- a/gdk/gdkcontentformats.c +++ b/gdk/gdkcontentformats.c @@ -20,7 +20,7 @@ * @Title: Content Formats * @Short_description: Advertising and negotiating of content * exchange formats - * @See_also: #GdkDragContext, #GdkClipboard + * @See_also: #GdkDragContext, #GdkClipboard, #GdkContentProvider * * This section describes the #GdkContentFormats structure that is used to * advertise and negotiate the format of content passed between different |