gdk/gtk: Fix Since tags for 3.92 symbols

In addition to 406db15066
This commit is contained in:
Rico Tzschichholz 2017-05-30 15:10:25 +02:00
parent 385a46b5c0
commit a4e80efee7
2 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ gdk_rectangle_intersect (const GdkRectangle *src1,
*
* Returns: #TRUE if @rect contains the point
*
* Since: 3.90
* Since: 3.92
**/
gboolean
gdk_rectangle_contains_point (const GdkRectangle *rect,

View File

@ -2406,7 +2406,7 @@ gtk_get_event_widget (const GdkEvent *event)
*
* Returns: (transfer none) (nullable): the target widget, or %NULL
*
* Since: 3.90
* Since: 3.92
*/
GtkWidget *
gtk_get_event_target (const GdkEvent *event)
@ -2425,7 +2425,7 @@ gtk_get_event_target (const GdkEvent *event)
* Returns: (transfer none) (nullable): the widget in the target stack
* with the given type, or %NULL
*
* Since: 3.90
* Since: 3.92
*/
GtkWidget *
gtk_get_event_target_with_type (GdkEvent *event,