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:
parent
91ed9fe362
commit
1c12c21653
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user