diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-07 19:44:44 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-07 19:44:44 +0000 | 
| commit | 7abfb49cae784002c5a2326a3a1ab5cb8076a1f0 (patch) | |
| tree | 7b22304fbc779ec84084150fd7572728e35505b7 /gdbus/gdbus.h | |
| parent | a80ddb03c8b75d36cf26c639c12f1f6ed693ab69 (diff) | |
Make helper function static and local
Diffstat (limited to 'gdbus/gdbus.h')
| -rw-r--r-- | gdbus/gdbus.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h index 969cb66f..efa045e1 100644 --- a/gdbus/gdbus.h +++ b/gdbus/gdbus.h @@ -40,8 +40,6 @@ gboolean g_dbus_set_disconnect_function(DBusConnection *connection,  				GDBusWatchFunction function,  				void *user_data, DBusFreeFunction destroy); -void dbus_message_iter_append_variant(DBusMessageIter *iter, -							int type, void *val);  void dbus_message_iter_append_dict_entry(DBusMessageIter *dict,  					const char *key, int type, void *val);  void dbus_message_iter_append_dict_valist(DBusMessageIter *iter,  | 
