mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
common: rename array-size.h to macros.h
This commit is contained in:
parent
8d17ab2d60
commit
bbea42f65b
8 changed files with 11 additions and 11 deletions
|
|
@ -228,12 +228,12 @@ We have a very small, modest API and encourage you to use it.
|
|||
4. `wl_array_len()` to get number of elements in a `wl_array` [common/array.h]
|
||||
|
||||
5. `ARRAY_SIZE()` to get number of elements in visible array
|
||||
[common/array-size.h]
|
||||
[common/macros.h]
|
||||
|
||||
[common/mem.h]: https://github.com/labwc/labwc/blob/master/include/common/mem.h
|
||||
[common/list.h]: https://github.com/labwc/labwc/blob/master/include/common/list.h
|
||||
[common/array.h]: https://github.com/labwc/labwc/blob/master/include/common/array.h
|
||||
[common/array-size.h]: https://github.com/labwc/labwc/blob/master/include/common/array-size.h
|
||||
[common/macros.h]: https://github.com/labwc/labwc/blob/master/include/common/macros.h
|
||||
|
||||
### The Use of glib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue