summaryrefslogtreecommitdiff
path: root/gio/gdbusobjectproxy.h
AgeCommit message (Collapse)Author
2023-10-25docs: Move the GDBusObjectProxy SECTIONPhilip Withnall
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
2022-10-13Rename all visibility macrosXavier Claessens
2022-05-18gio: Add SPDX license headers automaticallyPhilip Withnall
Add SPDX license (but not copyright) headers to all files which follow a certain pattern in their existing non-machine-readable header comment. This commit was entirely generated using the command: ``` git ls-files gio/*.[ch] | xargs perl -0777 -pi -e 's/\n \*\n \* This library is free software; you can redistribute it and\/or\n \* modify it under the terms of the GNU Lesser General Public/\n \*\n \* SPDX-License-Identifier: LGPL-2.1-or-later\n \*\n \* This library is free software; you can redistribute it and\/or\n \* modify it under the terms of the GNU Lesser General Public/igs' ``` Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #1415
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
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
2014-01-31Updated FSF's addressDaniel Mustieles
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie
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
2011-04-25gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypesDavid Zeuthen
Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-04-08Add "Since: 2.30" for new D-Bus routinesDavid Zeuthen
Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-04-08Start merging gdbus-codegen codeDavid Zeuthen
Signed-off-by: David Zeuthen <davidz@redhat.com>