mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
Convert Gst.Marshaller to an internal class
This commit is contained in:
parent
6ab410403c
commit
5bef341b0a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
|
||||||
using GLib;
|
using GLib;
|
||||||
|
|
||||||
namespace Gst {
|
namespace Gst {
|
||||||
public static class Marshaller {
|
internal static class Marshaller {
|
||||||
|
|
||||||
public static IntPtr StringArrayToNullTermPointer (string[] strs)
|
public static IntPtr StringArrayToNullTermPointer (string[] strs)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue