After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 547119 - gobject.timeout_add_seconds() not found in docs
gobject.timeout_add_seconds() not found in docs
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gobject
2.15.x
Other Linux
: Normal trivial
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
: 565134 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-08-09 23:19 UTC by denkpadje
Modified: 2008-12-24 19:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
add documentation (3.68 KB, patch)
2008-12-22 17:34 UTC, Paul Pogonyshev
none Details | Review
add documentation, second revision (3.69 KB, patch)
2008-12-22 17:36 UTC, Paul Pogonyshev
committed Details | Review

Description denkpadje 2008-08-09 23:19:47 UTC
It seems gobject.timeout_add_seconds() is not found in the docs of pygobject on both pygtk.org and library.gnome.org
Comment 1 Paul Pogonyshev 2008-12-22 17:14:22 UTC
*** Bug 565134 has been marked as a duplicate of this bug. ***
Comment 2 Paul Pogonyshev 2008-12-22 17:34:18 UTC
Created attachment 125147 [details] [review]
add documentation

Documentation is basically copied over from GLib, structure is copied over from documentation for glib.timeout_add().  I'd like to note that documentation files in PyGObject/PyGTK suck.
Comment 3 Paul Pogonyshev 2008-12-22 17:36:42 UTC
Created attachment 125148 [details] [review]
add documentation, second revision

The same as the previous patch except that one copy'n'paste artifact is fixed.
Comment 4 Paul Pogonyshev 2008-12-24 19:38:53 UTC
Will be fixed with 2.16 if that is ever released.

2008-12-24  Paul Pogonyshev  <pogonyshev@gmx.net>

	Bug 547119 – gobject.timeout_add_seconds() not found in docs

	* docs/reference/pyglib-functions.xml (glib.timeout_add_seconds):
	Describe.