Handle NULL string properties in bindings

Admittely, we just handle them by failing the conversion...
This commit is contained in:
Matthias Clasen
2010-04-21 14:47:32 -04:00
parent 3814868b7a
commit 585a37f374
3 changed files with 6 additions and 5 deletions

View File

@@ -672,7 +672,6 @@ G_DEFINE_TYPE (TestObject, test_object, G_TYPE_OBJECT)
static void
test_object_init (TestObject *object)
{
object->no_write_prop = "";
}
static void