summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-28 20:43:27 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-28 20:43:27 +0000
commit183a13d9066ca42a6dd7e795e3177a2c46639764 (patch)
tree0c44a1f38ed37bbe2b747ea17bdfe8254e7f0c31 /telepathy-glib/dbus.h
parent8accca5e4cad071abe7b270b4329538e7816a02a (diff)
downloadtelepathy-glib-183a13d9066ca42a6dd7e795e3177a2c46639764.tar.gz
Fix parameter name in dbus.h
20071128204327-53eee-bfdd934bf3712afd1986e286bd9ffff7c2c7c02d.gz
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index 4667be976..b558090a1 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -70,7 +70,7 @@ typedef enum
} TpDBusNameType;
gboolean tp_dbus_check_valid_bus_name (const gchar *name,
- TpDBusNameType types, GError **error);
+ TpDBusNameType allow_types, GError **error);
gboolean tp_dbus_check_valid_interface_name (const gchar *name,
GError **error);