Skip to content

Commit

Permalink
Tune API
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Dec 18, 2023
1 parent bf5fbe3 commit 7c5d7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cidre/src/cv/image_buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub mod attachment {

#[doc(alias = "kCVImageBufferTransferFunctionKey")]
#[inline]
pub fn transfer_function() -> &'static cf::String {
pub fn transfer_fn() -> &'static cf::String {
unsafe { kCVImageBufferTransferFunctionKey }
}

Expand Down Expand Up @@ -371,7 +371,7 @@ pub mod attachment {
}
}

pub mod transfer_function {
pub mod transfer_fn {
use crate::cf;

#[doc(alias = "kCVImageBufferTransferFunction_ITU_R_709_2")]
Expand Down

0 comments on commit 7c5d7a6

Please # to comment.