summaryrefslogtreecommitdiff
path: root/gio/src/gio_vfuncs.defs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-02-28 13:05:37 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-02-28 13:06:51 +0100
commitda0c53c6f60719ebcb34b657d78fb7bccf760c6d (patch)
tree017d079d6c79d74ac5ac8778eb82dc676bde206b /gio/src/gio_vfuncs.defs
parent732ac9c3b31a6e10b35b72cf6f7f295d8d6d3ee8 (diff)
downloadglibmm-da0c53c6f60719ebcb34b657d78fb7bccf760c6d.tar.gz
Application: Wrap the local_command_line vfunc, though it is not finished.
* gio/src/application.hg: * gio/src/gio_vfuncs.defs: Wrap the local_command_line vfunc, though see the bug report in the comment.
Diffstat (limited to 'gio/src/gio_vfuncs.defs')
-rw-r--r--gio/src/gio_vfuncs.defs11
1 files changed, 11 insertions, 0 deletions
diff --git a/gio/src/gio_vfuncs.defs b/gio/src/gio_vfuncs.defs
index c4547fd4..65da5a1f 100644
--- a/gio/src/gio_vfuncs.defs
+++ b/gio/src/gio_vfuncs.defs
@@ -3,6 +3,17 @@
; define-vfunc is g*mm-specific
; These are hand-written.
+; GApplication
+
+(define-vfunc local_command_line
+ (of-object "GApplication")
+ (return-type "gboolean")
+ (parameters
+ '("gchar***" "arguments")
+ '("int*" "exit_status")
+ )
+)
+
; GAsyncInitable
(define-vfunc init_async