[retro-gtk/core-fixes: 2/9] core: Document the iterated signal
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk/core-fixes: 2/9] core: Document the iterated signal
- Date: Sun, 16 Feb 2020 19:41:47 +0000 (UTC)
commit ffe2d9f7217c0d09815ecbf48d73f9a0527f5d73
Author: Adrien Plazas <kekun plazas laposte net>
Date: Sun Feb 16 08:13:44 2020 +0100
core: Document the iterated signal
retro-runner/retro-core.c | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/retro-runner/retro-core.c b/retro-runner/retro-core.c
index 2edceda..294a7a6 100644
--- a/retro-runner/retro-core.c
+++ b/retro-runner/retro-core.c
@@ -452,6 +452,16 @@ retro_core_class_init (RetroCoreClass *klass)
G_TYPE_ULONG,
G_TYPE_DOUBLE);
+ /**
+ * RetroCore::iterated:
+ * @self: the #RetroCore
+ *
+ * The ::iterated signal is emitted at the end of a core's iteration.
+ *
+ * When ::runahead is > 0 and the core is iterated over multiple times
+ * internally, ::iterated will be emitted only once, after the perceived
+ * iteration is completed.
+ */
signals[SIG_ITERATED_SIGNAL] =
g_signal_new ("iterated", RETRO_TYPE_CORE, G_SIGNAL_RUN_LAST,
0, NULL, NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]