st: Remove wrong indentation
GObject-Introspection started warning for wrong annotations, and StGenericAccessible::set-current-value has a return value annotation even if it returns nothing. This generates the warning: src/st/st-generic-accessible.c:146: Warning: St: StGenericAccessible::set-current-value: invalid return annotation Which, coupled with fatal warnings, breaks the Shell build.
This commit is contained in:
parent
f24034de84
commit
2036e4c85c
@ -144,8 +144,6 @@ st_generic_accessible_class_init (StGenericAccessibleClass *klass)
|
||||
* Emitted when atk_value_set_current_value() is called on
|
||||
* @self. Right now we only care about doubles, so the value is
|
||||
* directly returned by the signal.
|
||||
*
|
||||
* Return value: value of the current element.
|
||||
*/
|
||||
st_generic_accessible_signals[SET_CURRENT_VALUE] =
|
||||
g_signal_new ("set-current-value",
|
||||
|
Loading…
Reference in New Issue
Block a user