<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/examples, branch dbus-python-0.83.0</title>
<subtitle>gitlab.freedesktop.org: dbus/dbus-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/'/>
<entry>
<title>License examples under MIT/X11.</title>
<updated>2007-09-28T10:49:28+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-09-28T10:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=5295a01631b2a02f948d22417de997a3200a2cee'/>
<id>5295a01631b2a02f948d22417de997a3200a2cee</id>
<content type='text'>
According to history of dbus-core before the bindings split, the examples were
written by Red Hat employees, so we should be OK to relicense them; and it's
good to have copyright headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to history of dbus-core before the bindings split, the examples were
written by Red Hat employees, so we should be OK to relicense them; and it's
good to have copyright headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/list-system-services.py: Make more exemplary</title>
<updated>2007-05-03T12:19:12+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-05-03T12:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=040adaef5646823dfb9247247104cb678cecacad'/>
<id>040adaef5646823dfb9247247104cb678cecacad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split up Makefile.am between subdirectories</title>
<updated>2007-01-22T18:26:36+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-01-22T18:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=625bfaac68f6c7afd85d62752e34fc8e00405790'/>
<id>625bfaac68f6c7afd85d62752e34fc8e00405790</id>
<content type='text'>
As well as being conventional, this seems to be necessary to avoid having
dbus_py_test.so installed, while still having it be a Libtool shared library
(noinst libraries are helpfully made static).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As well as being conventional, this seems to be necessary to avoid having
dbus_py_test.so installed, while still having it be a Libtool shared library
(noinst libraries are helpfully made static).
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Don't load a main loop when only making blocking calls</title>
<updated>2007-01-16T19:51:28+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-01-16T19:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=916df7703d828afec95635d309ca83bc1c05fd98'/>
<id>916df7703d828afec95635d309ca83bc1c05fd98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old .cvsignore files</title>
<updated>2007-01-10T12:45:06+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-01-10T12:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=92e8cc8ff3cb87af3e94bc455d3be057e98846d3'/>
<id>92e8cc8ff3cb87af3e94bc455d3be057e98846d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct usage in example-async-client: you need to use example-client (or kill(1) of course) to shut down the example service</title>
<updated>2007-01-09T14:29:46+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-01-09T14:29:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=b68d891998983ab94e68555855d10f85a3dca019'/>
<id>b68d891998983ab94e68555855d10f85a3dca019</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an example of asynchronous calls. Run the examples during 'make check'.</title>
<updated>2007-01-09T14:05:28+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-01-09T14:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=26ce68b8de3f48187091d3686cb30b75375b84d0'/>
<id>26ce68b8de3f48187091d3686cb30b75375b84d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>list-system-services.py: Use the NULL_MAIN_LOOP</title>
<updated>2006-12-13T14:48:56+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2006-12-13T14:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=717c5b4b3852c5e519bc4a1ccb9df8414d4c019c'/>
<id>717c5b4b3852c5e519bc4a1ccb9df8414d4c019c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus/examples: Move to examples/ (it's not part of the library and isn't installed)</title>
<updated>2006-12-13T14:40:32+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2006-12-13T14:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=b70364f2a37e64585c53a72e36481407e375808c'/>
<id>b70364f2a37e64585c53a72e36481407e375808c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
