Bug 106280 - Remove array_n_elements()
Summary: Remove array_n_elements()
Status: RESOLVED FIXED
Alias: None
Product: libfprint
Classification: Unclassified
Component: libfprint (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: libfprint-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-27 12:24 UTC by Bastien Nocera
Modified: 2018-05-25 11:21 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
lib: Replace open-coded array_n_elements() (865 bytes, patch)
2018-04-27 12:24 UTC, Bastien Nocera
Details | Splinter Review

Description Bastien Nocera 2018-04-27 12:24:05 UTC
WIP, we should really replace all those uses, there are already plenty of uses of G_N_ELEMENTS everywhere, and replacing array_n_elements() would be trivial.
Comment 1 Bastien Nocera 2018-04-27 12:24:47 UTC
Created attachment 139171 [details] [review]
lib: Replace open-coded array_n_elements()

Replace it with glib's version, which already exists.
Comment 2 Bastien Nocera 2018-05-25 11:21:06 UTC
Attachment 139171 [details] pushed as ff5de4f - lib: Replace open-coded array_n_elements()


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.