[retro-gtk/wip/aplazas/0.13: 32/33] core: Add documentation
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk/wip/aplazas/0.13: 32/33] core: Add documentation
- Date: Sat, 23 Sep 2017 10:43:55 +0000 (UTC)
commit 434c4b44d5b26230fc9573c96000cdc0d67d60d6
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Sep 7 15:11:35 2017 +0200
core: Add documentation
retro-gtk/retro-core.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/retro-gtk/retro-core.c b/retro-gtk/retro-core.c
index 5ff2763..9d01999 100644
--- a/retro-gtk/retro-core.c
+++ b/retro-gtk/retro-core.c
@@ -912,6 +912,17 @@ retro_core_serialize_state (RetroCore *self,
return data;
}
+/**
+ * retro_core_deserialize_state:
+ * @self: a #RetroCore
+ * @data: (array length=length): the deserialization data
+ * @length: length of @data
+ * @error: return location for a GError, or NULL
+ */
+void
+gtk_list_store_set_column_types (GtkListStore *list_store,
+ gint n_columns,
+ GType *types);
void
retro_core_deserialize_state (RetroCore *self,
guint8 *data,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]