[PATCH] Assert that watch is not NULL in dbus_watch_handle

Havoc Pennington hp at pobox.com
Thu Sep 23 08:16:00 PDT 2010


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


More information about the dbus mailing list