Make PropertyInfo(IntPtr) ctor public
This commit is contained in:
parent
782b942492
commit
500bd3d8cc
@ -111,7 +111,7 @@ namespace Gst {
|
||||
public IntPtr OwnerType;
|
||||
}
|
||||
|
||||
internal PropertyInfo (IntPtr pspec_ptr) {
|
||||
public PropertyInfo (IntPtr pspec_ptr) {
|
||||
GParamSpec pspec = (GParamSpec) Marshal.PtrToStructure (pspec_ptr, typeof (GParamSpec));
|
||||
IntPtr name = g_param_spec_get_name (pspec_ptr);
|
||||
IntPtr nick = g_param_spec_get_nick (pspec_ptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user