summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2023-04-12 18:12:40 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2023-04-12 18:12:40 +0000
commitaec5a5739e174c8f12753f7e61164870bdde17af (patch)
treeaa42f95861e64b41cf178fdbf5205823fc432a47
parent4574b21fd6a7cb4abbd3be045c19c25dc6d10be3 (diff)
downloadgtk+-aec5a5739e174c8f12753f7e61164870bdde17af.tar.gz
g-i: Fix GtkGLArea type name
-rw-r--r--gtk/gtkglarea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c
index 0104fa1c96..14f353cb28 100644
--- a/gtk/gtkglarea.c
+++ b/gtk/gtkglarea.c
@@ -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.
*