aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Don't open code GObject IntrospetionGuido Günther2014-03-05
|
* Export types via our only public headerGuido Günther2014-03-05
|
* Bump dependency on gobject-introspectionGuido Günther2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | older versions create <class name="Trip" [..snip..] <property name="parts" writable="1" construct="1" transfer-ownership="none"> <doc xml:space="preserve">The parts of a trip as #LpfTripPart.</doc> <type name="gpointer" c:type="gpointer"/> ^^^^^^^^ </property> [..snip..] </class> instead of <class name="Trip" [..snip..] <property name="parts" writable="1" construct="1" transfer-ownership="none"> <doc xml:space="preserve">The parts of a trip as #LpfTripPart.</doc> <type name="GLib.SList" c:type="gpointer"> ^^^^^^^^^^ <type name="TripPart"/> </type> </property> [..snip..] </class>
* Initial commitGuido Günther2014-02-24