summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-02 11:28:17 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-07-02 11:28:17 (GMT)
commitbd3c9e428af5a804fd4631c941fb642c99f6430b (patch)
tree128baedadfa2a15c5c510a4ddb52225479fd9133 /src/dbus
parent353dacb5e4c45e860ae8be228df9647c5a71093e (diff)
downloadQt-bd3c9e428af5a804fd4631c941fb642c99f6430b.zip
Qt-bd3c9e428af5a804fd4631c941fb642c99f6430b.tar.gz
Qt-bd3c9e428af5a804fd4631c941fb642c99f6430b.tar.bz2
Add a note about this method not being safe in multithreaded contexts
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbusconnection.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dbus/qdbusconnection.cpp b/src/dbus/qdbusconnection.cpp
index 6777aa5..14cadd9 100644
--- a/src/dbus/qdbusconnection.cpp
+++ b/src/dbus/qdbusconnection.cpp
@@ -973,8 +973,15 @@ QDBusConnection QDBusConnection::systemBus()
}
/*!
+ \nonreentrant
+
Returns the connection that sent the signal, if called in a slot activated
by QDBus; otherwise it returns 0.
+
+ \note Please avoid this function. This function is not thread-safe, so if
+ there's any other thread delivering a D-Bus call, this function may return
+ the wrong connection. In new code, please use QDBusContext::connection()
+ (see that class for a description on how to use it).
*/
QDBusConnection QDBusConnection::sender()
{
tion> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
Commit message (Expand)AuthorAgeFilesLines
* Fix loading of timezones where one abbreviation is a proper suffix of another...Kevin B Kenny2012-01-081-0/+148
* Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-181-0/+33
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * Bug 1513489Kevin B Kenny2006-07-301-24/+30
| * * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-1/+5
| * * tests/clock.test: Commented clock-9.1 that the test will fail Kevin B Kenny2004-05-271-2/+8
| * * tests/clock.test: Added a single test for the presence of %G Kevin B Kenny2004-05-271-50/+57
| * * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-1/+149
| * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-1/+23
| * Fixed Bug 710310 (duplicate test numbers in clock.test). Made major Kevin B Kenny2003-04-121-30/+30
* | * library/clock.tcl (LocalizeFormat):Kevin B Kenny2009-10-291-1/+5
* | * library/clock.tcl (ParseClockScanFormat):Kevin B Kenny2009-10-271-1/+14
* | * library/clock.tcl (ProcessPosixTimeZone):Kevin B Kenny2009-10-241-1/+11
* | * generic/tclGetDate.y: Fixed a thread safety bug in the generatedKevin B Kenny2009-06-091-4/+39
* | * library/clock.tcl (tcl::clock::add): Fixed error message formattingKevin B Kenny2009-01-031-1/+10
* | Fallback to European time zone DST rules, when the timezone isnijtmans2008-12-111-1/+23
* | * library/clock.tcl (format, ParseClockScanFormat): Added aKevin B Kenny2008-11-301-1/+14
* | 2006-06-17 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2008-06-171-1/+9
* | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a):Kevin B Kenny2008-04-141-1/+9
* | * doc/clock.n: Corrected minor indentation gaffe in theKevin B Kenny2008-02-271-1/+37
* | * generic/tclClock.c (ClockParseformatargsObjCmd):Kevin B Kenny2008-02-061-3/+7
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * library/clock.tcl (ParseClockScanFormat): Modified code to allowKevin B Kenny2007-08-251-1/+40
* | Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-5/+1
* | Fixed a buglet in recognizing time zone SIERRAKevin B Kenny2007-04-201-7/+3
* | * tests/clock.test (clock-59.1): Added a regression test forKevin B Kenny2007-04-201-1/+39
* | * tests/clock.test (clock-40.1, clock-58.1): Corrected aKevin B Kenny2007-04-201-3/+3
* | * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-1/+76
* | * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-151-1/+9
* | Modified test initialisation to use theKevin B Kenny2007-03-091-2/+8
* | * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance toKevin B Kenny2007-03-091-1/+211
* | * library/clock.tcl: Further tweaks to the Windows time zone tableKevin B Kenny2007-03-081-49/+178
* | New US DST rules on Windows; Olson's tzdata2007cKevin B Kenny2007-03-071-6/+6
* | * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-23