mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 13:10:08 +00:00
Drop a reference to GtkGLArea::create-context
The signal no longer exists.
This commit is contained in:
parent
98904b8910
commit
e7c16a5e82
@ -376,8 +376,8 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
|
||||
* The #GdkGLContext used by the #GtkGLArea widget.
|
||||
*
|
||||
* The #GtkGLArea widget is responsible for creating the #GdkGLContext
|
||||
* instance. See the #GtkGLArea::create-context signal on how to
|
||||
* override the default behavior.
|
||||
* instance. If you need to render with other kinds of buffers (stencil,
|
||||
* depth, etc), use render buffers.
|
||||
*
|
||||
* Since: 3.16
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user