Michal Privoznik
7db8373e08
Use G_N_ELEMENTS() more
...
In a few places we still use the good old:
sizeof(var) / sizeof(var[0])
sizeof(var) / sizeof(int)
The G_N_ELEMENTS() macro is preferred though. In a few places we
don't link with glib, so provide the macro definition.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
2023-03-13 13:29:07 +01:00
..
2023-02-14 13:59:45 +01:00
2023-02-14 13:59:45 +01:00
2023-03-06 20:55:50 +01:00
2023-03-06 20:55:49 +01:00
2023-03-10 11:01:42 -07:00
2023-03-08 13:05:05 -06:00
2023-03-06 20:55:50 +01:00
2023-03-03 13:49:56 +01:00
2023-03-06 14:44:13 +01:00
2023-03-06 14:44:13 +01:00
2023-03-06 14:44:13 +01:00
2023-03-10 09:38:05 +01:00
2023-03-10 09:38:05 +01:00
2023-03-10 11:02:02 -07:00
2023-02-14 13:59:45 +01:00
2023-03-06 20:55:50 +01:00
2023-03-10 11:01:42 -07:00
2023-02-14 13:59:45 +01:00
2023-03-06 20:55:50 +01:00
2023-03-06 20:55:50 +01:00
2023-03-03 13:49:56 +01:00
2023-03-07 12:26:33 +01:00
2023-03-06 20:55:50 +01:00
2023-03-06 14:35:35 +01:00
2023-03-06 20:55:50 +01:00
2023-03-06 20:55:50 +01:00
2023-03-10 08:54:05 +01:00
2023-03-10 08:54:05 +01:00
2023-03-03 13:52:37 +01:00
2023-03-06 20:55:50 +01:00
2023-03-06 14:35:35 +01:00
2023-03-03 13:52:37 +01:00
2023-03-06 20:55:50 +01:00
2023-03-09 14:09:16 +01:00
2023-03-06 20:55:50 +01:00
2023-03-13 13:29:07 +01:00
2023-03-03 13:52:37 +01:00
2023-03-03 13:52:37 +01:00
2023-03-13 13:29:07 +01:00
2023-03-03 13:52:37 +01:00
2023-02-08 16:50:45 +01:00