Small documentation fixes

This commit is contained in:
Matthias Clasen 2020-03-14 01:22:17 -04:00
parent 0c25b4cfa8
commit 4be675b0c9
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ gdk_content_provider_new_for_value (const GValue *value)
/**
* gdk_content_provider_new_typed:
* @type: Type of value to follow
* ...: value
* @...: value
*
* Create a content provider that provides the value of the given
* @type.

View File

@ -477,7 +477,7 @@ gdk_display_peek_event (GdkDisplay *display)
/**
* gdk_display_put_event:
* @display: a #GdkDisplay
* @event (transfer none): a #GdkEvent.
* @event: (transfer none): a #GdkEvent
*
* Appends the given event onto the front of the event
* queue for @display.