happindicator 0.0.1 → 0.0.2
raw patch · 2 files changed
+8/−3 lines, 2 files
Files
Graphics/UI/AppIndicator/AppIndicator.chs view
@@ -136,7 +136,7 @@ -- | This function retrieves the Application Indicator menu. appIndicatorGetMenu :: AppIndicatorClass self => self -> IO Menu appIndicatorGetMenu self =- wrapNewGObject mkMenu $ {# call app_indicator_get_menu #} (toAppIndicator self)+ makeNewGObject mkMenu $ {# call app_indicator_get_menu #} (toAppIndicator self) -- | This function sets the Application Indicator menu. appIndicatorSetMenu :: (AppIndicatorClass self, MenuClass menu) => self -> menu -> IO ()
happindicator.cabal view
@@ -1,9 +1,10 @@ Name: happindicator-Version: 0.0.1+Version: 0.0.2 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2011 the authors-Author: Andrew Miller; some parts derived from Gtk2hs by Axel Simon, Duncan Coutts and many others+Author: Andrew Miller <andrew@amxl.com>; some parts derived from Gtk2hs by Axel Simon, Duncan Coutts and many others+Maintainer: gtk2hs-devel@list.sourceforge.net Build-Type: Custom Cabal-Version: >= 1.6.0 Stability: provisional@@ -24,6 +25,10 @@ Data-Dir: demo Data-Files: demos.txt++Source-Repository head+ Type: git+ Location: https://github.com/A1kmm/happindicator Library build-depends: base >= 4 && < 5,