George Kiagiadakis
|
f878e2f62d
|
properties: add json to properties converters
|
2023-06-20 12:39:29 +03:00 |
|
Julian Bouzas
|
102792527a
|
lib: remove deprecated APIs
|
2023-04-17 07:48:18 -04:00 |
|
Ashok Sidipotu
|
f032ac00cf
|
properties: Add get count API
This API returns the count of the number of properties or items.
|
2022-03-24 06:59:39 +00:00 |
|
Julian Bouzas
|
2792cecbcf
|
properties: use a boxed WpPropertiesItem type when iterating
Needed for JavaScript bindings
|
2021-07-15 08:55:00 -04:00 |
|
George Kiagiadakis
|
b812e912d2
|
docs: fix C API documentation to work nicely with doxygen & sphinx
|
2021-05-25 14:19:53 +03:00 |
|
Raghavendra
|
d692f06f0d
|
docs: api: Replace hotdoc specific commands with Doxygen specific commands
|
2021-05-25 14:19:53 +03:00 |
|
George Kiagiadakis
|
eeccb24017
|
properties: add wp_properties_sort()
Depends on pipewire!555 to avoid breaking stuff
|
2021-03-26 19:06:06 +02:00 |
|
Julian Bouzas
|
dc2ad1f25d
|
rename all foo_iterate APIs to foo_new_iterator
Avoids confusion with LUA iterate API
|
2021-02-05 11:33:23 -05:00 |
|
George Kiagiadakis
|
e48cb30828
|
Fix compiler warnings that appear with the warning flags enabled
Fixes #20
|
2020-12-20 22:16:37 +02:00 |
|
George Kiagiadakis
|
0d1fcd48a1
|
properties: add wp_properties_unref_and_take_pw_properties()
a method to take the internal pw_properties without copying
|
2020-06-15 17:22:47 +03:00 |
|
George Kiagiadakis
|
c72d126374
|
properties: const-ify the pw_properties in _new_wrap()
and do not allow writing to wrapped pw_properties,
since they are const now
|
2020-06-15 17:20:10 +03:00 |
|
George Kiagiadakis
|
6aba49f9e3
|
properties: implement a wp_properties_iterate() method
|
2020-06-01 12:07:36 +03:00 |
|
George Kiagiadakis
|
fe82ce9f0d
|
properties: add wp_properties_ensure_unique_owner() method
|
2020-03-31 16:11:08 +03:00 |
|
George Kiagiadakis
|
1f1c690b42
|
properties: remove _copy_keys and add update/add methods similar to the ones in pw_properties
|
2020-03-31 16:11:08 +03:00 |
|
George Kiagiadakis
|
d7ef39d2d1
|
properties: rename _copy_all() to _update() to match the pw_properties API
... and use pw_properties_update() underneath
|
2020-03-31 16:11:08 +03:00 |
|
George Kiagiadakis
|
d4973363ac
|
lib: add extensive API documentation
|
2020-02-19 10:43:07 +02:00 |
|
George Kiagiadakis
|
efb33ddd1b
|
lib: introduce export macros and hide all private symbols
|
2020-01-16 18:50:07 +02:00 |
|
Julian Bouzas
|
59580e7c84
|
properties: add wp_properties_copy_all API
|
2020-01-07 09:00:46 -05:00 |
|
Julian Bouzas
|
ea3b58c2cd
|
properties: add wp_properties_matches API
|
2019-12-04 16:38:35 -05:00 |
|
George Kiagiadakis
|
0c6ef834b2
|
lib: properties: add wp_properties_copy_keys
A method to copy specific keys from one properties set to another
|
2019-09-17 16:35:14 +03:00 |
|
George Kiagiadakis
|
ff59fc06db
|
lib: properties: add update() and copy_from_dict() API
|
2019-08-29 19:41:04 +03:00 |
|
George Kiagiadakis
|
2031809d60
|
lib: add new WpProperties object to wrap pw_properties & spa_dict
|
2019-08-24 16:19:12 +03:00 |
|