Home | History | Annotate | Download | only in doc

Lines Matching full:entry

424         dict entry is always a key-value pair.
435 In most languages, an array of dict entry would be represented as a
445 <entry>Conventional Name</entry>
446 <entry>Code</entry>
447 <entry>Description</entry>
452 <entry><literal>INVALID</literal></entry>
453 <entry>0 (ASCII NUL)</entry>
454 <entry>Not a valid type code, used to terminate signatures</entry>
456 <entry><literal>BYTE</literal></entry>
457 <entry>121 (ASCII 'y')</entry>
458 <entry>8-bit unsigned integer</entry>
460 <entry><literal>BOOLEAN</literal></entry>
461 <entry>98 (ASCII 'b')</entry>
462 <entry>Boolean value, 0 is <literal>FALSE</literal> and 1 is <literal>TRUE</literal>. Everything else is invalid.</entry>
464 <entry><literal>INT16</literal></entry>
465 <entry>110 (ASCII 'n')</entry>
466 <entry>16-bit signed integer</entry>
468 <entry><literal>UINT16</literal></entry>
469 <entry>113 (ASCII 'q')</entry>
470 <entry>16-bit unsigned integer</entry>
472 <entry><literal>INT32</literal></entry>
473 <entry>105 (ASCII 'i')</entry>
474 <entry>32-bit signed integer</entry>
476 <entry><literal>UINT32</literal></entry>
477 <entry>117 (ASCII 'u')</entry>
478 <entry>32-bit unsigned integer</entry>
480 <entry><literal>INT64</literal></entry>
481 <entry>120 (ASCII 'x')</entry>
482 <entry>64-bit signed integer</entry>
484 <entry><literal>UINT64</literal></entry>
485 <entry>116 (ASCII 't')</entry>
486 <entry>64-bit unsigned integer</entry>
488 <entry><literal>DOUBLE</literal></entry>
489 <entry>100 (ASCII 'd')</entry>
490 <entry>IEEE 754 double</entry>
492 <entry><literal>STRING</literal></entry>
493 <entry>115 (ASCII 's')</entry>
494 <entry>UTF-8 string (<emphasis>must</emphasis> be valid UTF-8). Must be nul terminated and contain no other nul bytes.</entry>
496 <entry><literal>OBJECT_PATH</literal></entry>
497 <entry>111 (ASCII 'o')</entry>
498 <entry>Name of an object instance</entry>
500 <entry><literal>SIGNATURE</literal></entry>
501 <entry>103 (ASCII 'g')</entry>
502 <entry>A type signature</entry>
504 <entry><literal>ARRAY</literal></entry>
505 <entry>97 (ASCII 'a')</entry>
506 <entry>Array</entry>
508 <entry><literal>STRUCT</literal></entry>
509 <entry>114 (ASCII 'r'), 40 (ASCII '('), 41 (ASCII ')')</entry>
510 <entry>Struct; type code 114 'r' is reserved for use in
513 used on D-Bus.</entry>
515 <entry><literal>VARIANT</literal></entry>
516 <entry>118 (ASCII 'v') </entry>
517 <entry>Variant type (the type of the value is part of the value itself)</entry>
519 <entry><literal>DICT_ENTRY</literal></entry>
520 <entry>101 (ASCII 'e'), 123 (ASCII '{'), 125 (ASCII '}') </entry>
521 <entry>Entry in a dict or map (array of key-value pairs).
524 dict or dict-entry, and must not appear in signatures
525 used on D-Bus.</entry>
527 <entry><literal>UNIX_FD</literal></entry>
528 <entry>104 (ASCII 'h')</entry>
529 <entry>Unix file descriptor</entry>
532 <entry>(reserved)</entry>
533 <entry>109 (ASCII 'm')</entry>
534 <entry>Reserved for <ulink
538 specified here</entry>
541 <entry>(reserved)</entry>
542 <entry>42 (ASCII '*')</entry>
543 <entry>Reserved for use in bindings/implementations to
545 and must not appear in signatures used on D-Bus.</entry>
548 <entry>(reserved)</entry>
549 <entry>63 (ASCII '?')</entry>
550 <entry>Reserved for use in bindings/implementations to
552 not appear in signatures used on D-Bus.</entry>
555 <entry>(reserved)</entry>
556 <entry>64 (ASCII '@'), 38 (ASCII '&amp;'),
557 94 (ASCII '^')</entry>
558 <entry>Reserved for internal use by bindings/implementations,
561 conventions.</entry>
605 <entry>Conventional Name</entry>
606 <entry>Encoding</entry>
607 <entry>Alignment</entry>
612 <entry><literal>INVALID</literal></entry>
613 <entry>Not applicable; cannot be marshaled.</entry>
614 <entry>N/A</entry>
616 <entry><literal>BYTE</literal></entry>
617 <entry>A single 8-bit byte.</entry>
618 <entry>1</entry>
620 <entry><literal>BOOLEAN</literal></entry>
621 <entry>As for <literal>UINT32</literal>, but only 0 and 1 are valid values.</entry>
622 <entry>4</entry>
624 <entry><literal>INT16</literal></entry>
625 <entry>16-bit signed integer in the message's byte order.</entry>
626 <entry>2</entry>
628 <entry><literal>UINT16</literal></entry>
629 <entry>16-bit unsigned integer in the message's byte order.</entry>
630 <entry>2</entry>
632 <entry><literal>INT32</literal></entry>
633 <entry>32-bit signed integer in the message's byte order.</entry>
634 <entry>4</entry>
636 <entry><literal>UINT32</literal></entry>
637 <entry>32-bit unsigned integer in the message's byte order.</entry>
638 <entry>4</entry>
640 <entry><literal>INT64</literal></entry>
641 <entry>64-bit signed integer in the message's byte order.</entry>
642 <entry>8</entry>
644 <entry><literal>UINT64</literal></entry>
645 <entry>64-bit unsigned integer in the message's byte order.</entry>
646 <entry>8</entry>
648 <entry><literal>DOUBLE</literal></entry>
649 <entry>64-bit IEEE 754 double in the message's byte order.</entry>
650 <entry>8</entry>
652 <entry><literal>STRING</literal></entry>
653 <entry>A <literal>UINT32</literal> indicating the string's
657 </entry>
658 <entry>
660 </entry>
662 <entry><literal>OBJECT_PATH</literal></entry>
663 <entry>Exactly the same as <literal>STRING</literal> except the
665 </entry>
666 <entry>
668 </entry>
670 <entry><literal>SIGNATURE</literal></entry>
671 <entry>The same as <literal>STRING</literal> except the length is a single
674 </entry>
675 <entry>
677 </entry>
679 <entry><literal>ARRAY</literal></entry>
680 <entry>
690 </entry>
691 <entry>
693 </entry>
695 <entry><literal>STRUCT</literal></entry>
696 <entry>
701 </entry>
702 <entry>
704 </entry>
706 <entry><literal>VARIANT</literal></entry>
707 <entry>
716 </entry>
717 <entry>
719 </entry>
721 <entry><literal>DICT_ENTRY</literal></entry>
722 <entry>
724 </entry>
725 <entry>
727 </entry>
729 <entry><literal>UNIX_FD</literal></entry>
730 <entry>32-bit unsigned integer in the message's byte
735 accompany the message.</entry>
736 <entry>4</entry>
936 <entry>Value</entry>
937 <entry>Description</entry>
942 <entry>1st <literal>BYTE</literal></entry>
943 <entry>Endianness flag; ASCII 'l' for little-endian
945 in this endianness.</entry>
948 <entry>2nd <literal>BYTE</literal></entry>
949 <entry><firstterm>Message type</firstterm>. Unknown types must be ignored.
951 </entry>
954 <entry>3rd <literal>BYTE</literal></entry>
955 <entry>Bitwise OR of flags. Unknown flags
957 </entry>
960 <entry>4th <literal>BYTE</literal></entry>
961 <entry>Major protocol version of the sending application. If
966 </entry>
969 <entry>1st <literal>UINT32</literal></entry>
970 <entry>Length in bytes of the message body, starting
973 </entry>
976 <entry>2nd <literal>UINT32</literal></entry>
977 <entry>The serial of this message, used as a cookie
980 </entry>
983 <entry><literal>ARRAY</literal> of <literal>STRUCT</literal> of (<literal>BYTE</literal>,<literal>VARIANT</literal>)</entry>
984 <entry>An array of zero or more <firstterm>header
988 </entry>
1001 <entry>Conventional name</entry>
1002 <entry>Decimal value</entry>
1003 <entry>Description</entry>
1008 <entry><literal>INVALID</literal></entry>
1009 <entry>0</entry>
1010 <entry>This is an invalid type.</entry>
1013 <entry><literal>METHOD_CALL</literal></entry>
1014 <entry>1</entry>
1015 <entry>Method call.</entry>
1018 <entry><literal>METHOD_RETURN</literal></entry>
1019 <entry>2</entry>
1020 <entry>Method reply with returned data.</entry>
1023 <entry><literal>ERROR</literal></entry>
1024 <entry>3</entry>
1025 <entry>Error reply. If the first argument exists and is a
1026 string, it is an error message.</entry>
1029 <entry><literal>SIGNAL</literal></entry>
1030 <entry>4</entry>
1031 <entry>Signal emission.</entry>
1043 <entry>Conventional name</entry>
1044 <entry>Hex value</entry>
1045 <entry>Description</entry>
1050 <entry><literal>NO_REPLY_EXPECTED</literal></entry>
1051 <entry>0x1</entry>
1052 <entry>This message does not expect method return replies or
1057 </entry>
1060 <entry><literal>NO_AUTO_START</literal></entry>
1061 <entry>0x2</entry>
1062 <entry>The bus must not launch an owner
1064 </entry>
1107 <entry>Conventional Name</entry>
1108 <entry>Decimal Code</entry>
1109 <entry>Type</entry>
1110 <entry>Required In</entry>
1111 <entry>Description</entry>
1116 <entry><literal>INVALID</literal></entry>
1117 <entry>0</entry>
1118 <entry>N/A</entry>
1119 <entry>not allowed</entry>
1120 <entry>Not a valid field name (error if it appears in a message)</entry>
1123 <entry><literal>PATH</literal></entry>
1124 <entry>1</entry>
1125 <entry><literal>OBJECT_PATH</literal></entry>
1126 <entry><literal>METHOD_CALL</literal>, <literal>SIGNAL</literal></entry>
1127 <entry>The object to send a call to,
1134 </entry>
1137 <entry><literal>INTERFACE</literal></entry>
1138 <entry>2</entry>
1139 <entry><literal>STRING</literal></entry>
1140 <entry><literal>SIGNAL</literal></entry>
1141 <entry>
1151 </entry>
1154 <entry><literal>MEMBER</literal></entry>
1155 <entry>3</entry>
1156 <entry><literal>STRING</literal></entry>
1157 <entry><literal>METHOD_CALL</literal>, <literal>SIGNAL</literal></entry>
1158 <entry>The member, either the method name or signal name.</entry>
1161 <entry><literal>ERROR_NAME</literal></entry>
1162 <entry>4</entry>
1163 <entry><literal>STRING</literal></entry>
1164 <entry><literal>ERROR</literal></entry>
1165 <entry>The name of the error that occurred, for errors</entry>
1168 <entry><literal>REPLY_SERIAL</literal></entry>
1169 <entry>5</entry>
1170 <entry><literal>UINT32</literal></entry>
1171 <entry><literal>ERROR</literal>, <literal>METHOD_RETURN</literal></entry>
1172 <entry>The serial number of the message this message is a reply
1173 to. (The serial number is the second <literal>UINT32</literal> in the header.)</entry>
1176 <entry><literal>DESTINATION</literal></entry>
1177 <entry>6</entry>
1178 <entry><literal>STRING</literal></entry>
1179 <entry>optional</entry>
1180 <entry>The name of the connection this message is intended for.
1182 <xref linkend="message-bus"/>.</entry>
1185 <entry><literal>SENDER</literal></entry>
1186 <entry>7</entry>
1187 <entry><literal>STRING</literal></entry>
1188 <entry>optional</entry>
1189 <entry>Unique name of the sending connection.
1191 only meaningful in combination with the message bus.</entry>
1194 <entry><literal>SIGNATURE</literal></entry>
1195 <entry>8</entry>
1196 entry><literal>SIGNATURE</literal></entry>
1197 <entry>optional</entry>
1198 <entry>The signature of the message body.
1200 empty signature "" (i.e. the body must be 0-length).</entry>
1203 <entry><literal>UNIX_FDS</literal></entry>
1204 <entry>9</entry>
1205 <entry><literal>UINT32</literal></entry>
1206 <entry>optional</entry>
1207 <entry>The number of Unix file descriptors that
1216 itself.</entry>
2704 <entry>Name</entry>
2705 <entry>Values</entry>
2706 <entry>Description</entry>
2711 <entry>path</entry>
2712 <entry>(path)</entry>
2713 <entry>path of the unix domain socket. If set, the "tmpdir" and "abstract" key must not be set.</entry>
2716 <entry>tmpdir</entry>
2717 <entry>(path)</entry>
2718 <entry>temporary directory in which a socket file with a random file name starting with 'dbus-' will be created by the server. This key can only be used in server addresses, not in client addresses. If set, the "path" and "abstract" key must not be set.</entry>
2721 <entry>abstract</entry>
2722 <entry>(string)</entry>
2723 <entry>unique string (path) in the abstract namespace. If set, the "path" or "tempdir" key must not be set.</entry>
2761 <entry>Name</entry>
2762 <entry>Values</entry>
2763 <entry>Description</entry>
2768 <entry>env</entry>
2769 <entry>(environment variable)</entry>
2770 <entry>path of the unix domain socket for the launchd created dbus-daemon.</entry>
2823 <entry>Name</entry>
2824 <entry>Values</entry>
2825 <entry>Description</entry>
2830 <entry>host</entry>
2831 <entry>(string)</entry>
2832 <entry>dns name or ip address</entry>
2835 <entry>port</entry>
2836 <entry>(number)</entry>
2837 <entry>The tcp port the server will open. A zero value let the server
2840 </entry>
2843 <entry>family</entry>
2844 <entry>(string)</entry>
2845 <entry>If set, provide the type of socket family either "ipv4" or "ipv6". If unset, the family is unspecified.</entry>
2893 <entry>Name</entry>
2894 <entry>Values</entry>
2895 <entry>Description</entry>
2900 <entry>host</entry>
2901 <entry>(string)</entry>
2902 <entry>dns name or ip address</entry>
2905 <entry>port</entry>
2906 <entry>(number)</entry>
2907 <entry>The tcp port the server will open. A zero value let the server
2910 </entry>
2913 <entry>family</entry>
2914 <entry>(string)</entry>
2915 <entry>If set, provide the type of socket family either "ipv4" or "ipv6". If unset, the family is unspecified.</entry>
2918 <entry>noncefile</entry>
2919 <entry>(path)</entry>
2920 <entry>file location containing the secret</entry>
2953 <entry>Name</entry>
2954 <entry>Values</entry>
2955 <entry>Description</entry>
2960 <entry>path</entry>
2961 <entry>(path)</entry>
2962 <entry>Path of the binary to execute, either an absolute
2965 argument of execlp(). This key is mandatory.</entry>
2968 <entry>argv0</entry>
2969 <entry>(string)</entry>
2970 <entry>The program name to use when executing the
2973 execlp().</entry>
2976 <entry>argv1, argv2, ...</entry>
2977 <entry>(string)</entry>
2978 <entry>Arguments to pass to the binary. This corresponds
2981 are taken into account.</entry>
3011 <entry>Name</entry>
3012 <entry>Values</entry>
3013 <entry>Description</entry>
3018 <entry>scope</entry>
3019 <entry>(string)</entry>
3020 <entry>scope of autolaunch (Windows only)
3048 </entry>
3483 <entry>Name</entry>
3484 <entry>Values (separated by ,)</entry>
3485 <entry>Description</entry>
3490 <entry>org.freedesktop.DBus.Deprecated</entry>
3491 <entry>true,false</entry>
3492 <entry>Whether or not the entity is deprecated; defaults to false</entry>
3495 <entry>org.freedesktop.DBus.GLib.CSymbol</entry>
3496 <entry>(string)</entry>
3497 <entry>The C symbol; may be used for methods and interfaces</entry>
3500 <entry>org.freedesktop.DBus.Method.NoReply</entry>
3501 <entry>true,false</entry>
3502 <entry>If set, don't expect a reply to the method call; defaults to false.</entry>
3505 <entry>org.freedesktop.DBus.Property.EmitsChangedSignal</entry>
3506 <entry>true,invalidates,false</entry>
3507 <entry>
3531 </entry>
3632 <entry>Argument</entry>
3633 <entry>Type</entry>
3634 <entry>Description</entry>
3639 <entry>0</entry>
3640 <entry>STRING</entry>
3641 <entry>Name to request</entry>
3644 <entry>1</entry>
3645 <entry>UINT32</entry>
3646 <entry>Flags</entry>
3656 <entry>Argument</entry>
3657 <entry>Type</entry>
3658 <entry>Description</entry>
3663 <entry>0</entry>
3664 <entry>UINT32</entry>
3665 <entry>Return value</entry>
3752 <entry>Conventional Name</entry>
3753 <entry>Value</entry>
3754 <entry>Description</entry>
3759 <entry>DBUS_NAME_FLAG_ALLOW_REPLACEMENT</entry>
3760 <entry>0x1</entry>
3761 <entry>
3774 </entry>
3777 <entry>DBUS_NAME_FLAG_REPLACE_EXISTING</entry>
3778 <entry>0x2</entry>
3779 <entry>
3787 </entry>
3790 <entry>DBUS_NAME_FLAG_DO_NOT_QUEUE</entry>
3791 <entry>0x4</entry>
3792 <entry>
3804 </entry>
3816 <entry>Conventional Name</entry>
3817 <entry>Value</entry>
3818 <entry>Description</entry>
3823 <entry>DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER</entry>
3824 <entry>1</entry> <entry>The caller is now the primary owner of
3828 DBUS_NAME_FLAG_ALLOW_REPLACEMENT.</entry>
3831 <entry>DBUS_REQUEST_NAME_REPLY_IN_QUEUE</entry>
3832 <entry>2</entry>
3834 <entry>The name already had an owner,
3839 </entry>
3842 <entry>DBUS_REQUEST_NAME_REPLY_EXISTS</entry> <entry>3</entry>
3843 <entry>The name already has an owner,
3847 specified by the requesting application.</entry>
3850 <entry>DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER</entry>
3851 <entry>4</entry>
3852 <entry>The application trying to request ownership of a name is already the owner of it.</entry>
3872 <entry>Argument</entry>
3873 <entry>Type</entry>
3874 <entry>Description</entry>
3879 <entry>0</entry>
3880 <entry>STRING</entry>
3881 <entry>Name to release</entry>
3891 <entry>Argument</entry>
3892 <entry>Type</entry>
3893 <entry>Description</entry>
3898 <entry>0</entry>
3899 <entry>UINT32</entry>
3900 <entry>Return value</entry>
3923 <entry>Conventional Name</entry>
3924 <entry>Value</entry>
3925 <entry>Description</entry>
3930 <entry>DBUS_RELEASE_NAME_REPLY_RELEASED</entry>
3931 <entry>1</entry> <entry>The caller has released his claim on
3936 queue.</entry>
3939 <entry>DBUS_RELEASE_NAME_REPLY_NON_EXISTENT</entry>
3940 <entry>2</entry>
3941 <entry>The given name does not exist on this bus.</entry>
3944 <entry>DBUS_RELEASE_NAME_REPLY_NOT_OWNER</entry>
3945 <entry>3</entry>
3946 <entry>The caller was not the primary owner of this name,
3947 and was also not waiting in the queue to own this name.</entry>
3967 <entry>Argument</entry>
3968 <entry>Type</entry>
3969 <entry>Description</entry>
3974 <entry>0</entry>
3975 <entry>STRING</entry>
3976 <entry>The well-known bus name to query, such as
3977 <literal>com.example.cappuccino</literal></entry>
3987 <entry>Argument</entry>
3988 <entry>Type</entry>
3989 <entry>Description</entry>
3994 <entry>0</entry>
3995 <entry>ARRAY of STRING</entry>
3996 <entry>The unique bus names of connections currently queued
3997 for the name</entry>
4149 <entry>Key</entry>
4150 <entry>Possible Values</entry>
4151 <entry>Description</entry>
4156 <entry><literal>type</literal></entry>
4157 <entry>'signal', 'method_call', 'method_return', 'error'</entry>
4158 <entry>Match on the message type. An example of a type match is type='signal'</entry>
4161 <entry><literal>sender</literal></entry>
4162 <entry>A bus or unique name (see <xref linkend="term-bus-name"/>
4164 </entry>
4165 <entry>Match messages sent by a particular sender. An example of a sender match
4166 is sender='org.freedesktop.Hal'</entry>
4169 <entry><literal>interface</literal></entry>
4170 <entry>An interface name (see <xref linkend="message-protocol-names-interface"/>)</entry>
4171 <entry>Match messages sent over or to a particular interface. An example of an
4174 that specifies this key.</entry>
4177 <entry><literal>member</literal></entry>
4178 <entry>Any valid method or signal name</entry>
4179 <entry>Matches messages which have the give method or signal name. An example of
4180 a member match is member='NameOwnerChanged'</entry>
4183 <entry><literal>path</literal></entry>
4184 <entry>An object path (see <xref linkend="message-protocol-marshaling-object-path"/>)</entry>
4185 <entry>Matches messages which are sent from or to the given object. An example of a
4186 path match is path='/org/freedesktop/Hal/Manager'</entry>
4189 <entry><literal>path_namespace</literal></entry>
4190 <entry>An object path</entry>
4191 <entry>
4223 </entry>
4226 <entry><literal>destination</literal></entry>
4227 <entry>A unique name (see <xref linkend="term-unique-name"/>)</entry>
4228 <entry>Matches messages which are being sent to the given unique name. An
4229 example of a destination match is destination=':1.0'</entry>
4232 <entry><literal>arg[0, 1, 2, 3, ...]</literal></entry>
4233 <entry>Any string</entry>
4234 <entry>Arg matches are special and are used for further restricting the
4238 accepted.</entry>
4241 <entry><literal>arg[0, 1, 2, 3, ...]path</literal></entry>
4242 <entry>Any string</entry>
4243 <entry>
4274 </entry>
4277 <entry><literal>arg0namespace</literal></entry>
4278 <entry>Like a bus name, except that the string is not
4279 required to contain a '.' (period)</entry>
4280 <entry>
4305 </entry>
4308 <entry><literal>eavesdrop</literal></entry>
4309 <entry><literal>'true'</literal>, <literal>'false'</literal></entry>
4310 <entry>Since D-Bus 1.5.6, match rules do not
4327 </entry>
4364 url="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html">desktop
4520 <entry>
4522 </entry>
4524 <entry>
4526 </entry>
4530 <entry>
4532 </entry>
4534 <entry>
4536 </entry>
4540 <entry>
4542 </entry>
4544 <entry>
4546 </entry>
4602 <entry>
4604 </entry>
4606 <entry>
4608 </entry>
4612 <entry>
4614 </entry>
4616 <entry>
4618 </entry>
4622 <entry>
4624 </entry>
4626 <entry>
4628 </entry>
4632 <entry>
4634 </entry>
4636 <entry>
4638 </entry>
4779 <entry>Argument</entry>
4780 <entry>Type</entry>
4781 <entry>Description</entry>
4786 <entry>0</entry>
4787 <entry>STRING</entry>
4788 <entry>Unique name assigned to the connection</entry>
4821 <entry>Argument</entry>
4822 <entry>Type</entry>
4823 <entry>Description</entry>
4828 <entry>0</entry>
4829 <entry>ARRAY of STRING</entry>
4830 <entry>Array of strings where each string is a bus name</entry>
4852 <entry>Argument</entry>
4853 <entry>Type</entry>
4854 <entry>Description</entry>
4859 <entry>0</entry>
4860 <entry>ARRAY of STRING</entry>
4861 <entry>Array of strings where each string is a bus name</entry>
4883 <entry>Argument</entry>
4884 <entry>Type</entry>
4885 <entry>Description</entry>
4890 <entry>0</entry>
4891 <entry>STRING</entry>
4892 <entry>Name to check</entry>
4902 <entry>Argument</entry>
4903 <entry>Type</entry>
4904 <entry>Description</entry>
4909 <entry>0</entry>
4910 <entry>BOOLEAN</entry>
4911 <entry>Return value, true if the name exists</entry>
4934 <entry>Argument</entry>
4935 <entry>Type</entry>
4936 <entry>Description</entry>
4941 <entry>0</entry>
4942 <entry>STRING</entry>
4943 <entry>Name with a new owner</entry>
4946 <entry>1</entry>
4947 <entry>STRING</entry>
4948 <entry>Old owner or empty string if none</entry>
4951 <entry>2</entry>
4952 <entry>STRING</entry>
4953 <entry>New owner or empty string if none</entry>
4977 <entry>Argument</entry>
4978 <entry>Type</entry>
4979 <entry>Description</entry>
4984 <entry>0</entry>
4985 <entry>STRING</entry>
4986 <entry>Name which was lost</entry>
5010 <entry>Argument</entry>
5011 <entry>Type</entry>
5012 <entry>Description</entry>
5017 <entry>0</entry>
5018 <entry>STRING</entry>
5019 <entry>Name which was acquired</entry>
5043 <entry>Argument</entry>
5044 <entry>Type</entry>
5045 <entry>Description</entry>
5050 <entry>0</entry>
5051 <entry>STRING</entry>
5052 <entry>Name of the service to start</entry>
5055 <entry>1</entry>
5056 <entry>UINT32</entry>
5057 <entry>Flags (currently not used)</entry>
5067 <entry>Argument</entry>
5068 <entry>Type</entry>
5069 <entry>Description</entry>
5074 <entry>0</entry>
5075 <entry>UINT32</entry>
5076 <entry>Return value</entry>
5090 <entry>Identifier</entry>
5091 <entry>Value</entry>
5092 <entry>Description</entry>
5097 <entry>DBUS_START_REPLY_SUCCESS</entry>
5098 <entry>1</entry>
5099 <entry>The service was successfully started.</entry>
5102 <entry>DBUS_START_REPLY_ALREADY_RUNNING</entry>
5103 <entry>2</entry>
5104 <entry>A connection already owns the given name.</entry>
5125 <entry>Argument</entry>
5126 <entry>Type</entry>
5127 <entry>Description</entry>
5132 <entry>0</entry>
5133 <entry>ARRAY of DICT&lt;STRING,STRING&gt;</entry>
5134 <entry>Environment to add or update</entry>
5162 <entry>Argument</entry>
5163 <entry>Type</entry>
5164 <entry>Description</entry>
5169 <entry>0</entry>
5170 <entry>STRING</entry>
5171 <entry>Name to get the owner of</entry>
5181 <entry>Argument</entry>
5182 <entry>Type</entry>
5183 <entry>Description</entry>
5188 <entry>0</entry>
5189 <entry>STRING</entry>
5190 <entry>Return value, a unique connection name</entry>
5213 <entry>Argument</entry>
5214 <entry>Type</entry>
5215 <entry>Description</entry>
5220 <entry>0</entry>
5221 <entry>STRING</entry>
5222 <entry>Unique or well-known bus name of the connection to
5224 <literal>com.example.tea</literal></entry>
5234 <entry>Argument</entry>
5235 <entry>Type</entry>
5236 <entry>Description</entry>
5241 <entry>0</entry>
5242 <entry>UINT32</entry>
5243 <entry>Unix user ID</entry>
5266 <entry>Argument</entry>
5267 <entry>Type</entry>
5268 <entry>Description</entry>
5273 <entry>0</entry>
5274 <entry>STRING</entry>
5275 <entry>Unique or well-known bus name of the connection to
5277 <literal>com.example.tea</literal></entry>
5287 <entry>Argument</entry>
5288 <entry>Type</entry>
5289 <entry>Description</entry>
5294 <entry>0</entry>
5295 <entry>UINT32</entry>
5296 <entry>Unix process id</entry>
5319 <entry>Argument</entry>
5320 <entry>Type</entry>
5321 <entry>Description</entry>
5326 <entry>0</entry>
5327 <entry>STRING</entry>
5328 <entry>Match rule to add to the connection</entry>
5350 <entry>Argument</entry>
5351 <entry>Type</entry>
5352 <entry>Description</entry>
5357 <entry>0</entry>
5358 <entry>STRING</entry>
5359 <entry>Match rule to remove from the connection</entry>
5382 <entry>Argument</entry>
5383 <entry>Type</entry>
5384 <entry>Description</entry>
5389 <entry>0</entry>
5390 <entry>STRING</entry>
5391 <entry>Unique ID identifying the bus daemon</entry>