|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
libvnck/application.c |
573 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'window_name_changed' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
libvnck/class-group.h |
86 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEPRECATED_FOR is a macro then please configure it. |
libvnck/pager-accessible.c |
54 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_CODE is a macro then please configure it. |
libvnck/pager.c |
1057 | constParameterPointer | 398 | style | Parameter 'space_rect' can be declared as pointer to const |
1495 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'vnck_pager_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
libvnck/selector.c |
176 | staticFunction | | style | The function '_vnck_selector_set_window_icon' should have static linkage since it is not used outside of its translation unit. |
193 | knownConditionTrueFalse | 398 | style | The comparison 'icon_size == -1' is always true. |
944 | constVariablePointer | 398 | style | Variable 'workspace' can be declared as pointer to const |
libvnck/test-vnck.c |
166 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'active_workspace_changed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
167 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'active_workspace_changed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
174 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'window_stacking_changed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
230 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'workspace_created_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
231 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'workspace_created_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
238 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'workspace_destroyed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
239 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'workspace_destroyed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
246 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'application_opened_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
247 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'application_opened_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
254 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'application_closed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
255 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'application_closed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
libvnck/util.c |
791 | staticFunction | | style | The function '_vnck_get_default_display' should have static linkage since it is not used outside of its translation unit. |
855 | staticFunction | | style | The function '_vnck_ensure_fallback_style' should have static linkage since it is not used outside of its translation unit. |
libvnck/vnck-image-menu-item.c |
36 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
libvnck/vnck-urgency-monitor.c |
81 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_GNUC_END_IGNORE_DEPRECATIONS is a macro then please configure it. |
libvnck/vnckprop.c |
303 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'timestamp_predicate' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
304 | constParameterCallback | 398 | style | Parameter 'xevent' can be declared as pointer to const. However it seems that 'timestamp_predicate' is a callback function, if 'xevent' is declared with const you might also need to cast function pointer(s). |
307 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
1055 | constVariablePointer | 398 | style | Variable 'active_space' can be declared as pointer to const |
1696 | uninitvar | 457 | error | Uninitialized variable: prop |
libvnck/workspace-accessible.c |
47 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_CODE is a macro then please configure it. |
libvnck/workspace.c |
254 | staticFunction | | style | The function '_vnck_workspace_update_name' should have static linkage since it is not used outside of its translation unit. |
libvnck/xutils.c |
35 | staticFunction | | style | The function '_vnck_get_cardinal' should have static linkage since it is not used outside of its translation unit. |
124 | staticFunction | | style | The function '_vnck_get_window' should have static linkage since it is not used outside of its translation unit. |
291 | staticFunction | | style | The function '_vnck_get_text_property' should have static linkage since it is not used outside of its translation unit. |
522 | staticFunction | | style | The function '_vnck_get_cardinal_list' should have static linkage since it is not used outside of its translation unit. |
700 | staticFunction | | style | The function '_vnck_error_trap_push' should have static linkage since it is not used outside of its translation unit. |
711 | staticFunction | | style | The function '_vnck_error_trap_pop' should have static linkage since it is not used outside of its translation unit. |
1323 | staticFunction | | style | The function '_vnck_get_wmclass' should have static linkage since it is not used outside of its translation unit. |
1425 | constVariablePointer | 398 | style | Variable 'cdkwindow' can be declared as pointer to const |
1586 | constParameterPointer | 398 | style | Parameter 'argb_data' can be declared as pointer to const |
2049 | constParameterPointer | 398 | style | Parameter 'icon_cache' can be declared as pointer to const |
2049 | staticFunction | | style | The function '_vnck_icon_cache_get_icon_invalidated' should have static linkage since it is not used outside of its translation unit. |
2080 | constParameterPointer | 398 | style | Parameter 'icon_cache' can be declared as pointer to const |
2375 | staticFunction | | style | The function '_vnck_get_fallback_icons' should have static linkage since it is not used outside of its translation unit. |
2469 | staticFunction | | style | The function '_vnck_get_window_position' should have static linkage since it is not used outside of its translation unit. |
2529 | staticFunction | | style | The function '_vnck_cdk_display_lookup_from_display' should have static linkage since it is not used outside of its translation unit. |
2543 | staticFunction | | style | The function '_vnck_cdk_window_lookup_from_window' should have static linkage since it is not used outside of its translation unit. |
2610 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'timestamp_predicate' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
2611 | constParameterCallback | 398 | style | Parameter 'xevent' can be declared as pointer to const. However it seems that 'timestamp_predicate' is a callback function, if 'xevent' is declared with const you might also need to cast function pointer(s). |
2614 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
2838 | constParameterPointer | 398 | style | Parameter 'xev' can be declared as pointer to const |
2838 | staticFunction | | style | The function '_vnck_desktop_layout_manager_process_event' should have static linkage since it is not used outside of its translation unit. |