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 680824 - vte: typo in gtk-doc introspection markup ("tranfer")
vte: typo in gtk-doc introspection markup ("tranfer")
Status: RESOLVED DUPLICATE of bug 679805
Product: vte
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-30 12:26 UTC by Mart Raudsepp
Modified: 2012-08-13 18:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mart Raudsepp 2012-07-30 12:26:12 UTC
* Returns: (tranfer full) (type filename): a newly allocated string with the

for documentation of vte_get_user_shell.

Build warning from release version (typo present in git too):


vte.c:3694: Warning: Vte: invalid annotation option: tranfer

Should obviously be "transfer", provided that the method is right for introspection and doesn't break introspection ABI unacceptably.

Some other warnings from release:


vte.c:3694: Warning: Vte: invalid annotation option: tranfer
<unknown>:: Warning: Vte: Unknown namespace for identifier 'vte_char_attributes'
vte.h:27: Warning: Vte: symbol='__VTE_VTE_H_INSIDE__': Unknown namespace for symbol '_VTE_VTE_H_INSIDE__'
vte.h:528: Warning: Vte: symbol='__VTE_VTE_H_INSIDE__': Unknown namespace for symbol '_VTE_VTE_H_INSIDE__'
vte.c:6530: Warning: Vte: vte_terminal_get_cursor_position: unknown parameter 'row ' in documentation comment, should be 'row'
vte.c:6462: Warning: Vte: vte_terminal_get_text: argument is_selected: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
vte.c:6492: Warning: Vte: vte_terminal_get_text_include_trailing_spaces: argument is_selected: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
vte.c:6259: Warning: Vte: vte_terminal_get_text_range: argument is_selected: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)
Comment 1 Christian Persch 2012-08-13 18:46:48 UTC
I think this is fixed by the patch in bug 679805.

*** This bug has been marked as a duplicate of bug 679805 ***