summaryrefslogtreecommitdiff
path: root/docs/reference/private
Commit message (Collapse)AuthorAgeFilesLines
* [EDBus Private] Add new symbols into the developer documentationCorentin Noël2018-12-051-0/+8
|
* [devel-doc] Rename api-index IDs, to not clash with gtk-doc generated IDsMilan Crha2018-01-081-4/+4
| | | | | This covers bug 784208, gtk-doc generated warnings like this one: Warning: multiple "IDs" for constraint linkend: api-index-3.2.
* Reorganize directory structureMilan Crha2016-10-112-14/+14
| | | | | Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on.
* Convert from autotools to CMakeMilan Crha2016-10-103-75/+27
|
* Build developer documentation sections and types on the flyMilan Crha2016-06-235-1103/+33
| | | | | | That also means less work for the developers/comment writers, as the new functions/comments are taken automatically into the generated documentation.
* Correct gtk-doc build references to work in out-of-source builds tooMilan Crha2015-11-041-3/+3
| | | | | Even `make distcheck` was failing when building gtk-doc due to incorrect references to built sources used in the documentation.
* Make file references in sgml files source-dir capableMilan Crha2014-06-232-13/+23
| | | | | | The file references were written as relative paths, which doesn't work when the build directory isn't the same as the source directory. This is the case during 'make distcheck'.
* Update API documentation.Matthew Barnes2013-12-081-0/+1
|
* Update API documentation.Matthew Barnes2013-11-174-1/+81
|
* Makefile.am cleanups.Matthew Barnes2013-11-171-7/+11
| | | | | - Remove trailing tabs. - Add terminators to multi-line lists.
* Update API documentation.Matthew Barnes2013-08-181-0/+2
|
* Update API documentation.Matthew Barnes2013-03-021-0/+54
|
* Generate D-Bus calendar interfaces with gdbus-codegen.Matthew Barnes2013-01-293-0/+139
|
* Generate D-Bus address book interfaces with gdbus-codegen.Matthew Barnes2013-01-293-0/+111
|
* Generate D-Bus factory interfaces with gdbus-codegen.Matthew Barnes2013-01-243-0/+118
|
* Add OAuth2Support D-Bus interface.Matthew Barnes2012-12-313-0/+57
| | | | | Backends will be able to obtain OAuth 2.0 access tokens through this interface instead of talking directly to an "online accounts" service.
* Further API doc cleanups.Matthew Barnes2012-12-271-1/+1
|
* private: Fix cross-references to D-Bus interfaces in API docs.Matthew Barnes2012-12-271-0/+4
|
* private: Reduce the number of sections in API docs.Matthew Barnes2012-12-272-277/+144
| | | | | | Combine the interface, proxy, and skeleton APIs for each D-Bus interface into one Gtk-Doc section. GNOME Online Accounts does this and it's cleaner and easier to navigate from the Table of Contents.
* Update API documentation.Matthew Barnes2012-12-093-4/+79
|
* Add AllowAuthPromptAll() method to SourceManager interface.Matthew Barnes2012-11-011-0/+4
| | | | | | | | | | | Equivalent to calling AllowAuthPrompt() on each exported data source, but cuts way down on the D-Bus traffic. Since the registry service is commonly activated during a desktop session startup, this can actually clog up the session bus and slow down login. This leaves the source-specific AllowAuthPrompt() method unused, but there are still use cases for it which we haven't implemented yet, so leave it be.
* Add D-Bus interfaces for remote resource management.Matthew Barnes2012-08-033-0/+142
| | | | | | | | | | | | | | | | | Defines two new D-Bus interfaces for data source object paths: org.gnome.evolution.dataserver.Source.RemoteCreatable Create() - creates a remote resource org.gnome.evolution.dataserver.Source.RemoteDeletable Delete() - deletes a remote resource These methods will be invoked through ESource objects on the client side. On the server side, the corresponding EServerSideSource will receive the method invocation, but forward to an ECollectionBackend to perform the actual operation.
* Fix make distcheckDebarshi Ray2012-07-031-2/+2
|
* Fix build failures when $(top_srcdir) != $(top_builddir).Matthew Barnes2012-06-201-2/+2
| | | | Really need to get distcheck working again...
* Generate GDBus classes for a new D-Bus service.Matthew Barnes2012-06-035-0/+530