moo_app_get_system_info
This commit is contained in:
parent
8bb586a2ef
commit
c9df3b5069
@ -90,7 +90,7 @@
|
||||
(c-name "moo_app_prefs_dialog")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GtkWidget*" "parent")
|
||||
'("GtkWidget*" "parent" (null-ok) (default "NULL"))
|
||||
)
|
||||
)
|
||||
|
||||
@ -98,10 +98,24 @@
|
||||
(c-name "moo_app_about_dialog")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GtkWidget*" "parent")
|
||||
'("GtkWidget*" "parent" (null-ok) (default "NULL"))
|
||||
)
|
||||
)
|
||||
|
||||
(define-function system_info_dialog
|
||||
(c-name "moo_app_system_info_dialog")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GtkWidget*" "parent" (null-ok) (default "NULL"))
|
||||
)
|
||||
)
|
||||
|
||||
(define-method get_system_info
|
||||
(of-object "MooApp")
|
||||
(c-name "moo_app_get_system_info")
|
||||
(return-type "char*")
|
||||
)
|
||||
|
||||
(define-method get_ui_xml
|
||||
(of-object "MooApp")
|
||||
(c-name "moo_app_get_ui_xml")
|
||||
|
Loading…
x
Reference in New Issue
Block a user