|
|
|
@ -163,7 +163,7 @@ public static class Argument |
|
|
|
|
/// The type of a byte. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class ByteType |
|
|
|
|
public static class ByteType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the byte. |
|
|
|
@ -181,7 +181,7 @@ public static class Argument |
|
|
|
|
/// The type of a boolean |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class BooleanType |
|
|
|
|
public static class BooleanType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the boolean. |
|
|
|
@ -199,7 +199,7 @@ public static class Argument |
|
|
|
|
/// The type of a Int16. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class Int16Type |
|
|
|
|
public static class Int16Type |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the Int16. |
|
|
|
@ -217,7 +217,7 @@ public static class Argument |
|
|
|
|
/// The type of an unsigned Int16. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class UInt16Type |
|
|
|
|
public static class UInt16Type |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the unsigned Int16. |
|
|
|
@ -235,7 +235,7 @@ public static class Argument |
|
|
|
|
/// The type of a Int32. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class Int32Type |
|
|
|
|
public static class Int32Type |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the Int32. |
|
|
|
@ -253,7 +253,7 @@ public static class Argument |
|
|
|
|
/// The type of an unsigned Int32. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class UInt32Type |
|
|
|
|
public static class UInt32Type |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the unsigned Int32. |
|
|
|
@ -271,7 +271,7 @@ public static class Argument |
|
|
|
|
/// The type of a Int64. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class Int64Type |
|
|
|
|
public static class Int64Type |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the Int64. |
|
|
|
@ -289,7 +289,7 @@ public static class Argument |
|
|
|
|
/// The type of an unsigned Int64. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class UInt64Type |
|
|
|
|
public static class UInt64Type |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the unsigned Int64. |
|
|
|
@ -307,7 +307,7 @@ public static class Argument |
|
|
|
|
/// The type of the double. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class DoubleType |
|
|
|
|
public static class DoubleType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the double. |
|
|
|
@ -325,7 +325,7 @@ public static class Argument |
|
|
|
|
/// The type of a string. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class StringType |
|
|
|
|
public static class StringType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the string. |
|
|
|
@ -343,7 +343,7 @@ public static class Argument |
|
|
|
|
/// The type of an object path. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class ObjectPathType |
|
|
|
|
public static class ObjectPathType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the object path. |
|
|
|
@ -361,7 +361,7 @@ public static class Argument |
|
|
|
|
/// The type of a signature. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class SignatureType |
|
|
|
|
public static class SignatureType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the signature. |
|
|
|
@ -379,7 +379,7 @@ public static class Argument |
|
|
|
|
/// The type of a array. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class ArrayType |
|
|
|
|
public static class ArrayType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the array. |
|
|
|
@ -397,7 +397,7 @@ public static class Argument |
|
|
|
|
/// The type of a struct. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class StructType |
|
|
|
|
public static class StructType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the struct. |
|
|
|
@ -415,7 +415,7 @@ public static class Argument |
|
|
|
|
/// The type of a variant. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class VariantType |
|
|
|
|
public static class VariantType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the variant. |
|
|
|
@ -433,7 +433,7 @@ public static class Argument |
|
|
|
|
/// The type of a dictionary. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class DictEntryType |
|
|
|
|
public static class DictEntryType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of the dictionary. |
|
|
|
@ -451,7 +451,7 @@ public static class Argument |
|
|
|
|
/// The type of an unix file descriptor. |
|
|
|
|
/// <para>Since EFL 1.23.</para> |
|
|
|
|
/// </summary> |
|
|
|
|
public class UnixFdType |
|
|
|
|
public static class UnixFdType |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// The code of unix fd. |
|
|
|
|