gContentTypeIsA: gContentTypeIsA

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

Description

Determines if type is a subset of supertype.

Usage

1
gContentTypeIsA(type, supertype)

Arguments

type

a content type string.

supertype

a string.

Value

[logical] TRUE if type is a kind of supertype, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gContentTypeIsA in RGtk2...