summaryrefslogtreecommitdiffstats
path: root/generator/generator_gobject.ml
Commit message (Expand)AuthorAgeFilesLines
* generator: Add new OStringList optional arg type.Richard W.M. Jones2012-08-141-19/+28
* generator: Add c_optarg_prefix for each action.Richard W.M. Jones2012-07-131-4/+4
* generator: Add c_function (C function name) to each action struct.Richard W.M. Jones2012-07-121-3/+2
* generator: Change the way that camel-case names are generated.Richard W.M. Jones2012-07-121-9/+1
* generator: Use a struct instead of a tuple to describe each action.Richard W.M. Jones2012-07-111-31/+29
* Ensure #include <config.h> occurs in every C file.Richard W.M. Jones2012-06-271-0/+2
* gobject: Use generator_built macro to ensure generated files are rebuilt prop...Richard W.M. Jones2012-04-261-2/+2
* gobject: Move headers into a subdirectoryMatthew Booth2012-04-261-10/+10
* gobject: Implement libguestfs events as signalsMatthew Booth2012-04-261-1/+187
* gobject: Wrap literal sections in POD in CDATA sectionsMatthew Booth2012-04-261-0/+5
* gobject: NFC generated code formatting fixMatthew Booth2012-04-261-1/+1
* gobject: Split sources into 1 file per classMatthew Booth2012-03-281-341/+427
* gobject: Add gtk-doc for GuestfsSession and GuestfsSessionClassMatthew Booth2012-03-281-2/+13
* gobject: Add gtk-doc field descriptions for generated structsMatthew Booth2012-03-281-0/+25
* gobject: Add gtk-doc for optarg wrapper classesMatthew Booth2012-03-281-8/+25
* gobject: Drop references to Guestfs::<foo> in commentsMatthew Booth2012-03-281-4/+4
* gobject: Handle various problem content in gtk-doc API descriptionsMatthew Booth2012-03-281-1/+45
* gobject: Add basic gtk-doc for all parametersMatthew Booth2012-03-281-4/+16
* gobject: Add basic gtk-doc for propertiesMatthew Booth2012-03-281-19/+28
* gobject: gtk-doc SECTION must be named after a source fileMatthew Booth2012-03-281-1/+1
* gobject: Include explicit types for all parametersMatthew Booth2012-03-281-1/+6
* gobject: Add an explicit close callMatthew Booth2012-01-261-11/+45
* gobject: Allow RConstOptString to return an errorMatthew Booth2012-01-261-18/+11
* gobject: Add GObject bindingsMatthew Booth2012-01-201-0/+878