summaryrefslogtreecommitdiff
path: root/plugins/dex/loading.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dex/loading.h')
-rw-r--r--plugins/dex/loading.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/dex/loading.h b/plugins/dex/loading.h
index fe5ce1f..c7891e2 100644
--- a/plugins/dex/loading.h
+++ b/plugins/dex/loading.h
@@ -25,10 +25,10 @@
#define _PLUGINS_DEX_LOADING_H
-#include <gtkext/gtkstatusstack.h>
+#include <glib-object.h>
-#include "format.h"
+#include <gtkext/gtkstatusstack.h>
@@ -48,14 +48,14 @@ typedef struct _GDexLoadingClass GDexLoadingClass;
/* Extrait une représentation générique d'une table Dex. */
-typedef GObject * (* dex_loading_cb) (GDexFormat *, uint32_t);
+typedef GObject * (* dex_loading_cb) (GObject *, uint32_t);
/* Indique le type défini pour les tâches de chargements pour format DEX. */
GType g_dex_loading_get_type(void);
/* Crée une tâche de chargement pour DEX différée. */
-GDexLoading *g_dex_loading_new(GDexFormat *, uint32_t, uint32_t, activity_id_t, dex_loading_cb, bool *);
+GDexLoading *g_dex_loading_new(GObject *, uint32_t, uint32_t, activity_id_t, dex_loading_cb, bool *);