summaryrefslogtreecommitdiff
path: root/src/libtracker-sparql/tracker-endpoint-dbus.h
Commit message (Collapse)AuthorAgeFilesLines
* libtracker-sparql: Update library API documentationCarlos Garnacho2023-02-271-6/+0
| | | | | | Port references and links to the gi-docgen format, and while at it flesh out some more documentation and adjust formatting to look better with the gi-docgen templates.
* Removed unwanted trailing semicolonsnitinosiris2021-05-201-1/+1
|
* Add G_BEGIN/END_DECLS to remaining headers included from tracker-sparql.hPekka Vuorela2021-04-141-0/+4
| | | | Already in some but not all.
* libtracker-sparql: Add autocleanups for TrackerEndpoint sub-classeswip/rishi/endpoint-g_autoDebarshi Ray2021-04-041-0/+2
| | | | | | | | | | TrackerEndpointDBus and TrackerEndpointHttp are derivable classes within the tracker.git codebase, but final outside it. This prevents them from using the G_DECLARE_DERIVABLE_TYPE macro. Therefore the cleanup functions for them need to be separately defined. https://gitlab.gnome.org/GNOME/tracker/-/merge_requests/396
* libtracker-sparql: Add missing docsCarlos Garnacho2020-07-251-0/+6
| | | | All of them! This marks 100% documentation of API.
* libtracker-sparql: Make class structs privateCarlos Garnacho2020-02-171-2/+10
| | | | | | No object in the public API is meant to be subclassed, hide the class definitions so we have room to extend those at will in the future.
* libtracker-sparql: Add define to export library functionsCarlos Garnacho2020-02-171-0/+3
| | | | | | | | | | And get rid of the map file. This allows us to selectively make API public, so we no longer need it, nor regexps. Also, add the beginning of TRACKER_AVAILABLE_IN_* defines, so we can help with testing minor version changes, add deprecation warnings, etc. So far we're heading towards 3.0, all public API started using this with TRACKER_AVAILABLE_IN_ALL, since we're bumping major version.
* libtracker-sparql: Add TrackerEndpointDBusCarlos Garnacho2019-09-101-0/+41
This object allows exporting a sparql connection at a given DBus connection and object path.