/** * test_symbol * * test_symbol does something nifty. **/ test_symbol test_symbol does something nifty. /** * test_symbol: * * test_symbol does something nifty. */ /** * test_symbol_unnecessary_colon: * * Unnecessary colon. **/ test_symbol_unnecessary_colon Unnecessary colon. /** * test_symbol_unnecessary_colon: * * Unnecessary colon. */ /** * test_annotated_symbol: (skip) * * test_annotated_symbol does something nifty. **/ test_annotated_symbol skip test_annotated_symbol does something nifty. /** * test_annotated_symbol: (skip) * * test_annotated_symbol does something nifty. */ /** * test_symbol_missing_colon (skip) * * Missing colon will result in a warning. **/ test_symbol_missing_colon skip Missing colon will result in a warning. 2: Warning: Test: missing ":" at column 30: * test_symbol_missing_colon (skip) ^ /** * test_symbol_missing_colon: (skip) * * Missing colon will result in a warning. */ /** * test_malformed_symbol: (skip): * * Malformed symbol identifier. **/ test_malformed_symbol skip Malformed symbol identifier. /** * test_malformed_symbol: (skip) * * Malformed symbol identifier. */ /** * GtkWidget:test_property * * Some property. **/ GtkWidget:test_property Some property. /** * GtkWidget:test_property: * * Some property. */ /** * GtkWidget:test_property_unnecessary_colon: * * Unnecessary colon. **/ GtkWidget:test_property_unnecessary_colon Unnecessary colon. /** * GtkWidget:test_property_unnecessary_colon: * * Unnecessary colon. */ /** * GtkWidget:test_annotated_property: (skip) * * Some annotated property. **/ GtkWidget:test_annotated_property skip Some annotated property. /** * GtkWidget:test_annotated_property: (skip) * * Some annotated property. */ /** * GtkWidget:test_property_missing_colon (skip) * * Missing colon will result in a warning. **/ GtkWidget:test_property_missing_colon skip Missing colon will result in a warning. 2: Warning: Test: missing ":" at column 42: * GtkWidget:test_property_missing_colon (skip) ^ /** * GtkWidget:test_property_missing_colon: (skip) * * Missing colon will result in a warning. */ /** * GtkWidget:test_malformed_property: (skip): * * Malformed property identifier. **/ GtkWidget:test_malformed_property skip Malformed property identifier. /** * GtkWidget:test_malformed_property: (skip) * * Malformed property identifier. */ /** * GtkWidget::test_signal * * Some signal. **/ GtkWidget::test_signal Some signal. /** * GtkWidget::test_signal: * * Some signal. */ /** * GtkWidget::test_signal_unnecessary_colon: * * Unnecessary colon. **/ GtkWidget::test_signal_unnecessary_colon Unnecessary colon. /** * GtkWidget::test_signal_unnecessary_colon: * * Unnecessary colon. */ /** * GtkWidget::test_annotated_signal: (skip) * * Some annotated signal. **/ GtkWidget::test_annotated_signal skip Some annotated signal. /** * GtkWidget::test_annotated_signal: (skip) * * Some annotated signal. */ /** * GtkWidget::test_signal_missing_colon (skip) * * Missing colon will result in a warning. **/ GtkWidget::test_signal_missing_colon skip Missing colon will result in a warning. 2: Warning: Test: missing ":" at column 41: * GtkWidget::test_signal_missing_colon (skip) ^ /** * GtkWidget::test_signal_missing_colon: (skip) * * Missing colon will result in a warning. */ /** * GtkWidget::test_malformed_signal: (skip): * * Malformed signal identifier. **/ GtkWidget::test_malformed_signal skip Malformed signal identifier. /** * GtkWidget::test_malformed_signal: (skip) * * Malformed signal identifier. */ /** * test_multiline_annotations_on_identifier: (skip) * (foreign) * @param1: (allow-none) (transfer full): first parameter * * Annotations spanning multiple lines are not valid **/ test_multiline_annotations_on_identifier skip param1 allow-none transfer first parameter (foreign) Annotations spanning multiple lines are not valid 3: Error: Test: ignoring invalid multiline annotation continuation: * (foreign) ^ /** * test_multiline_annotations_on_identifier: (skip) * @param1: (allow-none) (transfer full): first parameter * * (foreign) * Annotations spanning multiple lines are not valid */