summaryrefslogtreecommitdiffstats
path: root/gdbus/gdbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbus/gdbus.h')
-rw-r--r--gdbus/gdbus.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h
index 0ec90dcb..c2c75ec5 100644
--- a/gdbus/gdbus.h
+++ b/gdbus/gdbus.h
@@ -52,9 +52,6 @@ void dbus_message_iter_append_dict_valist(DBusMessageIter *iter,
va_list var_args);
void dbus_message_iter_append_dict(DBusMessageIter *iter,
const char *first_key, ...);
-dbus_bool_t dbus_connection_emit_signal(DBusConnection *conn, const char *path,
- const char *interface, const char *name,
- int first, ...);
dbus_bool_t dbus_connection_emit_property_changed(DBusConnection *conn,
const char *path,