Home
last modified time | relevance | path

Searched refs:G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgdbusmethodinvocation.c399 if (g_dbus_message_get_flags (invocation->message) & G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED) in g_dbus_method_invocation_return_value_internal()
806 if (g_dbus_message_get_flags (invocation->message) & G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED) in g_dbus_method_invocation_return_dbus_error()
Dgioenums.h1297 G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED = (1<<0), enumerator
Dgdbusmessage.c653 message->flags = G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED; in g_dbus_message_new_signal()
686 message->flags = G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED; in g_dbus_message_new_method_reply()
760 message->flags = G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED; in g_dbus_message_new_method_error_literal()
Dgioenumtypes.c1088 …{ G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED, "G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED", "no-reply-expe… in g_dbus_message_flags_get_type()
Dgdbusconnection.c5877 flags |= G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED; in g_dbus_connection_call_internal()