Download List

Descripción del Proyecto

GLib is a library containing many useful C routines for things such as trees, hashes, and lists. GLib was previously distributed with the GTK toolkit, but has been split off as of the developers' version 1.1.0.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-11 11:32
2.35.7

GUnixFdSource se agregó como un nuevo método para agregar descriptores de fichero para el bucle principal. g_source_set_ready_time() añadido permite marcar una fuente listo en un tiempo especificado monotónico. Fue revisado el manejo interno de la visibilidad de GLib. Muchos errores se fijaron.
Tags: Development, Minor feature enhancements, Minor bugfixes
GUnixFdSource was added as a new method to add file descriptors to the main loop. g_source_set_ready_time() was added for allowing to mark a source to become ready at a specified monotonic time. The internal visibility handling of GLib was reworked. Many bugs were fixed.

2013-01-17 08:54
2.35.4

Se han agregado g_application_command_line_get_stdin() y nuevas APIs g_get_num_processors().

Ahora se pueden analizar más formatos de desplazamiento de zona horaria.

Constructores de GParamSpec se han introspectable.

Agregar interfaces después de class_init ahora no está permitida.

Corregidos errores menores.
Tags: Development, Minor feature enhancements, Minor bugfixes
New APIs g_get_num_processors() and g_application_command_line_get_stdin() have been added.

More timezone offset formats can now be parsed.

GParamSpec constructors have been made introspectable.

Adding interfaces after class_init is now disallowed.

Minor bugs have been fixed.

2012-12-30 13:10
2.35.3

En g_get_home_dir(), la variable $ de inicio ya no es ignorada y tener en cuenta a favor de las entradas GECOS.

Se han hecho muchas correcciones de errores menores.
Tags: Development, Minor bugfixes
In g_get_home_dir(),
the $HOME variable is no longer ignored,
and taken into consideration in
favor of GECOS entries.

Many minor bugfixes have been made.

2012-03-13 06:23
2.30.3

Se corrigieron muchos errores menores.
Tags: Stable, Minor bugfixes
Many minor bugs were fixed.

2012-03-07 12:14
2.31.20

Recarga de propiedades por GDBusProxy ha adquirido nuevas posibilidades. GApplication ha sido mejorado. Deprecations ahora son versiones y nuevas API están marcadas con la versión con la que se introdujeron. Se ha mejorado el rendimiento de las emisiones de señales. PCRE se ha actualizado a 8.30. Unicode se ha actualizado a 6.1. Se han hecho correcciones de documentación de API. Se han corregido muchos errores menores.
Tags: Development, Minor bugfixes, Minor feature enhancements
Reloading of properties by GDBusProxy has gained new possibilities. GApplication has been improved. Deprecations are now versioned, and new APIs are marked with the version with which they were introduced. The performance of signal emissions has been improved. PCRE has been updated to 8.30. Unicode has been updated to 6.1. API documentation fixes have been made. Many minor bugs have been fixed.

Project Resources