summaryrefslogtreecommitdiff
path: root/mission-control-plugins/account.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-29mcp_account_storage_get: replace with get_attribute, get_parameterSimon McVittie1-17/+0
2014-01-29mcp_account_manager_unescape_variant_from_keyfile: addSimon McVittie1-0/+6
2014-01-29mcp_account_manager_list_keys: removeSimon McVittie1-3/+0
2014-01-29Remove unused codeXavier Claessens1-19/+0
2014-01-29Remove all notion of secret parameterXavier Claessens1-8/+0
2013-11-12Revert "Remove all notion of secret parameter"Simon McVittie1-0/+8
2013-11-12Revert "Remove unused code"Simon McVittie1-0/+19
2013-11-11Remove unused codeXavier Claessens1-19/+0
2013-11-08Remove all notion of secret parameterXavier Claessens1-8/+0
2013-10-29Call IdentifyAccount to get new accounts' namesSimon McVittie1-0/+11
2013-10-29Don't give storage plugins the full parameter set, just 'account'Simon McVittie1-1/+1
2012-09-12Add a way for storage plugins to push typed parameters into MCSimon McVittie1-0/+12
2012-09-12mcp_account_manager_escape_variant_for_keyfile: add to plugin APISimon McVittie1-0/+4
2012-09-12Give account storage plugins a way to find out the GType for an attributeSimon McVittie1-0/+5
2012-09-10mcd_keyfile_escape_value, mcd_keyfile_unescape_value: addSimon McVittie1-0/+10
2010-06-09new account manager/plugin shim object method - list_keysVivek Dasmohapatra1-0/+3
2010-05-27Change names of variables that shadow global functionsDanielle Madeley1-4/+4
2010-05-26mission-control-plugins: use an internal macro that won't confuse gtk-docSimon McVittie1-1/+1
2010-03-11Define interface to allow plugins to get the unique account name via the shim.Vivek Dasmohapatra1-0/+5
2010-03-09Unnecessary include removed.Vivek Dasmohapatra1-2/+0
2010-03-09Class/Interface rename - McpAccount[Iface] -> McpAccountManager[Iface]Vivek Dasmohapatra1-16/+18
2010-03-09Define +implement interface by which account plugins can get/set parametersVivek Dasmohapatra1-0/+67