Move internal glib-sharp to namespace Gst.GLib

This commit is contained in:
Sebastian Dröge 2009-08-05 16:48:13 +02:00
parent 923553d7a7
commit 414fae657f
58 changed files with 59 additions and 59 deletions

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -18,7 +18,7 @@
// Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -22,7 +22,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -18,7 +18,7 @@
// Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Text; using System.Text;

View file

@ -23,7 +23,7 @@
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace GLib { namespace Gst.GLib {
#if GTK_SHARP_2_14 #if GTK_SHARP_2_14
public class Format { public class Format {
[DllImport("libglib-2.0-0.dll")] [DllImport("libglib-2.0-0.dll")]

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -17,7 +17,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -17,7 +17,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Text; using System.Text;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLibSharp { namespace Gst.GLibSharp {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
@ -51,7 +51,7 @@ namespace GLibSharp {
} }
} }
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib namespace Gst.GLib
{ {
using System; using System;

View file

@ -24,7 +24,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -20,7 +20,7 @@
#if GTK_SHARP_2_10 #if GTK_SHARP_2_10
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -22,7 +22,7 @@
// //
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -21,7 +21,7 @@
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace GLib { namespace Gst.GLib {
public class MainLoop { public class MainLoop {
private IntPtr handle; private IntPtr handle;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -23,7 +23,7 @@
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace GLib { namespace Gst.GLib {
public class Markup { public class Markup {

View file

@ -21,7 +21,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -14,7 +14,7 @@
// Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -24,7 +24,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -19,7 +19,7 @@
// Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
public enum Priority public enum Priority
{ {
High = -100, High = -100,

View file

@ -17,7 +17,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib namespace Gst.GLib
{ {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -22,7 +22,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
public class TypeConverter { public class TypeConverter {

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
public enum TypeFundamentals { public enum TypeFundamentals {
TypeInvalid = 0 << 2, TypeInvalid = 0 << 2,

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -20,7 +20,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;

View file

@ -19,7 +19,7 @@
// Boston, MA 02111-1307, USA. // Boston, MA 02111-1307, USA.
namespace GLib { namespace Gst.GLib {
using System; using System;
using System.Collections; using System.Collections;