[retro-gtk/build-doc] input: Fix
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk/build-doc] input: Fix
- Date: Mon, 13 Apr 2020 11:33:58 +0000 (UTC)
commit 7653077d2084cb8d0891729738c86392fd76f9ff
Author: Adrien Plazas <kekun plazas laposte net>
Date: Mon Apr 13 13:33:16 2020 +0200
input: Fix
shared/retro-input.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/shared/retro-input.c b/shared/retro-input.c
index ab29a23..394b4bd 100644
--- a/shared/retro-input.c
+++ b/shared/retro-input.c
@@ -107,7 +107,7 @@ retro_input_get_controller_type (RetroInput *self)
* @self: a #RetroInput
* @id: (out): return location for the id
*
- * Gets the joypad id of %self, if any.
+ * Gets the joypad id of @self, if any.
*
* Returns: whether the id was retrieved
*/
@@ -134,7 +134,7 @@ retro_input_get_joypad (RetroInput *self,
* @self: a #RetroInput
* @id: (out): return location for the id
*
- * Gets the mouse id of %self, if any.
+ * Gets the mouse id of @self, if any.
*
* Returns: whether the id was retrieved
*/
@@ -161,7 +161,7 @@ retro_input_get_mouse (RetroInput *self,
* @self: a #RetroInput
* @key: (out): return location for the key
*
- * Gets the keyboard key of %self, if any.
+ * Gets the keyboard key of @self, if any.
*
* Returns: whether the key was retrieved
*/
@@ -188,7 +188,7 @@ retro_input_get_keyboard (RetroInput *self,
* @self: a #RetroInput
* @id: (out): return location for the id
*
- * Gets the lightgun id of %self, if any.
+ * Gets the lightgun id of @self, if any.
*
* Returns: whether the id was retrieved
*/
@@ -216,7 +216,7 @@ retro_input_get_lightgun (RetroInput *self,
* @id: (out): return location for the id
* @index: (out): return location for the index
*
- * Gets the analog id and index of %self, if any.
+ * Gets the analog id and index of @self, if any.
*
* Returns: whether the id and the index were retrieved
*/
@@ -249,7 +249,7 @@ retro_input_get_analog (RetroInput *self,
* @self: a #RetroInput
* @id: (out): return location for the id
*
- * Gets the pointer id of %self, if any.
+ * Gets the pointer id of @self, if any.
*
* Returns: whether the id was retrieved
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]