This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the March 31, 2019 release of CEF
- Loading branch information
1 parent
e4ef371
commit 9e63388
Showing
17 changed files
with
532 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Code generated - DO NOT EDIT. | ||
|
||
#include "AudioHandler_gen.h" | ||
#include "_cgo_export.h" | ||
|
||
void gocef_set_audio_handler_proxy(cef_audio_handler_t *self) { | ||
// Casts to (void *) added to avoid warnings since Go callbacks can't have | ||
// some modifiers, such as 'const' applied to their parameter signatures. | ||
self->on_audio_stream_started = (void *)&gocef_audio_handler_on_audio_stream_started; | ||
self->on_audio_stream_packet = (void *)&gocef_audio_handler_on_audio_stream_packet; | ||
self->on_audio_stream_stopped = (void *)&gocef_audio_handler_on_audio_stream_stopped; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Code generated - DO NOT EDIT. | ||
|
||
#ifndef GOCEF_AudioHandler_H_ | ||
#define GOCEF_AudioHandler_H_ | ||
#pragma once | ||
|
||
#include "capi_gen.h" | ||
|
||
void gocef_set_audio_handler_proxy(cef_audio_handler_t *self); | ||
|
||
#endif // GOCEF_AudioHandler_H_ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.