mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Merge branch 'bilelmoussaoui/g-i' into 'main'
g-i: Fix GtkGLArea type name See merge request GNOME/gtk!5824
This commit is contained in:
commit
c649d8a4ec
@ -889,7 +889,7 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
|
||||
G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
* GdkGLArea:allowed-apis: (attributes org.gtk.Property.get=gtk_gl_area_get_allowed_apis org.gtk.Property.set=gtk_gl_area_set_allowed_apis)
|
||||
* GtkGLArea:allowed-apis: (attributes org.gtk.Property.get=gtk_gl_area_get_allowed_apis org.gtk.Property.set=gtk_gl_area_set_allowed_apis)
|
||||
*
|
||||
* The allowed APIs.
|
||||
*
|
||||
@ -904,7 +904,7 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
|
||||
G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
* GdkGLArea:api: (attributes org.gtk.Property.get=gtk_gl_area_get_api)
|
||||
* GtkGLArea:api: (attributes org.gtk.Property.get=gtk_gl_area_get_api)
|
||||
*
|
||||
* The API currently in use.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user