mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
Add support for GValueArray
This commit is contained in:
parent
626ac5c68b
commit
e076c092d8
1 changed files with 2 additions and 0 deletions
|
@ -228,6 +228,8 @@ public class ElementGen {
|
|||
return "float";
|
||||
case "gdouble":
|
||||
return "double";
|
||||
case "GValueArray":
|
||||
return "GLib.ValueArray";
|
||||
}
|
||||
|
||||
XPathNavigator api_nav = api_doc.CreateNavigator ();
|
||||
|
|
Loading…
Reference in a new issue