]> err.no Git - libchamplain/commitdiff
Add States (Init, Loading, Done)
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 15 Feb 2009 14:32:37 +0000 (16:32 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 15 Feb 2009 14:32:37 +0000 (16:32 +0200)
champlain/champlain-defines.h

index 78c38851943213d4bb1ab8a2b456639fa3b2e969..aed9d8e88f93c5fbc4779b2e17bb83bfa6a56a70 100644 (file)
@@ -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