package ocgtk

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

Module Wrappers.App_chooser

type t = [ `app_chooser ] Gobject.obj
val from_gobject : 'a Gobject.obj -> t
val refresh : t -> unit

Reloads the list of applications.

val get_content_type : t -> string

Returns the content type for which the `GtkAppChooser` shows applications.

val get_app_info : t -> Ocgtk_gio.Gio.Wrappers.App_info.t option

Returns the currently selected application.