core: simplify auth chain permission callback handling

This commit is contained in:
Dan Williams
2010-06-02 02:16:14 -07:00
parent 6476c697d8
commit a08227525c
3 changed files with 49 additions and 80 deletions

View File

@@ -57,7 +57,6 @@ typedef void (*NMAuthChainCallFunc) (NMAuthChain *chain,
NMAuthChain *nm_auth_chain_new (PolkitAuthority *authority,
DBusGMethodInvocation *context,
NMAuthChainResultFunc done_func,
NMAuthChainCallFunc call_func,
gpointer user_data);
gpointer nm_auth_chain_get_data (NMAuthChain *chain, const char *tag);