Home
last modified time | relevance | path

Searched refs:G_IS_DBUS_MESSAGE (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/
Dgdbusmessage.c680 g_return_val_if_fail (G_IS_DBUS_MESSAGE (method_call_message), NULL); in g_dbus_message_new_method_reply()
752 g_return_val_if_fail (G_IS_DBUS_MESSAGE (method_call_message), NULL); in g_dbus_message_new_method_error_literal()
819 g_return_val_if_fail (G_IS_DBUS_MESSAGE (message), (GDBusMessageByteOrder) 0); in g_dbus_message_get_byte_order()
834 g_return_if_fail (G_IS_DBUS_MESSAGE (message)); in g_dbus_message_set_byte_order()
862 g_return_val_if_fail (G_IS_DBUS_MESSAGE (message), G_DBUS_MESSAGE_TYPE_INVALID); in g_dbus_message_get_message_type()
879 g_return_if_fail (G_IS_DBUS_MESSAGE (message)); in g_dbus_message_set_message_type()
908 g_return_val_if_fail (G_IS_DBUS_MESSAGE (message), G_DBUS_MESSAGE_FLAGS_NONE); in g_dbus_message_get_flags()
926 g_return_if_fail (G_IS_DBUS_MESSAGE (message)); in g_dbus_message_set_flags()
953 g_return_val_if_fail (G_IS_DBUS_MESSAGE (message), 0); in g_dbus_message_get_serial()
970 g_return_if_fail (G_IS_DBUS_MESSAGE (message)); in g_dbus_message_set_serial()
[all …]
Dgdbusmessage.h34 #define G_IS_DBUS_MESSAGE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_DBUS_MESSAGE)) macro
Dgdbusmethodinvocation.c366 g_return_val_if_fail (G_IS_DBUS_MESSAGE (message), NULL); in _g_dbus_method_invocation_new()
Dgdbusconnection.c1618 g_return_val_if_fail (G_IS_DBUS_MESSAGE (message), FALSE); in g_dbus_connection_send_message_unlocked()
1749 g_return_val_if_fail (G_IS_DBUS_MESSAGE (message), FALSE); in g_dbus_connection_send_message()
2028 g_return_if_fail (G_IS_DBUS_MESSAGE (message)); in g_dbus_connection_send_message_with_reply()
2159 g_return_val_if_fail (G_IS_DBUS_MESSAGE (message), NULL); in g_dbus_connection_send_message_with_reply_sync()
Dgdbusprivate.c1634 g_return_if_fail (G_IS_DBUS_MESSAGE (message)); in _g_dbus_worker_send_message()
/third_party/glib/gio/tests/
Dgdbus-message.c110 g_assert (G_IS_DBUS_MESSAGE (copy)); in message_copy()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt2908 G_IS_DBUS_MESSAGE