summaryrefslogtreecommitdiff
path: root/gio/gdbusinterfaceskeleton.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-3/+1
* gdbusinterfaceskeleton: Fix a use-after-free of a GDBusMethodInvocationPhilip Withnall2023-02-231-3/+6
* gdbusinterfaceskeleton: Remove an unnecessary helper struct memberPhilip Withnall2023-02-231-8/+7
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gio: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-1/+1
* gio: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-201-1/+1
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-2/+2
* gtask: Improve task names used internally within GLibPhilip Withnall2020-07-071-0/+1
* gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-1/+5
* docs: Fix syntax in GDBusInterfaceSkeleton documentationPhilip Withnall2018-01-111-1/+1
* Fix comment/docs grammar: incase -> in caseRobert Ancell2017-09-151-1/+1
* docs: Fix typo in GDBusInterfaceSkeleton documentationPhilip Withnall2017-08-041-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+1
* gio: Intern all signal names beforehandMatthias Clasen2015-09-121-1/+1
* Eradicate links and xrefsMatthias Clasen2014-02-081-1/+3
* Docs: replace <literal> by `Matthias Clasen2014-02-061-1/+1
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-4/+3
* gio: deprecate gioscheduler, soft deprecate GSimpleAsyncResultDan Winship2012-10-101-22/+18
* gdbus: minor documentation fix in g_dbus_interface_skeleton_has_connection()Aleksander Morgado2012-10-091-1/+1
* docs: Fix typo export → unexportDavid King2012-02-211-1/+1
* GDBusInterface: add dup_object() methodDavid Zeuthen2012-01-261-0/+14
* GDBusInterfaceSkeleton: make it possible to export on multiple connectionsTristan Van Berkom2011-12-021-67/+297
* Add g_main_context_ref_thread_default()Dan Winship2011-10-071-5/+2
* GDBus: switch to struct-embedded GMutex and GCondRyan Lortie2011-10-041-22/+22
* GDBusInterfaceSkeleton: Add lockingDavid Zeuthen2011-08-291-9/+66
* Pass in NULL instead of g_cclosure_marshal_genericJohan Dahlin2011-07-191-1/+1
* GDBusInterfaceSkeleton: fix odd use of floating refsRyan Lortie2011-07-121-3/+2
* Stop using glib-genmarshal at build timeColin Walters2011-06-201-2/+1
* GDBus: Add some gobject-introspection annotations for new codeDavid Zeuthen2011-04-161-1/+1
* GDBusInterfaceStub: Clarify ::g-authorize-method docsDavid Zeuthen2011-04-131-1/+1
* GDBus: Use Skeleton instead of StubDavid Zeuthen2011-04-131-0/+717