We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When used with gstreamer editing services, for example, some APIs use/throw/return GError. The generator doesn't however open the glib dependency.
GError
Example: ges_timeline_new_from_uri () from Timeline module
ges_timeline_new_from_uri ()
Timeline
val create_from_uri : string -> (t ptr option, Error.t structure ptr option) result
Glib.Error is not seen in the generated code.
gen.ml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When used with gstreamer editing services, for example, some APIs use/throw/return
GError
. The generator doesn't however open the glib dependency.Example:
ges_timeline_new_from_uri ()
fromTimeline
moduleGlib.Error is not seen in the generated code.
gen.ml
The text was updated successfully, but these errors were encountered: