package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gio/Ocgtk_gio/Gio/Wrappers/Tls_password/index.html

Module Wrappers.Tls_password

type t = [ `tls_password | `object_ ] Gobject.obj
val new_ : Gio_enums.tlspasswordflags -> string -> t

Create a new TlsPassword

val set_warning : t -> string -> unit

Set a user readable translated warning. Usually this warning is a representation of the password flags returned from g_tls_password_get_flags().

val set_flags : t -> Gio_enums.tlspasswordflags -> unit

Set flags about the password.

val set_description : t -> string -> unit

Set a description string about what the password will be used for.

val get_warning : t -> string

Get a user readable translated warning. Usually this warning is a representation of the password flags returned from g_tls_password_get_flags().

val get_flags : t -> Gio_enums.tlspasswordflags

Get flags about the password.

val get_description : t -> string

Get a description string about what the password will be used for.