glibmm r790 - in trunk: . gio/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r790 - in trunk: . gio/src
- Date: Mon, 23 Feb 2009 17:10:18 +0000 (UTC)
Author: murrayc
Date: Mon Feb 23 17:10:17 2009
New Revision: 790
URL: http://svn.gnome.org/viewvc/glibmm?rev=790&view=rev
Log:
2009-02-23 Murray Cumming <murrayc murrayc com>
* gio/src/gio_enums.defs: Regenerated, adding
FILE_CREATE_REPLACE_DESTINATION and Error::TOO_MANY_OPEN_FILES.
* gio/src/gio_signals.defs: Regenerated.
* go/src/mountoperation: Added the aborted signal.
Modified:
trunk/ChangeLog
trunk/gio/src/gio_enums.defs
trunk/gio/src/gio_signals.defs
trunk/gio/src/mountoperation.hg
Modified: trunk/gio/src/gio_enums.defs
==============================================================================
--- trunk/gio/src/gio_enums.defs (original)
+++ trunk/gio/src/gio_enums.defs Mon Feb 23 17:10:17 2009
@@ -1,4 +1,4 @@
-;; From /opt/gnome2/include/glib-2.0/gio/gioenums.h
+;; From /home/murrayc/checkouts/gnome224/glib/gio/gioenums.h
(define-flags-extended AppInfoCreateFlags
(in-module "G")
@@ -82,6 +82,7 @@
(values
'("none" "G_FILE_CREATE_NONE" "0")
'("private" "G_FILE_CREATE_PRIVATE" "1 << 0")
+ '("replace-destination" "G_FILE_CREATE_REPLACE_DESTINATION" "1 << 1")
)
)
@@ -199,6 +200,7 @@
'("host-was-not-found" "G_IO_ERROR_HOST_WAS_NOT_FOUND" "28")
'("would-merge" "G_IO_ERROR_WOULD_MERGE" "29")
'("failed-handled" "G_IO_ERROR_FAILED_HANDLED" "30")
+ '("too-many-open-files" "G_IO_ERROR_TOO_MANY_OPEN_FILES" "31")
)
)
Modified: trunk/gio/src/gio_signals.defs
==============================================================================
--- trunk/gio/src/gio_signals.defs (original)
+++ trunk/gio/src/gio_signals.defs Mon Feb 23 17:10:17 2009
@@ -13,7 +13,7 @@
(define-property base-stream
(of-object "GBufferedInputStream")
(prop-type "GParamObject")
- (docs "The underlying base stream the io ops will be done on")
+ (docs "The underlying base stream on which the io ops will be done.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -22,7 +22,7 @@
(define-property close-base-stream
(of-object "GBufferedInputStream")
(prop-type "GParamBoolean")
- (docs "If the base stream be closed when the filter stream is")
+ (docs "If the base stream should be closed when the filter stream is closed.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -42,7 +42,7 @@
(define-property base-stream
(of-object "GBufferedOutputStream")
(prop-type "GParamObject")
- (docs "The underlying base stream the io ops will be done on")
+ (docs "The underlying base stream on which the io ops will be done.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -51,7 +51,7 @@
(define-property close-base-stream
(of-object "GBufferedOutputStream")
(prop-type "GParamBoolean")
- (docs "If the base stream be closed when the filter stream is")
+ (docs "If the base stream should be closed when the filter stream is closed.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -80,7 +80,7 @@
(define-property base-stream
(of-object "GDataInputStream")
(prop-type "GParamObject")
- (docs "The underlying base stream the io ops will be done on")
+ (docs "The underlying base stream on which the io ops will be done.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -89,7 +89,7 @@
(define-property close-base-stream
(of-object "GDataInputStream")
(prop-type "GParamBoolean")
- (docs "If the base stream be closed when the filter stream is")
+ (docs "If the base stream should be closed when the filter stream is closed.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -127,7 +127,7 @@
(define-property base-stream
(of-object "GDataOutputStream")
(prop-type "GParamObject")
- (docs "The underlying base stream the io ops will be done on")
+ (docs "The underlying base stream on which the io ops will be done.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -136,7 +136,7 @@
(define-property close-base-stream
(of-object "GDataOutputStream")
(prop-type "GParamBoolean")
- (docs "If the base stream be closed when the filter stream is")
+ (docs "If the base stream should be closed when the filter stream is closed.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -245,7 +245,7 @@
(define-property base-stream
(of-object "GFilterInputStream")
(prop-type "GParamObject")
- (docs "The underlying base stream the io ops will be done on")
+ (docs "The underlying base stream on which the io ops will be done.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -254,7 +254,7 @@
(define-property close-base-stream
(of-object "GFilterInputStream")
(prop-type "GParamBoolean")
- (docs "If the base stream be closed when the filter stream is")
+ (docs "If the base stream should be closed when the filter stream is closed.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -265,7 +265,7 @@
(define-property base-stream
(of-object "GFilterOutputStream")
(prop-type "GParamObject")
- (docs "The underlying base stream the io ops will be done on")
+ (docs "The underlying base stream on which the io ops will be done.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -274,7 +274,7 @@
(define-property close-base-stream
(of-object "GFilterOutputStream")
(prop-type "GParamBoolean")
- (docs "If the base stream be closed when the filter stream is")
+ (docs "If the base stream should be closed when the filter stream is closed.")
(readable #t)
(writable #t)
(construct-only #t)
@@ -379,6 +379,12 @@
)
)
+(define-signal aborted
+ (of-object "GMountOperation")
+ (return-type "void")
+ (when "last")
+)
+
(define-property username
(of-object "GMountOperation")
(prop-type "GParamString")
Modified: trunk/gio/src/mountoperation.hg
==============================================================================
--- trunk/gio/src/mountoperation.hg (original)
+++ trunk/gio/src/mountoperation.hg Mon Feb 23 17:10:17 2009
@@ -87,6 +87,9 @@
_WRAP_SIGNAL(void reply(MountOperationResult result), reply)
+ //TODO: Remove no_default_handler when we can break ABI:
+ _WRAP_SIGNAL(void aborted(), aborted, no_default_handler)
+
_WRAP_PROPERTY("username", Glib::ustring)
_WRAP_PROPERTY("password", Glib::ustring)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]