|
83 | 83 | <constant>SD_BUS_MESSAGE_METHOD_RETURN</constant>, <constant>SD_BUS_MESSAGE_METHOD_ERROR</constant>, |
84 | 84 | <constant>SD_BUS_MESSAGE_SIGNAL</constant>. This type is either specified as a parameter when the message |
85 | 85 | is created using |
86 | | - <citerefentry><refentrytitle>sd_bus_set_message_new</refentrytitle><manvolnum>3</manvolnum></citerefentry>, |
| 86 | + <citerefentry><refentrytitle>sd_bus_message_new</refentrytitle><manvolnum>3</manvolnum></citerefentry>, |
87 | 87 | or is set automatically when the message is created using |
88 | | - <citerefentry><refentrytitle>sd_bus_set_message_new_signal</refentrytitle><manvolnum>3</manvolnum></citerefentry>, |
89 | | - <citerefentry><refentrytitle>sd_bus_set_message_new_method_call</refentrytitle><manvolnum>3</manvolnum></citerefentry>, |
90 | | - <citerefentry><refentrytitle>sd_bus_set_message_new_method_error</refentrytitle><manvolnum>3</manvolnum></citerefentry> |
| 88 | + <citerefentry><refentrytitle>sd_bus_message_new_signal</refentrytitle><manvolnum>3</manvolnum></citerefentry>, |
| 89 | + <citerefentry><refentrytitle>sd_bus_message_new_method_call</refentrytitle><manvolnum>3</manvolnum></citerefentry>, |
| 90 | + <citerefentry><refentrytitle>sd_bus_message_new_method_error</refentrytitle><manvolnum>3</manvolnum></citerefentry> |
91 | 91 | and similar functions.</para> |
92 | 92 |
|
93 | 93 | <para><function>sd_bus_message_get_error()</function> returns the error stored in the message |
|
108 | 108 | signal message. If <parameter>interface</parameter> is non-null, it also checks if the message has the |
109 | 109 | same interface set. If <parameter>member</parameter> is non-null, it also checks if the message has the |
110 | 110 | same member set. Also see |
111 | | - <citerefentry><refentrytitle>sd_bus_set_message_new_signal</refentrytitle><manvolnum>3</manvolnum></citerefentry>. |
| 111 | + <citerefentry><refentrytitle>sd_bus_message_new_signal</refentrytitle><manvolnum>3</manvolnum></citerefentry>. |
112 | 112 | It returns true when all checks pass.</para> |
113 | 113 |
|
114 | 114 | <para><function>sd_bus_message_is_method_call()</function> checks if message <parameter>m</parameter> |
115 | 115 | is a method call message. If <parameter>interface</parameter> is non-null, it also checks if the message |
116 | 116 | has the same interface set. If <parameter>member</parameter> is non-null, it also checks if the message |
117 | 117 | has the same member set. Also see |
118 | | - <citerefentry><refentrytitle>sd_bus_set_message_new_method_call</refentrytitle><manvolnum>3</manvolnum></citerefentry>. |
| 118 | + <citerefentry><refentrytitle>sd_bus_message_new_method_call</refentrytitle><manvolnum>3</manvolnum></citerefentry>. |
119 | 119 | It returns true when all checks pass.</para> |
120 | 120 |
|
121 | 121 | <para><function>sd_bus_message_is_method_error()</function> checks if message <parameter>m</parameter> |
122 | 122 | is an error reply message. If <parameter>name</parameter> is non-null, it also checks if the message has |
123 | 123 | the same error identifier set. Also see |
124 | | - <citerefentry><refentrytitle>sd_bus_set_message_new_method_error</refentrytitle><manvolnum>3</manvolnum></citerefentry>. |
| 124 | + <citerefentry><refentrytitle>sd_bus_message_new_method_error</refentrytitle><manvolnum>3</manvolnum></citerefentry>. |
125 | 125 | It returns true when all checks pass.</para> |
126 | 126 | </refsect1> |
127 | 127 |
|
|
0 commit comments