summaryrefslogtreecommitdiff
path: root/libpeas/peas-object-module.c
Commit message (Expand)AuthorAgeFilesLines
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-221-19/+19
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-21/+1
* janitorial: modernize PeasObjectModuleChristian Hergert2023-03-221-21/+16
* janitorial: ignore GParameter deprecationsChristian Hergert2023-03-221-0/+4
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-221-0/+2
* mark nullable functionsMaximiliano Sandoval R2022-03-131-1/+1
* gi-docgen: Port individual docstringsMaximiliano Sandoval R2022-03-131-30/+31
* peas-object-module.c: Add fallback module search for WindowsChun-wei Fan2020-10-091-1/+28
* build: specify min/max glib versions in meson.buildChristian Hergert2019-10-241-4/+0
* version: add version macros and use them for public APIChristian Hergert2019-08-051-3/+1
* libpeas: ignore GParameter deprecationChristian Hergert2019-08-051-0/+4
* Allow extensions to be an Abstract Base ClassGarrett Regier2017-03-241-53/+63
* Add support for embedded C pluginsGarrett Regier2015-12-151-24/+98
* Cleanup the coding style in PeasObjectModuleGarrett Regier2015-12-151-4/+8
* Add various checks to PeasObjectModule functionsGarrett Regier2015-12-151-0/+12
* Avoid a class ref/unref when creating C extensionsGarrett Regier2015-12-151-20/+39
* Be more strict in peas_object_module_register_extension_type()Garrett Regier2015-12-151-4/+2
* Fix some documentationGarrett Regier2015-09-221-1/+1
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-11/+11
* Small coding style fixGarrett Regier2015-02-041-1/+1
* Use new GObject private APIGarrett Regier2014-12-201-50/+67
* Warn and fail when registering an extension impl multiple timesGarrett Regier2014-12-201-0/+2
* Free the registered extension impls when the object module is unloadedGarrett Regier2014-12-201-8/+12
* Fix the test suite to work on other operating systemsGarrett Regier2014-12-181-12/+16
* Load C plugins with local linkageThomas Martitz2014-12-181-4/+58
* Remove extra semicolon in G_DEFINE_*Garrett Regier2014-05-291-1/+1
* Use g_object_install_properties() and g_object_notify_by_pspec()Garrett Regier2011-12-081-31/+32
* Bump glib version to 2.28Garrett Regier2011-12-081-1/+1
* Bind plugin module symbols globallyGarrett Regier2011-09-231-1/+4
* Bind module symbols locally and immediatelyGarrett Regier2011-09-181-1/+1
* Fix FSF AddressGarrett Regier2011-08-281-1/+1
* Vala: Fix usage of PeasObjectModule within ValaSteve Frécinaux2011-06-141-2/+2
* Fix a few documentation warningsGarrett Regier2011-06-121-10/+52
* Small cleanup in PeasObjectModuleGarrett Regier2011-03-071-10/+1
* Correctly Fix C plugins that do not inherit from PeasExtensionBaseGarrett Regier2011-02-191-2/+2
* Validate function argumentsGarrett Regier2011-02-111-0/+16
* Added missing G_PARAM_STATIC_STRINGS to PeasObjectModuleGarrett Regier2010-12-191-3/+6
* Fix most introspection warningsGarrett Regier2010-09-201-0/+15
* Remove the plugin-info prop if it doesn't exits.Ignacio Casal Quinteiro2010-07-291-1/+1
* A few documentation fixesGarrett Regier2010-07-261-1/+1
* Fix reloading C plugins.Steve Frécinaux2010-07-221-19/+12
* Some string fixesGarrett Regier2010-07-011-1/+2
* Coding style fixesGarrett Regier2010-06-291-8/+10
* Allow writing C extensions not inheriting from PeasExtensionBase.Steve Frécinaux2010-06-281-3/+22
* Add a GDestroyNotify to module_register_extension_factory()Steve Frécinaux2010-06-281-14/+52
* Add support for g_object_new-like parameters in PeasCreateFunc.Steve Frécinaux2010-06-281-4/+11
* Ensure config.h is included in every C source files.Steve Frécinaux2010-06-271-1/+3
* Update documentation for most classes of libpeas.Steve Frécinaux2010-05-291-0/+10
* Introduce peas_object_module_register_extension_type()Steve Frécinaux2010-05-261-3/+20
* [PeasObjectModule] Introduce peas_object_module_register_extension.Steve Frécinaux2010-05-191-5/+71