mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 08:35:36 +00:00
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
|
//
|
||
|
// Element.custom
|
||
|
//
|
||
|
// This code is inserted after the automatically generated code.
|
||
|
//
|
||
|
|
||
|
public void SetProperty(string property_name, string value) {
|
||
|
GLib.Value val = new GLib.Value (value);
|
||
|
gst_element_set_property(Handle, property_name, val.Handle);
|
||
|
}
|