Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / wrap / authmanager.defs
- commit
- 8d3661dc2974
- parent
- 117efb089a91
- branch
- default
- tags
- revelation-0.4.0-pre1
don't use stock module
1 |
5d99fc2aa75a
|
;; -*- scheme -*- |
2 |
5d99fc2aa75a
|
; object definitions ... |
3 |
5d99fc2aa75a
|
;; Enumerations and flags ... |
4 |
5d99fc2aa75a
|
|
5 |
5d99fc2aa75a
|
|
6 |
5d99fc2aa75a
|
;; From /home/erikg/temp/libgnomeui/libgnomeui/gnome-authentication-manager.h |
7 |
5d99fc2aa75a
|
|
8 |
5d99fc2aa75a
|
(define-function gnome_authentication_manager_init |
9 |
5d99fc2aa75a
|
(c-name "gnome_authentication_manager_init") |
10 |
5d99fc2aa75a
|
(return-type "none") |
11 |
5d99fc2aa75a
|
) |
12 |
5d99fc2aa75a
|
|
13 |
5d99fc2aa75a
|
(define-function gnome_authentication_manager_dialog_is_visible |
14 |
5d99fc2aa75a
|
(c-name "gnome_authentication_manager_dialog_is_visible") |
15 |
5d99fc2aa75a
|
(return-type "gboolean") |
16 |
5d99fc2aa75a
|
) |
17 |
5d99fc2aa75a
|
|
18 |
5d99fc2aa75a
|