forked from AuroraMiddleware/gtk
Merge branch 'textbuffer-missing-api-docs' into 'master'
Add missing public API documentation. See merge request GNOME/gtk!1301
This commit is contained in:
commit
15c7980ba6
@ -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