Skip to content
  • Martin Pitt's avatar
    [gi] Fix parameter name typos in Gio docstrings · 0e548251
    Martin Pitt authored
    Found by GIR compiler when building gobject-introspection:
    
    gir/gio-2.0.c:33525: Warning: Gio: g_tls_password_set_description: unknown
    parameter 'flags' in documentation comment, should be one of 'password',
    'description'
    gir/gio-2.0.c:14568: Warning: Gio: g_action_group_action_state_changed: unknown
    parameter 'state' in documentation comment, should be one of 'action_group',
    'action_name', 'value'
    0e548251