Loading
Commits on Source 28
-
Victor Toso authored
While at it, use a single variable for glib, gio and gobject
-
Victor Toso authored
Removes several of the following: > ../tests/test-gom-transform.c:170:3: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] > 170 | g_type_class_add_private(object_class, sizeof(ItemResourcePrivate)); > | ^~~~~~~~~~~~~~~~~~~~~~~~
-
Victor Toso authored
The G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Victor Toso authored
The G_DEFINE_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Victor Toso authored
The G_DEFINE_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Victor Toso authored
The G_DEFINE_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Victor Toso authored
The G_DEFINE_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Victor Toso authored
The G_DEFINE_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Victor Toso authored
The G_DEFINE_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Victor Toso authored
The G_DEFINE_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Victor Toso authored
The G_DEFINE_TYPE_WITH_PRIVATE call was moved as it needs to know the storage size of private structure.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Richard Hughes authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
It was missing context, and a way to verify correctness, so disable it until something better is needed.
-
Christian Hergert authored
-
Christian Hergert authored
It needs a terminating value for the va_list.
-
Christian Hergert authored
-
Christian Hergert authored
Now that we are notifying the API consumer of the error, let them crash instead of Gom for the missing resource.
-
Christian Hergert authored
If fetch was active while a get_index() was called, the GHashTable could be mutated while a reader exists. This fixes that by protecting it with a mutex and then inserting all of the items from the worker in one go. Such use is what you might expect if you're paginating data and lazy loading regions of the resource group.
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
Recent changes will be part of the new release, not 0.4. Bump now so that projects can require them at build time.
-
Christian Hergert authored
-
Christian Hergert authored
-
Jeremy Bícha authored