Fix formatting in matrix-client.vala
This commit is contained in:
parent
5fedf09f76
commit
a73866a918
@ -47,7 +47,9 @@ public interface Matrix.Client : GLib.Object {
|
|||||||
*/
|
*/
|
||||||
[Signal (detailed=true)]
|
[Signal (detailed=true)]
|
||||||
public virtual signal void
|
public virtual signal void
|
||||||
@event(string? room_id, Json.Node raw_event, Matrix.Event.Base? matrix_event)
|
@event(string? room_id,
|
||||||
|
Json.Node raw_event,
|
||||||
|
Matrix.Event.Base? matrix_event)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user