textbuffer: Add missing public API documentation.

This API was added in a52757874e.
This commit is contained in:
Robert Ancell 2020-01-13 12:07:15 +13:00
parent 903afcbddd
commit b2ca947934

View File

@ -4077,6 +4077,14 @@ cut_or_copy (GtkTextBuffer *buffer,
}
}
/**
* gtk_text_buffer_get_selection_content:
* @buffer: a #GtkTextBuffer
*
* Get a content provider for this buffer.
*
* Returns: (transfer full): a new #GdkContentProvider.
**/
GdkContentProvider *
gtk_text_buffer_get_selection_content (GtkTextBuffer *buffer)
{