textbuffer: Elaborate docs

Explain a bit more what gtk_text_buffer_get_content_provider()
is for.

Fixes: #3202
This commit is contained in:
Matthias Clasen 2020-09-27 11:24:18 -04:00
parent 68bb532290
commit a799c86edb

View File

@ -4089,7 +4089,9 @@ cut_or_copy (GtkTextBuffer *buffer,
* gtk_text_buffer_get_selection_content:
* @buffer: a #GtkTextBuffer
*
* Get a content provider for this buffer.
* Get a content provider for this buffer. It can be
* used to make the content of @buffer available in a
* #GdkClipboard, see gdk_clipboard_set_content().
*
* Returns: (transfer full): a new #GdkContentProvider.
**/