summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/bluetooth-manager.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-05-14 17:16:30 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-05-14 17:17:07 -0700
commit062bc304e68f54ed13d44c39ec055e08cfd4e883 (patch)
treef5ec1e52ceb5e15971c2767ce31dc6dc5a18b968 /binding-bluetooth/bluetooth-manager.h
parentfa4479274ac0b6b5ce0652c7f758041c52a509aa (diff)
binding: bluetooth: fix typo of propertyies
Fix typo of propertyies that should be properties. Bug-AGL: SPEC-578 Change-Id: I9b312666db39808d03fec33c0029858917a14b37 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-bluetooth/bluetooth-manager.h')
-rw-r--r--binding-bluetooth/bluetooth-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-bluetooth/bluetooth-manager.h b/binding-bluetooth/bluetooth-manager.h
index 2876552..896d213 100644
--- a/binding-bluetooth/bluetooth-manager.h
+++ b/binding-bluetooth/bluetooth-manager.h
@@ -150,7 +150,7 @@ typedef struct tagBinding_RegisterCallback
{
void (*binding_device_added)(struct btd_device *BDdevice);
void (*binding_device_removed)(struct btd_device *BDdevice);
- void (*binding_device_propertyies_changed)(struct btd_device *BDdevice);
+ void (*binding_device_properties_changed)(struct btd_device *BDdevice);
gboolean (*binding_request_confirmation)(const gchar *device, guint passkey);
}Binding_RegisterCallback_t;
n class="o">="UTF-8"> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>{% block title %}{{ config.title|d("GitBook", true) }}{% endblock %}</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content="{% block description %}{% endblock %}"> <meta name="generator" content="GitBook {{ gitbook.version }}"> {% if config.author %}<meta name="author" content="{{ config.author }}">{% endif %} {% if config.isbn %}<meta name="identifier" content="{{ config.isbn }}" scheme="ISBN">{% endif %} {% block style %} {% for resource in plugins.resources.css %} {% if resource.url %} <link rel="stylesheet" href="{{ resource.url }}"> {% else %} <link rel="stylesheet" href="{{ resource.path|resolveAsset }}"> {% endif %} {% endfor %} {% endblock %} {% block head %}{% endblock %} </head> <body> {% block body %}{% endblock %} {% block javascript %}{% endblock %} </body> </html>