mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 14:50:11 +01:00
Minimal semantic fixes.
This commit is contained in:
parent
3d27cbff91
commit
9ac27f95fe
3 changed files with 15 additions and 10 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-02-09 Zack Rusin <zack@kde.org>
|
||||
|
||||
* test/bus-test.c: make_it_compile
|
||||
* doc/dbus-specification.sgml: minimal semantic fix
|
||||
|
||||
2003-02-06 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
Release 0.3
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
D-BUS is <emphasis>low-overhead</emphasis> because it is uses a
|
||||
D-BUS is <emphasis>low-overhead</emphasis> because it uses a
|
||||
binary protocol, and does not have to convert to and from a text
|
||||
format such as XML. Because D-BUS is intended for potentially
|
||||
high-resolution same-machine IPC, not primarily for Internet IPC,
|
||||
|
|
|
|||
|
|
@ -96,8 +96,8 @@ loop_quit (void)
|
|||
static void
|
||||
loop_run (void)
|
||||
{
|
||||
running_loop = TRUE;
|
||||
long start_time = get_time ();
|
||||
running_loop = TRUE;
|
||||
|
||||
/* Horribly inefficient main loop */
|
||||
while (running_loop)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue