summaryrefslogtreecommitdiff
path: root/dbus/dbus-gtest.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>
* Flatten _dbus_gmain_test into _dbus_gvalue_testSimon McVittie2012-11-191-4/+0
| | | | | | | | It actually only tests _dbus_gtype_from_signature and related things, and has nothing to do with main loop integration. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
* Move _dbus_gvalue_utils_test into a separate binary, it only uses public APISimon McVittie2012-11-191-4/+0
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
* Turn _dbus_glib_test into a standalone test case, since it only tests public APISimon McVittie2012-11-191-4/+0
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
* Use single star in doc-comments not intended for gtk-docSimon McVittie2011-06-011-1/+1
| | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10890
* Remove _dbus_gutils_test, which didn't test anythingSimon McVittie2011-06-011-5/+1
| | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37790
* 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>
* - Created empty NEWS fileJohn (J5) Palmieri2006-06-291-0/+92
- renamed glib dir to dbus so include paths stay the same in the examples - build now works