diff options
author | Dan Williams <dcbw@redhat.com> | 2010-02-27 12:51:13 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-02-27 12:51:13 -0800 |
commit | 28d065c1f15a7ebf9109abbdca2ba8e831291f13 (patch) | |
tree | 1216e3d6a5d800663284720496b6563c6c557726 /src/mm-modem.h | |
parent | aed5f3765d4b8e421888f6cc87800d76853b67d4 (diff) |
core: implement optional PolicyKit-based authentication
Diffstat (limited to 'src/mm-modem.h')
-rw-r--r-- | src/mm-modem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-modem.h b/src/mm-modem.h index fb28b322..93915eb0 100644 --- a/src/mm-modem.h +++ b/src/mm-modem.h @@ -18,6 +18,7 @@ #define MM_MODEM_H #include <glib-object.h> +#include <dbus/dbus-glib-lowlevel.h> #include "mm-port.h" #include "mm-auth-provider.h" @@ -162,6 +163,7 @@ struct _MMModem { */ gboolean (*auth_request) (MMModem *self, const char *authorization, + DBusGMethodInvocation *context, MMAuthRequestCb callback, gpointer callback_data, GDestroyNotify notify, @@ -238,6 +240,7 @@ GError *mm_modem_check_removed (MMModem *self, const GError *error); */ gboolean mm_modem_auth_request (MMModem *self, const char *authorization, + DBusGMethodInvocation *context, MMAuthRequestCb callback, gpointer callback_data, GDestroyNotify notify, |