Bug 101301 - gtk-doc comment lists too few arguments for TpBasePasswordChannel::finished
Summary: gtk-doc comment lists too few arguments for TpBasePasswordChannel::finished
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-05 14:10 UTC by Ting-Wei Lan
Modified: 2019-12-03 20:44 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
TpBasePasswordChannel: fix gtk-doc comment for finished signal (1.23 KB, patch)
2017-06-05 14:21 UTC, Ting-Wei Lan
Details | Splinter Review

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.