diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-16 22:03:25 +0300 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-16 22:03:25 +0300 | 
| commit | c0736ea762bfea95e98c8b9f118b4e5464f2159c (patch) | |
| tree | 1bd3bb6859eccd4ea71dc300b34104496e01cf7c /src/dbus-common.h | |
| parent | 3a11e84a573785024b11d89ed4f9b06e43b06ca6 (diff) | |
Rename dbus_connection_emit_property_changed to emit_property_changed
Diffstat (limited to 'src/dbus-common.h')
| -rw-r--r-- | src/dbus-common.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/dbus-common.h b/src/dbus-common.h index 83f77191..3b758b9d 100644 --- a/src/dbus-common.h +++ b/src/dbus-common.h @@ -35,8 +35,8 @@ void dict_append_entry(DBusMessageIter *dict,  void dict_append_array(DBusMessageIter *dict, const char *key, int type,  			void *val, int n_elements); -dbus_bool_t dbus_connection_emit_property_changed(DBusConnection *conn, -						const char *path, -						const char *interface, -						const char *name, -						int type, void *value); +dbus_bool_t emit_property_changed(DBusConnection *conn, +					const char *path, +					const char *interface, +					const char *name, +					int type, void *value); | 
