summaryrefslogtreecommitdiff
path: root/dbus/dbus-gidl.c
Commit message (Collapse)AuthorAgeFilesLines
* Add clearer licensing information using SPDX-License-IdentifierSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* dbus-binding-tool: check for valid interface, member and property namesSimon McVittie2014-01-141-0/+11
| | | | | | | | | | Properties are currently allowed to be arbitrary UTF-8 since this matches dbus-glib's runtime behaviour, although ideally new interfaces should use the more restrictive member naming rules (leading to names like MyProperty) for interop with QtDBus. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=7909 Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
* Remove Doxygen droppings from source codeSimon McVittie2011-06-011-4/+0
| | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10890
* _dbus_gidl_test: remove unused function which does nothingSimon McVittie2011-06-011-17/+0
| | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37790
* Consistently include config.h in all non-generated .c filesSimon McVittie2011-05-301-0/+2
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37060 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* fd.o #20936: Update FSF addressTobias Mueller2009-06-091-1/+1
| | | | | | | | | | | | | | The glib bindings contain an outdated address of the FSF: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 The new address is: http://www.fsf.org/about/contact.html writes: > Free Software Foundation > 51 Franklin Street, Fifth Floor > Boston, MA 02110-1301 > USA Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Commit patch to switch to gtk-doc with gtype-specialized doc and updates fromRob Taylor2006-08-181-1/+1
| | | | | | Marc-Andre Lureau <marcandre.lureau@gmail.com>, with minor cleanup. Closes #7726.
* - Created empty NEWS fileJohn (J5) Palmieri2006-06-291-0/+788
- renamed glib dir to dbus so include paths stay the same in the examples - build now works