www.LinuxHowtos.org





FcRangeDestroy

Section: (3)
Updated: 05 8月 2016
Index Return to Main Contents
 

NAME

FcRangeDestroy - destroy a range object  

SYNOPSIS

#include <fontconfig/fontconfig.h>

void FcRangeDestroy (FcRange *range);
 

DESCRIPTION

FcRangeDestroy destroys a FcRange object, freeing all memory associated with it.  

SINCE

version 2.11.91


 

Index

NAME
SYNOPSIS
DESCRIPTION
SINCE