emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/src ChangeLog dbusbind.c


From: Michael Albinus
Subject: [Emacs-commit] emacs/src ChangeLog dbusbind.c
Date: Sun, 30 Dec 2007 15:41:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/12/30 15:41:47

Modified files:
        src            : ChangeLog dbusbind.c 

Log message:
        * dbusbind.c: Fix several errors and compiler warnings.  Reported
        by Tom Tromey <address@hidden>
        (XD_ERROR, XD_DEBUG_MESSAGE)
        (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
        (xd_append_arg): Part for basic D-Bus types rewitten.
        (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
        DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
        appropriate.
        (xd_read_message): Return Qnil.  Don't signal an error; it is not
        useful during event reading.
        (Fdbus_register_signal): Signal an error if the check for
        FUNCTIONP fails.
        (Fdbus_register_method): New function.  The implementation is not
        complete, the call of the function signals an error therefore.
        (Fdbus_unregister_object): New function, renamed from
        Fdbus_unregister_signal.  The initial check signals an error, if
        it the objct is not well formed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.6051&r2=1.6052
http://cvs.savannah.gnu.org/viewcvs/emacs/src/dbusbind.c?cvsroot=emacs&r1=1.12&r2=1.13




reply via email to

[Prev in Thread] Current Thread [Next in Thread]