Hi, Public entry points should have return_if_fail, not assert (basically assert should only happen if libdbus is buggy. if apps are buggy, return_if_fail should happen.) Havoc