summaryrefslogtreecommitdiffstats
path: root/include/libmsi-types.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove LIBMSI_RESULT_NO_MORE_ITEMS from APIMarc-André Lureau2013-01-171-1/+0
| | | | | | | Raising an error for indicating the end of the results is really inconvenient, it's like throwing an exception for something quite normal... The user can still make a distinction when there is an error if the GError is set.
* libmsi: simplify LibmsiDatabase, use flagsMarc-André Lureau2013-01-171-5/+7
|
* Generate GObject enum/flags typesMarc-André Lureau2013-01-171-2/+2
|
* Remove LibmsiResult from public APIMarc-André Lureau2013-01-091-2/+0
|
* database: rename get_state() to is_readonly()Marc-André Lureau2013-01-091-7/+0
|
* database: make is_table_persistent() return a booleanMarc-André Lureau2013-01-091-8/+0
|
* Introduce GError typesMarc-André Lureau2012-12-121-4/+12
|
* Remove unnecessary hard-coded enum valuesMarc-André Lureau2012-12-121-53/+53
|
* libmsi-types: s/MSI_NULL_INTEGER/LIBMSI_NULL_INTMarc-André Lureau2012-12-111-1/+1
| | | | So that it uses the same namespace prefix.
* rename MSI_PID_* constantsPaolo Bonzini2012-12-111-25/+24
|
* convert to GObjectMarc-André Lureau2012-12-111-0/+4
|
* Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-0/+153