summaryrefslogtreecommitdiff
path: root/gio/src/gio_signals.defs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-04-02 22:38:36 +0200
committerMurray Cumming <murrayc@murrayc.com>2014-04-02 22:44:58 +0200
commitda769578061e973329c97c8407a2ccc6a7e17219 (patch)
treecf5d8b2b5532e9363b5246731e7a73a2bc6e6d75 /gio/src/gio_signals.defs
parentb93c933711326cc8437c458799b2a82065fc7aa3 (diff)
downloadglibmm-da769578061e973329c97c8407a2ccc6a7e17219.tar.gz
extra_defs: Add some new gio classes.
* tools/extra_defs_gen/generate_defs_gio.cc: * tools/extra_defs_gen/generate_defs_glib.cc: Mention some recently-added GTypes. * gio/src/gio/gio_signals.defs: Regenerate.
Diffstat (limited to 'gio/src/gio_signals.defs')
-rw-r--r--gio/src/gio_signals.defs106
1 files changed, 106 insertions, 0 deletions
diff --git a/gio/src/gio_signals.defs b/gio/src/gio_signals.defs
index 9f7acc97..ea5828ae 100644
--- a/gio/src/gio_signals.defs
+++ b/gio/src/gio_signals.defs
@@ -190,6 +190,14 @@
(construct-only #f)
)
+;; From GAppInfoMonitor
+
+(define-signal changed
+ (of-object "GAppInfoMonitor")
+ (return-type "void")
+ (when "first")
+)
+
;; From GCancellable
(define-signal cancelled
@@ -758,6 +766,73 @@
(construct-only #f)
)
+;; From GNotification
+
+;; From GPropertyAction
+
+(define-property name
+ (of-object "GPropertyAction")
+ (prop-type "GParamString")
+ (docs "The name used to invoke the action")
+ (readable #t)
+ (writable #t)
+ (construct-only #t)
+)
+
+(define-property parameter-type
+ (of-object "GPropertyAction")
+ (prop-type "GParamBoxed")
+ (docs "The type of GVariant passed to activate()")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+)
+
+(define-property enabled
+ (of-object "GPropertyAction")
+ (prop-type "GParamBoolean")
+ (docs "If the action can be activated")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+)
+
+(define-property state-type
+ (of-object "GPropertyAction")
+ (prop-type "GParamBoxed")
+ (docs "The type of the state kept by the action")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+)
+
+(define-property state
+ (of-object "GPropertyAction")
+ (prop-type "GParamVariant")
+ (docs "The state the action is in")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+)
+
+(define-property object
+ (of-object "GPropertyAction")
+ (prop-type "GParamObject")
+ (docs "The object with the property to wrap")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+)
+
+(define-property property-name
+ (of-object "GPropertyAction")
+ (prop-type "GParamString")
+ (docs "The name of the property to wrap")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+)
+
;; From GProxy
;; From GProxyAddress
@@ -1038,6 +1113,37 @@
(construct-only #f)
)
+;; From GSubprocess
+
+(define-property flags
+ (of-object "GSubprocess")
+ (prop-type "GParamFlags")
+ (docs "Subprocess flags")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+)
+
+(define-property argv
+ (of-object "GSubprocess")
+ (prop-type "GParamBoxed")
+ (docs "Argument vector")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+)
+
+;; From GSubprocessLauncher
+
+(define-property flags
+ (of-object "GSubprocessLauncher")
+ (prop-type "GParamFlags")
+ (docs "GSubprocessFlags for launched processes")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+)
+
;; From GThemedIcon
(define-property name