summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.c
Commit message (Expand)AuthorAgeFilesLines
* extension-set: use class for GObject.Object doc linkChristian Hergert2023-03-221-3/+3
* extension-set: remove some unresolvable documentation linksChristian Hergert2023-03-221-1/+1
* extension-set: remove gidoc references to alias@ExtensionChristian Hergert2023-03-221-3/+3
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-221-8/+8
* libpeas: fix some GI warningsChristian Hergert2023-03-221-2/+2
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-6/+6
* engine: implement GListModelChristian Hergert2023-03-221-2/+9
* janitorial: make PeasPluginInfo a GObjectChristian Hergert2023-03-221-4/+4
* janitorial: modernize PeasExtensionSet definitionChristian Hergert2023-03-221-90/+53
* janitorial: set va marshallers for signalsChristian Hergert2023-03-221-1/+7
* janitorial: remove introspection dependency from libraryChristian Hergert2023-03-221-1/+0
* janitorial: remove peas_engine_create_extensionv()Christian Hergert2023-03-221-1/+2
* janitorial: ignore deprecations in peas-extension-set.cChristian Hergert2023-03-221-1/+8
* janitorial: remove GParameter from public APIChristian Hergert2023-03-221-19/+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-122/+0
* janitorial: clean up tree in preparation for libpeas-2.0Christian Hergert2023-03-221-9/+9
* extension-set: implement GListModelChristian Hergert2023-01-251-4/+50
* gir: remove deprecated call API from girChristian Hergert2022-03-141-9/+3
* mark nullable functionsMaximiliano Sandoval R2022-03-131-1/+1
* gi-docgen: Port individual docstringsMaximiliano Sandoval R2022-03-131-43/+47
* i18n: simplify i18n for use within libpeasChristian Hergert2020-01-191-1/+1
* build: specify min/max glib versions in meson.buildChristian Hergert2019-10-241-10/+0
* libpeas: fix duplicate rename-to annotationsChristian Hergert2019-10-241-1/+1
* extension-set: adds peas_extension_set_new_with_properties()Fabian Orccon2019-10-241-0/+66
* version: add version macros and use them for public APIChristian Hergert2019-08-051-3/+1
* libpeas: ignore GParameter deprecationChristian Hergert2019-08-051-0/+13
* Allow extensions to be an Abstract Base ClassGarrett Regier2017-03-241-3/+15
* Keep plugins order in PeasExtensionSetGarrett Regier2015-12-151-14/+16
* Chain-up in PeasExtensionSet.dispose()Garrett Regier2015-12-151-0/+2
* Intern all signal namesGarrett Regier2015-09-221-3/+5
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-13/+13
* Use new GObject private APIGarrett Regier2014-12-201-44/+58
* Use g_signal_connect_object() now that it is fixedGarrett Regier2014-12-201-23/+6
* Rename helpers to utilsGarrett Regier2014-11-041-3/+4
* Remove extra semicolon in G_DEFINE_*Garrett Regier2014-05-291-1/+1
* Use the new gobject-introspection annotationsGarrett Regier2013-11-031-5/+3
* Simplify valist to parameter list helperGarrett Regier2012-04-161-7/+1
* Warn again when peas_extension_set_call() cannot call the methodGarrett Regier2012-02-101-2/+5
* Use g_object_install_properties() and g_object_notify_by_pspec()Garrett Regier2011-12-081-29/+32
* Bump glib version to 2.28Garrett Regier2011-12-081-8/+9
* Cleanup the docs a bitGarrett Regier2011-09-181-8/+6
* Remove unneeded PeasPluginInfo (un)refsGarrett Regier2011-08-281-3/+0
* 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-1/+31
* No longer use @Varargs in documentationGarrett Regier2011-06-121-2/+2
* Warn if creating an extension failsGarrett Regier2011-03-061-2/+4
* Don't warn multiple times if _valist_to_parameter_list() failsGarrett Regier2011-03-061-2/+3
* Don't warn multiple times if peas_gi_get_method_info() failsGarrett Regier2011-03-061-1/+4