summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/glib-sharp/EnumWrapper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'gstreamer-sharp/glib-sharp/EnumWrapper.cs')
-rw-r--r--gstreamer-sharp/glib-sharp/EnumWrapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstreamer-sharp/glib-sharp/EnumWrapper.cs b/gstreamer-sharp/glib-sharp/EnumWrapper.cs
index 5d1f2bb..b6f38d7 100644
--- a/gstreamer-sharp/glib-sharp/EnumWrapper.cs
+++ b/gstreamer-sharp/glib-sharp/EnumWrapper.cs
@@ -24,7 +24,7 @@ namespace Gst.GLib {
using System;
using System.Runtime.InteropServices;
- [Obsolete ("Replaced by direct enum type casts to/from GLib.Value")]
+ [Obsolete ("Replaced by direct enum type casts to/from Gst.GLib.Value")]
public class EnumWrapper {
int val;
public bool flags;