2003-06-14 Mike Kestner <mkestner@speakeasy.net>
* glib/Value.cs : cast uint to TypeFundamentals svn path=/trunk/gtk-sharp/; revision=15386
This commit is contained in:
parent
bbf727c80e
commit
3353e2d35e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-06-14 Mike Kestner <mkestner@speakeasy.net>
|
||||
|
||||
* glib/Value.cs : cast uint to TypeFundamentals
|
||||
|
||||
2003-06-14 Mike Kestner <mkestner@speakeasy.net>
|
||||
|
||||
* CallbackGen.cs : rework for internal callback helpers,
|
||||
|
|
|
@ -607,7 +607,7 @@ namespace GLib {
|
|||
return ManagedValue.ObjectForWrapper (g_value_get_boxed (_val));
|
||||
}
|
||||
|
||||
switch (type) {
|
||||
switch ((TypeFundamentals) type) {
|
||||
case TypeFundamentals.TypeString:
|
||||
return (string) this;
|
||||
case TypeFundamentals.TypeBoolean:
|
||||
|
|
Loading…
Reference in a new issue