Bug 101301

Summary: gtk-doc comment lists too few arguments for TpBasePasswordChannel::finished
Product: Telepathy Reporter: Ting-Wei Lan <lantw44>
Component: tp-glibAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED MOVED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium CC: lantw44
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: TpBasePasswordChannel: fix gtk-doc comment for finished signal

Description Ting-Wei Lan 2017-06-05 14:10:40 UTC
This error causes incorrect names to be assigned to function arguments when using the old perl-based gtkdoc-mkdb, and it causes the new python-based gtkdoc-mkdb to crash with following messages:

Traceback (most recent call last):
  File "/home/lantw44/gnome/devinstall/bin/gtkdoc-mkdb", line 63, in <module>
    mkdb.Run(options)
  File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py", line 284, in Run
    changed, book_top, book_bottom = OutputDB(os.path.join(ROOT_DIR, MODULE + "-sections.txt"), options)
  File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py", line 727, in OutputDB
    sig_synop, sig_desc = GetSignals(symbol)
  File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py", line 3328, in GetSignals
    param_name = list(sourceparams)[j]   # keys as list
IndexError: list index out of range
Comment 1 Ting-Wei Lan 2017-06-05 14:21:48 UTC
Created attachment 131710 [details] [review]
TpBasePasswordChannel: fix gtk-doc comment for finished signal
Comment 2 GitLab Migration User 2019-12-03 20:44:02 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-glib/issues/139.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.