mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Handle NULL string properties in bindings
Admittely, we just handle them by failing the conversion...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user