GNOME Bugzilla – Bug 680824
vte: typo in gtk-doc introspection markup ("tranfer")
Last modified: 2012-08-13 18:46:48 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)
I think this is fixed by the patch in bug 679805. *** This bug has been marked as a duplicate of bug 679805 ***