summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2009-06-15 23:19:47 +0300
committerPaul Pogonyshev <pogonyshev@gmx.net>2009-06-15 23:21:00 +0300
commit9d9ae97b8a49836ec1f3b8d6529bafe1cc06d4d7 (patch)
tree7ce677d4b86605046fac130b94b38967c53f32ad /gio
parent268e1681fd5b46e6412d3a8db84f3f1cb02fdbde (diff)
downloadpygobject-9d9ae97b8a49836ec1f3b8d6529bafe1cc06d4d7.tar.gz
pygobject-9d9ae97b8a49836ec1f3b8d6529bafe1cc06d4d7.tar.xz
pygobject-9d9ae97b8a49836ec1f3b8d6529bafe1cc06d4d7.zip
Make gio.Emblem constructor new-style
Add optional 'origin' parameter. Expand gio.Emblem documentation and mark gio.emblem_new_with_origin as sort-of-deprecated.
Diffstat (limited to 'gio')
-rw-r--r--gio/gio.defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/gio/gio.defs b/gio/gio.defs
index d71dade..a797349 100644
--- a/gio/gio.defs
+++ b/gio/gio.defs
@@ -1189,8 +1189,9 @@
(c-name "g_emblem_new")
(is-constructor-of "GEmblem")
(return-type "GEmblem*")
- (parameters
- '("GIcon*" "icon")
+ (properties
+ '("icon")
+ '("origin" (optional))
)
)