summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add BluetoothBatteryType enumBastien Nocera2022-02-071-0/+1
|
* lib: Add more ignored headersBastien Nocera2022-01-201-2/+4
|
* fixup! docs: Update sectionsBastien Nocera2022-01-201-1/+1
|
* docs: Update sectionsBastien Nocera2022-01-201-3/+2
|
* docs: use gnomebt_api_name for the gtk-doc module nameJordan Petridis2022-01-041-1/+1
| | | | | | | | | Currently the docs are not prefixed with a version and overlap with the gnome-bluetooth-1.0 files. gnomebt_api_name is like the project name but with the api version appended and now the path looks like: `share/gtk-doc/html/gnome-bluetooth-3.0/index.html`
* lib: Remove BluetoothStatus enum typeBastien Nocera2021-12-022-2/+0
|
* lib: Remove BluetoothColumn enum typeBastien Nocera2021-12-022-2/+0
|
* lib: Remove bluetooth_client_get_adapter_model()Bastien Nocera2021-11-181-1/+0
|
* lib: Make bluetooth_client_get_filter_model() privateBastien Nocera2021-11-181-1/+0
| | | | It's now unused anywhere else.
* lib: Remove BluetoothCategory enum typeBastien Nocera2021-11-031-1/+0
|
* lib: Drop BluetoothChooser and related widgetsGeorges Basile Stavracas Neto2021-10-273-63/+0
| | | | | | | | | Drop BluetoothChooser, BluetoothChooserButton, BluetoothChooserCombo, and the tightly related BluetoothFilterWidget, from the repository. This is possible since the previous commit removed the last usage of this API from bluetooth-sendto. See: https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/issues/96
* lib: Add BluetoothHdyColumnAdrien Plazas2019-02-061-0/+1
| | | | | | | | | This is a fork of HdyColumn introduced to fix a name collision in GNOME Settings as is has both gnome-bluetooth's version of HdyColumn and its own in parallel. The widget couldn't be named BluetoothColumn as the name was already taken.
* build: Improve GtkDoc documentation generationIñigo Martínez2019-01-111-10/+4
| | | | | | | | | | | | | | Since gnome-bluetooth was ported to meson, version has acquired a new parameter called `private_headers` which replaces the `--ignore-headers` argument in `scan_args` parameter. `--rebuild-types` argument is also not necessary because a types does exist already. `--sgml-mode` and `--output-format=xml` parameters are also not necessary because meson already handles them automatically. Finally, the `version.xml` is included now explicitly as a content file because previously it was copied as a workaround.
* build: Use generators placeholdersIñigo Martínez2019-01-111-4/+2
| | | | | | | | | | Functions derived from generators as `configure_file`, `custom_target` and `i18n.merge_file` can use placeholders like `@BASENAME@` that removes the extension from the input filename string. The output string has been replaced by this placeholder that allows in some cases the use of less variables.
* build: Fix dependenciesIñigo Martínez2019-01-111-4/+1
| | | | | | | | | | | | libgnome-bluetooth expose a number of includes in their public headers belonging to different libraries. Therefore, these libraries are indirect dependencies of the library to be built. With this in mind, required dependencies have been split in two sets, one formed by public dependencies and the other by private dependencies. The created `pkg-config` file now also use these new sets.
* build: Remove unnecessary directory variablesIñigo Martínez2019-01-111-3/+0
| | | | | | | | Some variables in meson build files are used to set installation directories or used as references to set directory related information. However, many of these directories are unnecessary because they have the same information as the default directory values.
* build: Add trailing commasIñigo Martínez2018-12-211-4/+4
| | | | | | | Add missing trailing commas that avoids getting noise when another file/parameter is added and eases reviewing changes[0]. [0] https://gitlab.gnome.org/GNOME/dconf/merge_requests/11#note_291585
* build: Remove autotoolsIñigo Martínez2017-08-113-108/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785737
* build: Port to meson build systemIñigo Martínez2017-08-112-1/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785737
* docs: Remove plugins from the API docsBastien Nocera2013-12-171-2/+0
|
* lib: Remove killswitch functionalityBastien Nocera2013-12-061-3/+1
| | | | | | That code has now moved to gnome-settings-daemon's Rfkill interface. https://bugzilla.gnome.org/show_bug.cgi?id=719564
* lib: Remove plugins supportBastien Nocera2013-12-061-15/+0
| | | | | | Unused by either the wizard or the settings panel. https://bugzilla.gnome.org/show_bug.cgi?id=719564
* docs: ignore built header filesDaniele Forsi2013-06-151-1/+11
| | | | Reduces unused declarations from 105 to 29.
* docs: remove file obex-agent.h which was deleted in commit 75e5c46Daniele Forsi2013-06-141-1/+1
|
* docs: add bluetooth-plugin-managerDaniele Forsi2013-06-141-1/+1
|
* docs: remove functions deleted in commit ce841d2Daniele Forsi2013-06-141-2/+0
| | | | | | Fixes: ./gnome-bluetooth-sections.txt:107: warning: No declaration found for: bluetooth_browse_address ./gnome-bluetooth-sections.txt:108: warning: No declaration found for: bluetooth_browse_address_finish
* docs: move *Class symbols to "SUBSECTION Standard"Daniele Forsi2013-06-141-4/+4
| | | | | | | | Fixes: ./tmpl/bluetooth-chooser.sgml:100: warning: Field descriptions for struct BluetoothChooserClass are missing in source code comment block. ./tmpl/bluetooth-chooser-button.sgml:47: warning: Field descriptions for struct BluetoothChooserButtonClass are missing in source code comment block. ./tmpl/bluetooth-chooser-combo.sgml:54: warning: Field descriptions for struct BluetoothChooserComboClass are missing in source code comment block. ./tmpl/bluetooth-client.sgml:54: warning: Field descriptions for struct BluetoothClientClass are missing in source code comment block.
* docs: ignore built fileDaniele Forsi2012-08-062-15/+1
| | | | | Ignores gnome-bluetooth-enum-types.h Documentation for those symbols is in bluetooth-enums.h
* docs: no need to ignore files that are no more presentDaniele Forsi2012-08-061-1/+1
| | | | | Removes: bluetooth-agent-glue.h bluetooth-instance-glue.h bluetooth-instance.h helper.h marshal.h obex-agent-glue.h
* docs: fix gtk-doc warningDaniele Forsi2012-08-061-0/+1
| | | | | Fixes: ./gnome-bluetooth-unused.txt:1: warning: 1 unused declarations.They should be added to gnome-bluetooth-sections.txt in the appropriate place.
* docs: have *-sections.txt and *.types rebuilt by gtk-docDaniele Forsi2012-05-062-75/+68
| | | | | | | | More work to do: 93% symbol docs coverage. 201 symbols documented. 4 symbols incomplete. 16 not documented.
* docs: update API documentationDaniele Forsi2012-05-063-99/+35
| | | | | | | | More work to do: 89% symbol docs coverage. 202 symbols documented. 2 symbols incomplete. 26 not documented.
* docs: disable gtk-doc check to fix make distcheckCosimo Cecchi2012-03-201-5/+4
|
* 3.3.2GNOMEBT_V_3_3_2Bastien Nocera2011-11-211-0/+3
|
* docs: Fix linking with libcommon.la removalBastien Nocera2011-11-041-1/+1
|
* lib: Remove bluetooth_client_get_device_filter_modelBastien Nocera2011-09-221-1/+0
| | | | It was unused, and looks like a liability.
* Add video type to documentationBastien Nocera2010-03-231-0/+1
|
* Loads of API documentation fixesBastien Nocera2009-12-112-19/+6
|
* Update API docs and add discoverable columnBastien Nocera2009-11-171-0/+1
|
* Nobody cares about RSSIBastien Nocera2009-10-271-1/+0
| | | | So remove it!
* Revert small gtk-doc changeBastien Nocera2009-09-281-0/+2
|
* Add a private header to expose some of the choosers membersJoshua Lock2009-09-231-1/+1
| | | | | | | | bluetooth-chooser-private.h is used to expose some of the choosers private member variables that may be useful within the gnome-bluetooth code https://bugzilla.gnome.org/show_bug.cgi?id=596090
* Update API docsBastien Nocera2009-09-232-0/+88
| | | | Add BluetoothClient and plugin documentations, update the others.
* Remove reference to old functions in the API docsBastien Nocera2009-08-041-7/+0
|
* Loads API docs for propertiesBastien Nocera2009-06-291-0/+102
|
* Add docs title and versionBastien Nocera2009-06-293-7/+9
|
* Rename common/ dir to lib/Bastien Nocera2009-06-081-4/+4
| | | | So as to avoid confusing readers of the code.
* First pass at some API docsBastien Nocera2009-02-261-2/+2
| | | | | | Far from finished, but a good starting point. svn path=/trunk/; revision=370
* Add gtk-doc supportBastien Nocera2009-02-266-0/+170
| | | | | | Nothing documented just yet. svn path=/trunk/; revision=368
* bluez-gnome -> gnome-bluetoothBastien Nocera2009-02-251-111/+0
| | | | | | | Remove the obsolete gnome-bluetooth files, and move our adopted bluez-gnome in. svn path=/trunk/; revision=305