summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.h
Commit message (Expand)AuthorAgeFilesLines
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-221-3/+3
* libpeas: fix some GI warningsChristian Hergert2023-03-221-3/+1
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-2/+2
* janitorial: modernize PeasExtensionSet definitionChristian Hergert2023-03-221-76/+21
* janitorial: remove GParameter from public APIChristian Hergert2023-03-221-8/+0
* janitorial: drop old versions and reset for 2_0Christian Hergert2023-03-221-1/+1
* janitorial: add LIBPEAS_INSIDE include checksChristian Hergert2023-03-221-0/+4
* janitorial: use #pragma onceChristian Hergert2023-03-221-4/+1
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-221-0/+2
* libpeas: remove peas_extension_set_call()Christian Hergert2023-03-221-28/+0
* gi-docgen: Port individual docstringsMaximiliano Sandoval R2022-03-131-1/+1
* libpeas: fix placement of end ignore deprecationsChristian Hergert2019-10-281-1/+1
* extension-set: adds peas_extension_set_new_with_properties()Fabian Orccon2019-10-241-1/+7
* version: add version macros and use them for public APIChristian Hergert2019-08-051-0/+11
* deprecations: ignore GParameter deprecations in headersChristian Hergert2019-08-051-0/+3
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-11/+11
* Use the new gobject-introspection annotationsGarrett Regier2013-11-031-1/+3
* Do not expose the old peas_extension_set_call* API to g-ir-scannerGarrett Regier2011-09-181-1/+1
* Fix all undocumented symbolsGarrett Regier2011-08-281-0/+14
* Fix FSF AddressGarrett Regier2011-08-281-1/+1
* Deprecate PeasExtension and PeasExtensionSet call APIGarrett Regier2011-06-141-0/+6
* Added peas_extension_set_foreach()Garrett Regier2011-06-141-0/+21
* Add padding to public classes.Ignacio Casal Quinteiro2011-02-091-0/+2
* Remove PeasParameterArray from public header.Garrett Regier2010-12-091-13/+0
* Fix most introspection warningsGarrett Regier2010-09-201-1/+1
* Replace GArgument with GIArgument, and bump g-i dependency to 0.9.6Jonh Wendell2010-09-171-2/+2
* Use GArgument instead of va_list in peas_extension_set_call()Steve Frécinaux2010-09-011-2/+5
* Add way to get a PeasExtension from a PeasExtensionSetBastien Nocera2010-08-161-0/+3
* Update PeasExtensionSet documentation.Steve Frécinaux2010-07-271-1/+9
* Add support for construct-properties for extensions.Steve Frécinaux2010-07-271-1/+16
* Add some more documentation to PeasExtension.Steve Frécinaux2010-07-221-0/+6
* Coding style fixesGarrett Regier2010-06-291-11/+12
* Introduce PeasExtensionSet.Steve Frécinaux2010-05-191-0/+83