comparison src/dbusbind.c @ 98783:9ae4dbce33ae

* dbusbind.c (Fdbus_call_method): Unbreak usage line. (Fdbus_call_method_asynchronously): Ditto. This change makes C-h f display the argument list.
author Magnus Henoch <mange@freemail.hu>
date Thu, 16 Oct 2008 19:51:50 +0000
parents e5f33aa05b97
children f98d4eaeba07
comparison
equal deleted inserted replaced
98782:05eaa923b9eb 98783:9ae4dbce33ae
783 "org.freedesktop.Hal.Device" "GetPropertyString" 783 "org.freedesktop.Hal.Device" "GetPropertyString"
784 "system.kernel.machine") 784 "system.kernel.machine")
785 785
786 => "i686" 786 => "i686"
787 787
788 usage: (dbus-call-method 788 usage: (dbus-call-method BUS SERVICE PATH INTERFACE METHOD &optional :timeout TIMEOUT &rest ARGS) */)
789 BUS SERVICE PATH INTERFACE METHOD
790 &optional :timeout TIMEOUT &rest ARGS) */)
791 (nargs, args) 789 (nargs, args)
792 int nargs; 790 int nargs;
793 register Lisp_Object *args; 791 register Lisp_Object *args;
794 { 792 {
795 Lisp_Object bus, service, path, interface, method; 793 Lisp_Object bus, service, path, interface, method;
967 965
968 => (:system 2) 966 => (:system 2)
969 967
970 -| i686 968 -| i686
971 969
972 usage: (dbus-call-method-asynchronously 970 usage: (dbus-call-method-asynchronously BUS SERVICE PATH INTERFACE METHOD HANDLER &optional :timeout TIMEOUT &rest ARGS) */)
973 BUS SERVICE PATH INTERFACE METHOD HANDLER
974 &optional :timeout TIMEOUT &rest ARGS) */)
975 (nargs, args) 971 (nargs, args)
976 int nargs; 972 int nargs;
977 register Lisp_Object *args; 973 register Lisp_Object *args;
978 { 974 {
979 Lisp_Object bus, service, path, interface, method, handler; 975 Lisp_Object bus, service, path, interface, method, handler;