summaryrefslogtreecommitdiff
path: root/gio/gdbusutils.h
Commit message (Collapse)AuthorAgeFilesLines
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
| | | | | | | | | | | | | | | | | Sub-directories inside gio/ already processed in a previous commit: - fam/ - gdbus-2.0/ (which contains only codegen/) - gvdb/ - inotify/ - tests/ - win32/ - xdgmime/ Other sub-directories inside gio/: - completion/: no license headers - kqueue/: not LGPL, BSD-style license https://bugzilla.gnome.org/show_bug.cgi?id=776504
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+8
| | | | | | | | | | | Add the GLIB_AVAILABLE_IN_ALL annotation to all old functions (that haven't already been annotated with the GLIB_AVAILABLE_IN_* macros or a deprecation macro). If we discover in the future that we cannot use only one macro on Windows, it will be an easy sed patch to fix that. https://bugzilla.gnome.org/show_bug.cgi?id=688681
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Clarify docs for g_dbus_gvalue_to_gvariant() and g_dbus_gvariant_to_gvalue()David Zeuthen2011-04-101-1/+1
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* GDBus: Document GVariant/GValue conversion routines and move to them to utilsDavid Zeuthen2011-04-091-0/+5
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* Add single-include guards to new headersMatthias Clasen2010-06-061-0/+4
| | | | | As pointed out by Christian Persch in bug 620173, all the new gdbus and gsettings headers were missing these.
* GDBus: Remove g_dbus_is_activated()David Zeuthen2010-05-131-2/+0
| | | | It's generally hard to get this right so don't attempt to do so.
* Update copyright years to include 2010Matthias Clasen2010-05-091-1/+1
|
* Initial GDBus code-drop from GDBus-standalone repoDavid Zeuthen2010-05-061-0/+42
Things compile and the test-suite passes. Still need to hook up gio.symbols and docs. There are still a bunch of TODOs left in the sources that needs to be addressed. Signed-off-by: David Zeuthen <davidz@redhat.com>