glwindow: use the same parameter names between vfuncs and functions of the same name

Silences GI warnings about symbol's not being used from source code
comment block
This commit is contained in:
Matthew Waters 2017-01-10 20:07:09 +11:00
parent 91ed9fe362
commit 1c12c21653

View file

@ -137,7 +137,7 @@ struct _GstGLWindowClass {
GstObjectClass parent_class;
guintptr (*get_display) (GstGLWindow *window);
void (*set_window_handle) (GstGLWindow *window, guintptr id);
void (*set_window_handle) (GstGLWindow *window, guintptr handle);
guintptr (*get_window_handle) (GstGLWindow *window);
void (*draw) (GstGLWindow *window);
void (*run) (GstGLWindow *window);