File: gdkPixbufFormatSetDisabled.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (15 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\alias{gdkPixbufFormatSetDisabled}
\name{gdkPixbufFormatSetDisabled}
\title{gdkPixbufFormatSetDisabled}
\description{Disables or enables an image format. If a format is disabled, 
gdk-pixbuf won't use the image loader for this format to load 
images. Applications can use this to avoid using image loaders 
with an inappropriate license, see \code{\link{gdkPixbufFormatGetLicense}}.}
\usage{gdkPixbufFormatSetDisabled(object, disabled)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkPixbufFormat}}}
\item{\verb{disabled}}{\code{TRUE} to disable the format \code{format}}
}
\details{Since 2.6}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}