mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
message-source: Fix typo
This commit is contained in:
parent
558393a8cb
commit
52eebaad83
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ struct _CallsMessageSourceInterface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CALLS_EMIT_MESSAGE:
|
* CALLS_EMIT_MESSAGE:
|
||||||
* @obj: an object which can be cast to a #CallsMesssageSource
|
* @obj: an object which can be cast to a #CallsMessageSource
|
||||||
* @text: the message text as a string
|
* @text: the message text as a string
|
||||||
* @type: the type of the message
|
* @type: the type of the message
|
||||||
*
|
*
|
||||||
|
@ -57,7 +57,7 @@ struct _CallsMessageSourceInterface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CALLS_ERROR:
|
* CALLS_ERROR:
|
||||||
* @obj: an object which can be cast to a #CallsMesssageSource
|
* @obj: an object which can be cast to a #CallsMessageSource
|
||||||
* @error: a pointer to a #GError containing the error message
|
* @error: a pointer to a #GError containing the error message
|
||||||
*
|
*
|
||||||
* Emit a message signal with an error type, the text of which is
|
* Emit a message signal with an error type, the text of which is
|
||||||
|
|
Loading…
Reference in a new issue