search for: min_level

Displaying 3 results from an estimated 3 matches for "min_level".

2009 Apr 02
3
Generate static menus?
I want to stack three horizontal menus on top of each other, and also define exactly what page will be in each menu. What files and syntax do I use in webgen to accomplish this? I tried finding the answer here and in the docs but could not figure it out. I would also like to style each menu a bit differently if that is possible. Actual examples especially appreciated! Thanks!
2010 Dec 22
2
Callbacks, log messages etc.
...register to receive events in a bitmask class and at a set of levels by doing: int /* event_handle */ guestfs_set_event_callback (guestfs_h *g, guestfs_event_callback cb, uint64_t event_class_bitmask, int min_level, void *opaque); void guestfs_delete_event_callback (guestfs_h *g, int event_handle); 'guestfs_set_event_callback' would register a callback for all event classes in 'event_class_bitmask' at level >= 'min_level'. This would return an integ...
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings to libxl, to make them useful for clients such as xapi/xenopsd (from XCP). There are a number of bugfixes to the existing bindings as well. I have an experimental version of xenopsd that successfully uses the new bindings. An earlier version of the first half of the series was submitted to the last by Ian Campbell on