summaryrefslogtreecommitdiff
path: root/src/mcd-account-manager-query.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Build on systems without gettextAlvaro Soliverez1-1/+0
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-3/+3
2011-09-01Remove libmcclientWill Thompson1-2/+0
2010-09-14Make sure the type of the passed in value matches the type from McdStorageVivek Dasmohapatra1-17/+20
2010-09-13Use McdStorage instead of private structures in match_account_parameterVivek Dasmohapatra1-36/+43
2009-07-01fd.o #22585: src: stop generating interfaces and GTypes, fixing static linkingSimon McVittie1-3/+2
2009-05-12Merge branch 'internalize'Simon McVittie1-1/+2
2009-05-11Delete now-empty header filesSimon McVittie1-1/+0
2009-05-11Slim down public headers, move private stuff into private headersSimon McVittie1-0/+2
2009-05-08Catch up with copyright updates on src/Simon McVittie1-1/+2
2009-04-15McdAccountManager: move unexported functions to a new mcd-account-manager-priv.hSimon McVittie1-4/+6
2009-04-15McdAccount: move private functions to mcd-account-priv.hSimon McVittie1-0/+1
2009-04-13mcd_account_get_keyfile: make internalSimon McVittie1-1/+1
2009-02-26Remove G_STRFUNC from DEBUG() parametersAlberto Mardegan1-2/+2
2009-02-26Change all g_debug into DEBUGAlberto Mardegan1-6/+6
2009-02-16Keep all accounts in a single hash table.Alberto Mardegan1-1/+1
2008-10-08Add vim and emacs modelinesAlberto Mardegan1-1/+2
2008-08-18Lots of cleanup, most made by smcv.Alberto Mardegan1-6/+1
2008-05-13Tag beta8Alberto Mardegan1-1/+0
2008-04-16Use tp_strdiff() to avoid crashes when one of the strings is NULL.Alberto Mardegan1-2/+2
2008-04-11Rewrite the interface registration mechanism. Implement the Alberto Mardegan1-3/+3
2008-04-10Implement the account query API.Alberto Mardegan1-0/+290
2008-04-10Add partial implementation of Query interfaceAlberto Mardegan1-0/+72