summaryrefslogtreecommitdiffstats
path: root/include/libmsi.h
Commit message (Collapse)AuthorAgeFilesLines
* Generate GObject enum/flags typesMarc-André Lureau2013-01-171-0/+1
|
* Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-193/+5
|
* block writes to databases that were open as read-onlyPaolo Bonzini2012-12-061-0/+1
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-19/+0
|
* eliminate LIBMSI_DB_OPEN_DIRECTPaolo Bonzini2012-12-061-3/+1
| | | | It is not supported by libgsf
* do not use VT_* constants for property typesPaolo Bonzini2012-12-061-2/+10
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-25/+48
|
* abandon camelcasePaolo Bonzini2012-12-061-33/+33
|
* use actual types in the APIPaolo Bonzini2012-12-061-35/+37
|
* another unimplemented functionPaolo Bonzini2012-12-061-2/+0
|
* rename View functions to QueryPaolo Bonzini2012-12-061-7/+7
| | | | | The implementation-side "view" concept is different from the API side. Rename the API to make it more consistent.
* remove Unicode APIsPaolo Bonzini2012-12-061-3/+0
|
* make Unicode APIs privatePaolo Bonzini2012-12-061-44/+12
|
* make MsiDatabaseApplyTransform ASCII-onlyPaolo Bonzini2012-12-061-3/+1
|
* make MsiDatabaseExport accept a file descriptorPaolo Bonzini2012-12-061-2/+2
|
* make MsiRecordSetStream ASCII-onlyPaolo Bonzini2012-12-061-3/+2
|
* make MsiDatabaseImport ASCII onlyPaolo Bonzini2012-12-061-3/+1
|
* make MsiOpenDatabase ASCII onlyPaolo Bonzini2012-12-061-8/+6
| | | | Removes DeleteFile, LPCTSTR, GetCurrentDirectoryW.
* remove string argument from MsiGetSummaryInformationPaolo Bonzini2012-12-061-4/+1
| | | | Propedeutic to making MsiOpenDatabase ASCII-only.
* use uint64_t instead of FILETIMEPaolo Bonzini2012-12-061-4/+4
|
* ok, things start to be readablePaolo Bonzini2012-12-061-130/+130
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-1/+2
|
* get rid of the stupid Win32 CHAR typePaolo Bonzini2012-12-061-17/+17
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-49/+51
|
* get rid of WINAPIPaolo Bonzini2012-12-061-53/+53
|
* make MSIOBJECT arguments explicitly pointersPaolo Bonzini2012-12-061-54/+54
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-36/+36
|
* get rid of handlesPaolo Bonzini2012-12-061-55/+55
|
* we finally have our own headerPaolo Bonzini2012-12-061-0/+247