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 committed by Tim-Philipp Müller
parent e4c7f28bf7
commit cbc7efdcb6

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);