Wiley.com
Print this page Share

Professional Linux Programming

ISBN: 978-0-471-77613-0
Paperback
504 pages
March 2007
Professional Linux Programming (0471776130) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
347 Error in Code
dbus_message_get_args (dbreply, &dberr, DBUS_TYPE_INT32, &result);

should be:
dbus_message_get_args (dbreply, &dberr, DBUS_TYPE_INT32, &result, DBUS_TYPE_INVALID);

For further reference please see this page from the DBUS manual:
http://dbus.freedesktop.org/doc/api/html/group__DBusMessage.html#gad8953f53ceea7de81cde792e3edd0230
10/21/11

Related Titles

More By These Authors

General Programming & Software Development

by Stef Maruch, Aahz Maruch
by John Kauffman, Bradley Millington
by Steve Holzner
Back to Top