mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Add tests/repository which has some repository regression tests
svn path=/trunk/; revision=683
This commit is contained in:
@@ -490,7 +490,7 @@ find_interface (gpointer key,
|
|||||||
for (i = 1; i <= n_entries; i++)
|
for (i = 1; i <= n_entries; i++)
|
||||||
{
|
{
|
||||||
entry = g_typelib_get_dir_entry (typelib, i);
|
entry = g_typelib_get_dir_entry (typelib, i);
|
||||||
if (entry->blob_type < 4)
|
if (entry->blob_type < BLOB_TYPE_BOXED)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
offset = *(guint32*)&typelib->data[entry->offset + 8];
|
offset = *(guint32*)&typelib->data[entry->offset + 8];
|
||||||
|
Reference in New Issue
Block a user