From a7e434c694b9c0310f02acf55b46827f76bf9d57 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Sun, 15 Feb 2009 16:32:37 +0200 Subject: [PATCH] Add States (Init, Loading, Done) --- champlain/champlain-defines.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/champlain/champlain-defines.h b/champlain/champlain-defines.h index 78c3885..aed9d8e 100644 --- a/champlain/champlain-defines.h +++ b/champlain/champlain-defines.h @@ -40,4 +40,12 @@ typedef struct _ChamplainMarkerClass ChamplainMarkerClass; (G_PARAM_READABLE | G_PARAM_WRITABLE | \ G_PARAM_STATIC_NICK | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB) +typedef enum +{ + CHAMPLAIN_STATE_NONE, + CHAMPLAIN_STATE_INIT, + CHAMPLAIN_STATE_LOADING, + CHAMPLAIN_STATE_DONE +} ChamplainStateEnum; + #endif -- 2.39.5