Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOlivier Samyn <osamyn@src.gnome.org>2004-06-30 19:55:38 (GMT)
committer Olivier Samyn <osamyn@src.gnome.org>2004-06-30 19:55:38 (GMT)
commit67c963cf2e0ae01c701027705a346c0d4f68e417 (patch)
tree20ce580870ea39996459c4ad9b88fca5a97b53a1 /docs
parent9aba7fc50d0be71b5e29d086473cfe77ba74f965 (diff)
Added some functions to the python binding.
Diffstat (limited to 'docs')
-rw-r--r--docs/C/python.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/C/python.xml b/docs/C/python.xml
index 1fa8c3f..1a6fa89 100644
--- a/docs/C/python.xml
+++ b/docs/C/python.xml
@@ -514,6 +514,11 @@ attribute is readeable and/or writable.</para>
<entry>The callback must be a callable object</entry>
</row>
<row>
+ <entry>gcompris.utils.dialog_close()</entry>
+ <entry>void gcompris_dialog_close()</entry>
+ <entry></entry>
+ </row>
+ <row>
<entry>gcompris.utils.load_pixmap_asset(dataset, categories, mimetype, name)</entry>
<entry>GdkPixbuf *gcompris_load_pixmap_asset(gchar *dataset, gchar* categories, gchar* mimetype, gchar* name)</entry>
<entry>return a gtk.gdk.Pixbuf</entry>
@@ -523,6 +528,11 @@ attribute is readeable and/or writable.</para>
<entry>gchar *gcompris_get_asset_file(gchar *dataset, gchar* categories, gchar* mimetype, gchar* name)</entry>
<entry>return a string</entry>
</row>
+ <row>
+ <entry>gcompris.utils.clone_item(item, parent)</entry>
+ <entry>void gcompris_clone_item(GnomeCanvasItem *item, GnomeCanvasGroup *parent)</entry>
+ <entry></entry>
+ </row>
</tbody>
</tgroup>
</informaltable>