~meek./awn/bar-customization

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
See launchpad.net/awn for blueprints and bugs.

Pyawn Notes
awn_applet_dialog_new needs to be re-done to work.

(define-function dialog_new
  (c-name "awn_applet_dialog_new")
  (is-constructor-of "AwnAppletDialog")
  (return-type "GtkWidget*")
  (parameters
    '("AwnApplet*" "applet")
  )
)

awn_applet_gconf_set/get_value doesn't work as yet