summaryrefslogtreecommitdiff
path: root/libpeas/peas-plugin-info.c
Commit message (Expand)AuthorAgeFilesLines
* plugin-info: add PeasPluginInfo:hidden propertyChristian Hergert2023-03-221-0/+10
* plugin-info: add PeasPluginInfo:builtin propertyChristian Hergert2023-03-221-0/+10
* plugin-info: add resource methods to PeasPluginInfoChristian Hergert2023-03-221-0/+79
* plugin-info: remove duplicate definition of I_()Christian Hergert2023-03-221-2/+0
* libpeas: update docs to use python as loader nameChristian Hergert2023-03-221-1/+1
* plugin-info: expose various data as propertiesChristian Hergert2023-03-221-0/+147
* plugin-info: fix usage of char including constnessChristian Hergert2023-03-221-29/+29
* janitorial: make PeasPluginInfo a GObjectChristian Hergert2023-03-221-44/+37
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-221-0/+2
* mark nullable functionsMaximiliano Sandoval R2022-03-131-2/+2
* gi-docgen: Port individual docstringsMaximiliano Sandoval R2022-03-131-21/+24
* i18n: simplify i18n for use within libpeasChristian Hergert2020-01-191-2/+1
* version: add version macros and use them for public APIChristian Hergert2019-08-051-3/+1
* Add support for embedded C pluginsGarrett Regier2015-12-151-3/+56
* Add PEAS_UTILS_C_LOADER_IDGarrett Regier2015-09-221-1/+1
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-13/+13
* Fix two memory leaksGarrett Regier2014-12-201-0/+2
* Use G_DEFINE_QUARKGarrett Regier2014-12-181-13/+2
* Add missing since annotations to PeasPluginInfo APIGarrett Regier2014-12-181-0/+4
* Make the C plugin loader thread-safeGarrett Regier2014-11-181-0/+2
* No longer use a GHashTable for storing the plugin loadersGarrett Regier2014-11-041-12/+22
* Cleanup PeasPluginInfo coding style and docsGarrett Regier2014-11-041-72/+55
* Update URLs for gnome.org changesGarrett Regier2014-11-041-2/+2
* Fix a few typosGarrett Regier2013-02-141-1/+0
* Mention the section name for malformed .plugin filesBastien Nocera2012-07-061-2/+2
* Added peas_plugin_info_get_external_data()Garrett Regier2012-03-281-0/+57
* Added peas_plugin_info_get_settings()Garrett Regier2012-02-101-0/+75
* Bump glib version to 2.28Garrett Regier2011-12-081-12/+4
* Allow the copyright to be a string list and join it with newlinesGarrett Regier2011-09-181-3/+9
* Fix FSF AddressGarrett Regier2011-08-281-1/+1
* Make peas_plugin_info_get_authors() consistent with other API.Garrett Regier2011-03-261-0/+2
* Drop IAge support for now.Steve Frécinaux2011-03-251-28/+0
* Add PeasPluginInfo:HiddenGarrett Regier2011-02-181-0/+31
* Drop PeasPluginInfo:file as it is unusedGarrett Regier2011-02-181-3/+0
* Drop peas_plugin_info_get_keys()Garrett Regier2011-02-141-101/+0
* Add (array zero-terminated=1) annotation to APIGarrett Regier2011-02-111-2/+2
* Show a tooltip for unavailable pluginsGarrett Regier2011-02-101-1/+24
* Annotation and documentation fixesGarrett Regier2011-01-201-3/+3
* Fix memory leak in PeasPluginInfoGarrett Regier2011-01-161-12/+11
* Add a warning if IAge is not found when creating PeasPluginInfoGarrett Regier2010-12-151-1/+4
* Fix some doc strings (replace PeasUI with PeasGtk)Garrett Regier2010-12-151-1/+1
* Fix the example of a plugin info file in docs.Steve Frécinaux2010-10-041-3/+4
* Drop application-specific naming in the info file format.Steve Frécinaux2010-10-021-33/+21
* Fix most introspection warningsGarrett Regier2010-09-201-2/+2
* Update PeasPluginInfo documentation.Steve Frécinaux2010-07-281-12/+81
* Add basic support for plugin dependencies.Steve Frécinaux2010-07-271-0/+42
* A few documentation fixesGarrett Regier2010-07-261-1/+1
* Added a Help button to the plugin managerGarrett Regier2010-07-221-0/+37
* Kill peas-ui-plugin-info.hSteve Frécinaux2010-07-221-0/+21
* Replaced invisible plugins with builtin pluginsGarrett Regier2010-07-141-37/+28