mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
textbuffer: Add missing public API documentation.
This API was added in a52757874e
.
This commit is contained in:
parent
903afcbddd
commit
b2ca947934
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user