From 87eabab46dacf98a1e77d0ea42fb84a9c6850225 Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Tue, 13 Dec 2016 13:33:21 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20fonction=20alert=20pour=20d=C3=A9vermin?= =?UTF-8?q?age?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- googleApps.ml | 2 +- googleApps.mli | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/googleApps.ml b/googleApps.ml index 960cea9..17d0181 100644 --- a/googleApps.ml +++ b/googleApps.ml @@ -102,7 +102,7 @@ include ([%js] : sig type menu val show_sidebar : t -> HtmlOutput.t -> unit [@@js.call] val create_menu : t -> caption:string -> Menu.t [@@js.call] - + val alert : t -> string -> unit [@@js.call] end module Sheet : sig diff --git a/googleApps.mli b/googleApps.mli index 1cf15f7..81a1b65 100644 --- a/googleApps.mli +++ b/googleApps.mli @@ -135,6 +135,7 @@ module Ui : type menu val show_sidebar : t -> HtmlOutput.t -> unit val create_menu : t -> caption:string -> Menu.t + val alert : t -> string -> unit end (** Access and modify spreadsheet sheets. *)