summaryrefslogtreecommitdiff
path: root/gsystem-local-alloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework to be an installed libraryv2014.1Colin Walters2014-02-061-164/+0
| | | | See https://mail.gnome.org/archives/desktop-devel-list/2014-February/msg00028.html
* localalloc: Declare the cleanup functions inline in the headerChristian Persch2013-10-231-12/+26
| | | | | This enables gcc with -Wuninitialized to warn if the cleanup function is used on an uninitialised variable.
* localalloc: Add gs_free_errorChristian Persch2013-10-211-0/+8
|
* localalloc: Add gs_strfreevColin Walters2013-08-291-0/+8
| | | | NetworkManager uses strvs quite a lot.
* localalloc: Add gs_unref_bytes()Colin Walters2013-08-141-0/+10
| | | | Since I'm using these more now in ostree, and let's be comprehensive.
* localalloc: Fix variant builder unrefColin Walters2013-08-141-3/+3
| | | | | | I will test my code before pushing. I will test my code before pushing. I will test my code before pushing.
* local-alloc: Fix previous commitColin Walters2013-08-141-1/+1
|
* localalloc: Add cleanup functions for checksum and variant buildersColin Walters2013-08-141-0/+19
| | | | Used in ostree.
* localalloc: Add gs_unref_array()Colin Walters2013-08-021-0/+11
| | | | Requested by NetworkManager team.
* localalloc: Rename macrosColin Walters2012-12-031-12/+12
| | | | | | | These are a bit clearer, if more verbose. For example, it's now more obvious with "gs_unref_object" that an unref is going to happen. Based on discussion with Pavel Simerda <psimerda@redhat.com>.
* local-alloc: Add support for GVariantItersMarius Vollmer2012-10-311-0/+9
| | | | Signed-off-by: Colin Walters <walters@verbum.org>
* Document moreColin Walters2012-10-181-0/+43
| | | | Thanks to Pavel Simerda <psimerda@redhat.com> for bringing this up.
* Rename from libgdaemonColin Walters2012-07-151-0/+42