gnucash/libgnucash/backend
Geert Janssens d22e1db340 gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris
This involves renaming 3 functions:
gnc_uri_get_protocol -> gnc_uri_get_scheme
gnc_uri_is_known_protocol -> gnc_uri_is_known_scheme
gnc_uri_is_file_protocol -> gnc_uri_is_file_scheme

The *_protocol variants are marked as deprecated.
Additionally a number of local variables have been renamed from
protocol to scheme to support this change.
2018-12-27 22:33:17 +01:00
..
dbi gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris 2018-12-27 22:33:17 +01:00
sql Fix most of the unused assignment errors from static analysis. 2018-11-30 15:08:41 +09:00
xml Performance fix in dom_chars_handler: use g_strndup instead of g_strdup 2018-12-24 13:46:48 +01:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00