summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix copy & paste error in PeasExtensionSet docsGarrett Regier2011-02-171-1/+1
* Fix PeasExtensionSet example in the docsGarrett Regier2011-02-171-8/+6
* Allow the engine to be NULL in PeasExtensionSetGarrett Regier2011-02-131-8/+17
* Validate function argumentsGarrett Regier2011-02-111-0/+12
* Fix PeasExtensionSet example to comply with the latest behaviour.Steve Frécinaux2011-01-261-11/+0
* Do not call peas_activatable_deactivate() twice in DemoWindowSteve Frécinaux2011-01-251-1/+2
* Fix GI Annotations for va_rarg, va_list and alternative functionsGarrett Regier2011-01-201-5/+9
* Fix emitting PeasExtensionSet::extension-removedGarrett Regier2010-12-091-5/+20
* Remove PeasParameterArray from public header.Garrett Regier2010-12-091-0/+5
* Plug some memory leaksPaolo Borelli2010-11-271-0/+2
* Fix handling of g_callable_info_get_n_args()Dan Williams2010-11-111-1/+7
* Fix most introspection warningsGarrett Regier2010-09-201-3/+3
* Replace GArgument with GIArgument, and bump g-i dependency to 0.9.6Jonh Wendell2010-09-171-5/+5
* Use stack-allocation for GArgument arrays.Steve Frécinaux2010-09-011-7/+2
* Use GArgument instead of va_list in peas_extension_set_call()Steve Frécinaux2010-09-011-7/+43
* Add way to get a PeasExtension from a PeasExtensionSetBastien Nocera2010-08-161-0/+30
* Do not ref the extension as it already owns a ref.Ignacio Casal Quinteiro2010-07-291-1/+0
* Update PeasExtensionSet documentation.Steve Frécinaux2010-07-271-6/+125
* [PeasEngine] Rename get_extension() to create_extension()Steve Frécinaux2010-07-271-4/+4
* Add support for construct-properties for extensions.Steve Frécinaux2010-07-271-5/+99
* Add some more documentation to PeasExtension.Steve Frécinaux2010-07-221-0/+4
* [PeasExtensionSet] Implement construct params as plain propertiesSteve Frécinaux2010-07-071-16/+81
* Coding style fixesGarrett Regier2010-06-291-3/+3
* Fix some missing renames.Steve Frécinaux2010-06-161-6/+6
* Rename 'activate_plugin'-type API to 'load_plugin'.Steve Frécinaux2010-06-161-4/+4
* Update documentation for most classes of libpeas.Steve Frécinaux2010-05-291-0/+45
* Introduce PeasExtensionSet.Steve Frécinaux2010-05-191-0/+258