Home | History | Annotate | Download | only in dbus

Lines Matching refs:DBUS_MESSAGE_TYPE_ERROR

1348                             DBUS_MESSAGE_TYPE_ERROR,
1564 * #DBUS_MESSAGE_TYPE_ERROR, #DBUS_MESSAGE_TYPE_SIGNAL, but other
3166 * Sets the name of the error (DBUS_MESSAGE_TYPE_ERROR).
3193 * Gets the error name (DBUS_MESSAGE_TYPE_ERROR only)
3454 * name. If the message is not #DBUS_MESSAGE_TYPE_ERROR, or has a
3474 if (dbus_message_get_type (message) != DBUS_MESSAGE_TYPE_ERROR)
3582 * is an error message, as in #DBUS_MESSAGE_TYPE_ERROR.
3599 * @returns #TRUE if the message had type #DBUS_MESSAGE_TYPE_ERROR
3610 if (dbus_message_get_type (message) != DBUS_MESSAGE_TYPE_ERROR)
4428 * "error" -> DBUS_MESSAGE_TYPE_ERROR
4443 return DBUS_MESSAGE_TYPE_ERROR;
4456 * DBUS_MESSAGE_TYPE_ERROR -> "error"
4472 case DBUS_MESSAGE_TYPE_ERROR: