mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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.
This commit is contained in:
@@ -65,5 +65,6 @@
|
||||
#endif
|
||||
|
||||
/* ENABLE macro defaults */
|
||||
#define GNC_DEPRECATED(message) __attribute__ ((__deprecated__ (message)))
|
||||
|
||||
#endif /* GNC_PLATFORM_H */
|
||||
|
||||
Reference in New Issue
Block a user