Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
gif.c File Reference

The GIF decoder for dillo. More...

#include <config.h>
Include dependency graph for gif.c:

Go to the source code of this file.

Functions

void * a_Gif_new ()
 
void a_Gif_callback ()
 

Detailed Description

The GIF decoder for dillo.

It is responsible for decoding GIF data and transferring it to the dicache.

Definition in file gif.c.

Function Documentation

◆ a_Gif_callback()

void a_Gif_callback ( )

Definition at line 1024 of file gif.c.

Referenced by Dicache_image().

◆ a_Gif_new()

void * a_Gif_new ( )

Definition at line 1023 of file gif.c.

Referenced by Dicache_image().