Mercurial > audlegacy-plugins
diff src/bluetooth/agent.h @ 2838:22a2ffe86750
added passkey agent and basic pairing functionality
| author | Paula Stanciu <paula.stanciu@gmail.com> |
|---|---|
| date | Wed, 16 Jul 2008 20:48:09 +0300 |
| parents | |
| children | 22a5075fc7f7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/bluetooth/agent.h Wed Jul 16 20:48:09 2008 +0300 @@ -0,0 +1,12 @@ +#include <gtk/gtk.h> +#include <glib.h> +#include <dbus/dbus-glib.h> +void run_agent(void); +int setup_agents(DBusGConnection *conn); +void cleanup_agents(void); + +int register_agents(void); +void unregister_agents(void); + +void show_agents(void); +void set_auto_authorize(gboolean value);
