Changeset a76c415981c63ef0bffe8be7e81ecde70ef3e2fd
- Timestamp:
- 03/06/10 16:55:07 (5 months ago)
- Author:
- Nedko Arnaudov <nedko@…>
- Children:
- 2fd730ea55ee6a1df6b457076c67e4a8edae0580
- Parents:
- f813dbd025ae762ccdce497bbcd60f38c730e837
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2010-03-06T16:55:07Z+0200
- Message:
-
properly handle dbus_connection_register_object_path() failure
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rf813dbd
|
ra76c415
|
|
| 404 | 404 | }; |
| 405 | 405 | |
| 406 | | dbus_connection_register_object_path(connection_ptr, opath_ptr->name, &vtable, opath_ptr); |
| 407 | | |
| 408 | | return true; |
| | 406 | return dbus_connection_register_object_path(connection_ptr, opath_ptr->name, &vtable, opath_ptr); |
| 409 | 407 | } |
| 410 | 408 | |