Skip to content

Commit

Permalink
use the term API in API headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Nov 29, 2023
1 parent f3f7915 commit 9585783
Show file tree
Hide file tree
Showing 47 changed files with 283 additions and 283 deletions.
6 changes: 3 additions & 3 deletions accounts.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _accounts_api:

========
accounts
========
============
accounts API
============

The accounts API first appeared in Thunderbird 66.

Expand Down
6 changes: 3 additions & 3 deletions addressBooks.provider.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _addressBooks.provider_api:

=====================
addressBooks.provider
=====================
=========================
addressBooks.provider API
=========================

The address book provider API first appeared in Thunderbird 90. It allows to add address books, which are not stored or cached by Thunderbird itself, but are handled completely by the extension. Address books created by the this API will forward all access requests to the WebExtension. Possible use cases:

Expand Down
8 changes: 4 additions & 4 deletions addressBooks.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. _addressBooks_api:

============
addressBooks
============
================
addressBooks API
================

The :doc:`addressBooks` API, also including the :doc:`contacts` and :doc:`mailingLists` namespaces, first appeared in Thunderbird 64.
The :doc:`addressBooks`, also including the :doc:`contacts` and :doc:`mailingLists` namespaces, first appeared in Thunderbird 64.

The `Address Books`__ sample extension uses this API.

Expand Down
6 changes: 3 additions & 3 deletions browserAction.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _browserAction_api:

=============
browserAction
=============
=================
browserAction API
=================

The browserAction API first appeared in Thunderbird 64. It is very similar to Firefox's `browserAction API`__.

Expand Down

0 comments on commit 9585783

Please sign in to comment.