| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The `volatile` was dropped from the GLib API, as it's useless.
|
|
|
|
|
|
|
|
|
| |
Changes the comment and include to reference the file basename
instead of the full path. This ensures that the generated file is
reproducible when it is included in source packages meant for debugging.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=773603
|
| |
|
|
|
|
| |
Expands the symbol annotation correctly.
|
|
|
|
|
|
| |
The GEnumValue array defining the enumeration type values must be
static, otherwise everything will crash when trying to retrieve the
enumeration data from the GEnumClass.
|
|
|
|
|
|
| |
The autogenerated enumeration types registration code should
be using the same pattern used by the G_DEFINE_TYPE() macros,
with GOnce to enable atomic (and thread-safe) type registration.
|
|
The templates for glib-mkenums keep the Makefile.am sane and
editable by mere mortals.
|