Skip to content

Commit

Permalink
Update API dump
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Nov 5, 2024
1 parent 02ccc53 commit dadc9bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions coil-gif/api/coil-gif.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ abstract fun interface coil3.gif/AnimatedTransformation { // coil3.gif/AnimatedT
}

final class coil3.gif/AnimatedSkiaImageDecoder : coil3.decode/Decoder { // coil3.gif/AnimatedSkiaImageDecoder|null[0]
constructor <init>(coil3.decode/ImageSource, coil3.request/Options, kotlin/Int) // coil3.gif/AnimatedSkiaImageDecoder.<init>|<init>(coil3.decode.ImageSource;coil3.request.Options;kotlin.Int){}[0]
constructor <init>(coil3.decode/ImageSource, coil3.request/Options, kotlin/Int, kotlin.time/TimeSource) // coil3.gif/AnimatedSkiaImageDecoder.<init>|<init>(coil3.decode.ImageSource;coil3.request.Options;kotlin.Int;kotlin.time.TimeSource){}[0]

final suspend fun decode(): coil3.decode/DecodeResult // coil3.gif/AnimatedSkiaImageDecoder.decode|decode(){}[0]

final class Factory : coil3.decode/Decoder.Factory { // coil3.gif/AnimatedSkiaImageDecoder.Factory|null[0]
constructor <init>(kotlin/Int = ...) // coil3.gif/AnimatedSkiaImageDecoder.Factory.<init>|<init>(kotlin.Int){}[0]
constructor <init>(kotlin/Int = ..., kotlin.time/TimeSource = ...) // coil3.gif/AnimatedSkiaImageDecoder.Factory.<init>|<init>(kotlin.Int;kotlin.time.TimeSource){}[0]

final fun create(coil3.fetch/SourceFetchResult, coil3.request/Options, coil3/ImageLoader): coil3.decode/Decoder? // coil3.gif/AnimatedSkiaImageDecoder.Factory.create|create(coil3.fetch.SourceFetchResult;coil3.request.Options;coil3.ImageLoader){}[0]
}
Expand Down
6 changes: 3 additions & 3 deletions coil-gif/api/jvm/coil-gif.api
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ public final class coil3/gif/AnimatedImageDecoderFactory_nonAndroidKt {
}

public final class coil3/gif/AnimatedSkiaImageDecoder : coil3/decode/Decoder {
public fun <init> (Lcoil3/decode/ImageSource;Lcoil3/request/Options;I)V
public fun <init> (Lcoil3/decode/ImageSource;Lcoil3/request/Options;ILkotlin/time/TimeSource;)V
public fun decode (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public final class coil3/gif/AnimatedSkiaImageDecoder$Factory : coil3/decode/Decoder$Factory {
public fun <init> ()V
public fun <init> (I)V
public synthetic fun <init> (IILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> (ILkotlin/time/TimeSource;)V
public synthetic fun <init> (ILkotlin/time/TimeSource;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun create (Lcoil3/fetch/SourceFetchResult;Lcoil3/request/Options;Lcoil3/ImageLoader;)Lcoil3/decode/Decoder;
}

Expand Down

0 comments on commit dadc9bb

Please sign in to comment.