package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Gdk.Content_provider

class type content_provider_t = object ... end
class content_provider : [ `content_provider | `object_ ] Gobject.obj -> content_provider_t
val new_for_bytes : string -> Glib_bytes.t -> content_provider_t
val new_for_value : Gobject.Value.t -> content_provider_t
val new_union : [ `content_provider | `object_ ] Gobject.obj array option -> Gsize.t -> content_provider_t