Try to lookup a gobject.types.TYPE_FLAG_RESERVED_ID_BIT via the its name. See gtk.builder.Builder.getTypeFromName for more details. The C implementation will use gobject.global.typeFromName and if that fails try to guess the correct function name for registering the type and then use dlsym() to load it. The default implementation just tries gobject.global.typeFromName and otherwise fails.
Try to lookup a gobject.types.TYPE_FLAG_RESERVED_ID_BIT via the its name. See gtk.builder.Builder.getTypeFromName for more details. The C implementation will use gobject.global.typeFromName and if that fails try to guess the correct function name for registering the type and then use dlsym() to load it. The default implementation just tries gobject.global.typeFromName and otherwise fails.