diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2022-03-14 01:18:03 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2022-04-03 18:47:17 +0000 |
commit | 1e9f6fee869030474323b78eeccb3b04227f26a8 (patch) | |
tree | f51d9be0d17697424b965731c10e806a8311bd75 /docs/reference | |
parent | 0cc8ba55c167d0570360cf32eaf00e5510b0f188 (diff) | |
download | tracker-1e9f6fee869030474323b78eeccb3b04227f26a8.tar.gz |
libtracker-sparql: Mark parameter as nullable
This is missing in introspection annotations.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/libtracker-sparql/examples.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/libtracker-sparql/examples.md b/docs/reference/libtracker-sparql/examples.md index bf60aaee9..d544838e5 100644 --- a/docs/reference/libtracker-sparql/examples.md +++ b/docs/reference/libtracker-sparql/examples.md @@ -34,7 +34,7 @@ main loop is not blocked while these operations are executed. Once you end up with the query, remember to call [](tracker_sparql_cursor_close). The same applies to [](tracker_sparql_connection_close) when no longer needed. -<div class="gi-lang-c"> +<div class="gi-lang-c gi-lang-python gi-lang-javascript"> {{ examples/connection-example.c }} @@ -60,7 +60,7 @@ main loop is not blocked while these operations are executed. Once you no longer need the connection, remember to call [](tracker_sparql_connection_close) on the [](TrackerSparqlConnection). -<div class="gi-lang-c"> +<div class="gi-lang-c gi-lang-python gi-lang-javascript"> {{ examples/private-store-example.c }} @@ -77,7 +77,7 @@ concretely the creation of a D-Bus endpoint, that other applications may query e.g. through a connection created with [](tracker_sparql_connection_bus_new). -<div class="gi-lang-c"> +<div class="gi-lang-c gi-lang-python gi-lang-javascript"> {{ examples/endpoint-example.c }} @@ -94,7 +94,7 @@ on changes of certain RDF classes (Those with the This example demonstrates the use of [](TrackerNotifier) to receive notifications on database updates. -<div class="gi-lang-c"> +<div class="gi-lang-c gi-lang-python gi-lang-javascript"> {{ examples/notifier-example.c }} |