From: Pierre-Luc Beaudoin Date: Sun, 15 Feb 2009 14:32:37 +0000 (+0200) Subject: Add States (Init, Loading, Done) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e434c694b9c0310f02acf55b46827f76bf9d57;p=libchamplain Add States (Init, Loading, Done) --- 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