summaryrefslogtreecommitdiff
path: root/gio/gresource.c
Commit message (Expand)AuthorAgeFilesLines
* gresource: avoid allocations in enumerate_children()Christian Hergert2017-11-151-5/+35
* GResource – Create an internal copy of the GBytes if it is not pointer alignedSebastian Dröge2017-11-141-1/+13
* GResource – Add note to documentation that the memory must be at least poin...Sebastian Dröge2017-11-141-0/+3
* docs: Fix cut'n'paste error in g_resources_get_info() docBastien Nocera2017-07-051-2/+2
* docs: Mention GtkApplication in the GResource documentationPhilip Withnall2017-05-311-0/+4
* docs: Mention the alias GResource attribute in the documentationPhilip Withnall2017-05-311-0/+9
* docs: Improve formatting and fix typos in GResource documentationPhilip Withnall2017-05-311-7/+5
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-8/+8
* gresource.c: Use g_file_test()Chun-wei Fan2016-05-041-2/+1
* GResources: add support for resource overlaysAllison Ryan Lortie2016-04-281-0/+310
* GResources: use g_hash_table_get_keys_as_array()Allison Ryan Lortie2016-04-281-13/+3
* Fix gettext useStanislav Brabec2015-12-161-1/+1
* gresource: Clarify error docs for g_resource_enumerate_children()Philip Withnall2015-07-281-0/+3
* gresource: fix a couple of typos in documentationCosimo Cecchi2015-06-111-2/+2
* gresource: Document generated C file function namingPhilip Withnall2015-05-141-0/+6
* gresource: Minor capitalisation fixes in documentationPhilip Withnall2015-05-141-7/+7
* Doc: Mark a few things as privateXavier Claessens2015-03-121-1/+1
* docs: fix up docs issues in gio/Xavier Claessens2015-02-051-0/+7
* docs: Fix broken gtk-doc formattingRico Tzschichholz2014-08-181-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-4/+4
* Eradicate links and xrefsMatthias Clasen2014-02-081-6/+6
* Docs: replace <literal> by `Matthias Clasen2014-02-061-3/+3
* Don't use <filename> in docsMatthias Clasen2014-02-051-3/+4
* Don't use <envar> in docsMatthias Clasen2014-02-051-5/+6
* Drop use of the command tagMatthias Clasen2014-02-011-2/+2
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use (void) for no parameters, not ()Colin Walters2012-11-011-1/+1
* gio: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for quarks in GIOMatthias Clasen2012-08-281-5/+1
* It is 'registered', not 'registred'Matthias Clasen2012-08-181-6/+6
* resources: compiler: Fix resources on big endian architecturesChristian Persch2012-04-161-1/+4
* GResource docs: fix typoKalev Lember2012-04-131-1/+1
* Formatting cleanupMatthias Clasen2012-04-061-203/+202
* all: s/availible/available/Bastien Nocera2012-03-271-2/+2
* resources: Consolidate creation of GResource into one placeChristian Persch2012-02-051-12/+20
* resources: Init refcount to 1Christian Persch2012-02-051-0/+1
* resources: Plug a mem leakChristian Persch2012-02-051-0/+4
* resources: Plug a mem leakChristian Persch2012-02-051-0/+1
* resources: Plug a mem leakChristian Persch2012-02-051-18/+17
* resources: compiler: Make to-pixbuf failure fatalChristian Persch2012-02-021-4/+5
* resources: Add to-pixdata preprocessing optionAlexander Larsson2012-01-311-3/+10
* Make constructor-based resource registration malloc freeAlexander Larsson2012-01-311-16/+173
* resources: Minor fixes to the docsAlexander Larsson2012-01-311-5/+5
* resources: compiler: Allow stripping blanks from xml dataChristian Persch2012-01-251-1/+9
* Fix typoAlexander Larsson2012-01-161-8/+8
* Initial version of GResourceAlexander Larsson2012-01-131-0/+844