mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +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;
|
||||
|
||||
namespace Gst {
|
||||
public static class Marshaller {
|
||||
internal static class Marshaller {
|
||||
|
||||
public static IntPtr StringArrayToNullTermPointer (string[] strs)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue