summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a GDestroyNotify to module_register_extension_factory()Steve Frécinaux2010-06-281-2/+2
| | | | | | | | | | The peas_object_module_register_extension() was also renamed peas_object_module_register_extension_factory() as it is a more explicit name for a rarely used function. PeasCreateFunc got renamed accordingly as well. The nicety is that if someone used the old API it will now generate a compilation error.
* Rename 'activate_plugin'-type API to 'load_plugin'.Steve Frécinaux2010-06-161-5/+5
| | | | | | | | | | The reason is that the verb 'activate' let people think there will be some kind of PeasActivatable-like activation, but the engine only handles the actual loading. The application is responsible for the handling of the extensions, eventually through PeasExtensionSet instances. https://bugzilla.gnome.org/show_bug.cgi?id=621646
* Add a way to inhibit a plugin loader.Steve Frécinaux2010-06-161-0/+1
| | | | | | | This patch introduces peas_engine_disable_loader(), which allows to disable a plugin loader. This can be useful for debugging purpose. https://bugzilla.gnome.org/show_bug.cgi?id=621626
* Update documentation for most classes of libpeas.Steve Frécinaux2010-05-293-1/+19
|
* Fix documentation buildŁukasz Jernaś2010-05-284-71/+138
| | | | | | | There was an incorrect library version in docs/reference/Makefile.am. Also some symbols have been renamed/moved. https://bugzilla.gnome.org/show_bug.cgi?id=619919
* Merge branch 'configurable-iface'Steve Frécinaux2010-01-034-9/+32
|\ | | | | | | | | Conflicts: libpeasui/Makefile.am
| * Remove GTK+ dependendency for libpeas.Steve Frécinaux2009-12-212-5/+7
| | | | | | | | | | Everything linked to Gtk+ has been moved from libpeas to libpeasui, hence we will not link libpeas against Gtk+ anymore...
| * [Configurable] Introduce PeasUIConfigurable.Steve Frécinaux2009-12-123-4/+25
| | | | | | | | | | PeasUIConfigurable is an interface which allows a plugin to provide a GUI for the user to configure the plugin.
* | Fix documentation parsing ignored headersBastien Nocera2009-12-161-6/+9
|/ | | | | | | | IGNORE_HFILES expects headers' basename, not a path. This fixes the private structure of PeasPluginInfo appearing in the API documentation. https://bugzilla.gnome.org/show_bug.cgi?id=604740
* [Manager] Add some documentation and a screenshot.Steve Frécinaux2009-12-112-1/+2
|
* [Reference] Merge libpeas and libpeasui reference.Steve Frécinaux2009-12-1116-216/+114
| | | | | The reason is that both of those documents are quite small: it doesn't make sense to have a whole book just for a single object in libpeasui...
* Ensure 'make distcheck' works.Steve Frécinaux2009-12-111-2/+4
|
* Fix missing documentation for libpeas signals and properties.Steve Frécinaux2009-12-092-0/+4
|
* [Reference] Some documentation fixes for libpeas.Steve Frécinaux2009-12-081-2/+1
|
* [Reference] Enhancement of the libpeasui reference.Steve Frécinaux2009-12-085-26/+21
|
* Rename libgpe to libpeas.Steve Frécinaux2009-11-1820-153/+156
| | | | GPE was already taken as a project name.
* Add version information in documentation.Steve Frécinaux2009-11-134-10/+13
|
* Write some documentation about the API.Steve Frécinaux2009-11-131-12/+6
|
* Do not track gtk-doc template files.Steve Frécinaux2009-11-058-527/+2
| | | | | According to Stephan Kost (maintainer of gtk-doc), those are obsolete and hence it is not necessary to track them.
* Add some API docs.Ignacio Casal Quinteiro2009-11-051-16/+0
|
* Add gtk-doc support to libgpe and libgpeui.Steve Frécinaux2009-11-0520-0/+875