Turns out Alex had agreed to this.
This commit is contained in:
Matthias Clasen 2009-08-27 23:40:16 -04:00
parent 2889f1b8a3
commit c47dca4cfe

View File

@ -328,6 +328,9 @@ _g_io_modules_ensure_extension_points_registered (void)
ep = g_io_extension_point_register (G_VFS_EXTENSION_POINT_NAME);
g_io_extension_point_set_required_type (ep, G_TYPE_VFS);
ep = g_io_extension_point_register ("gsettings-backend");
g_io_extension_point_set_required_type (ep, G_TYPE_OBJECT);
}
G_UNLOCK (registered_extensions);