[anjuta/git-shell] libanjuta: Add a value to represent all status codes to AnjutaVcsStatus
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/git-shell] libanjuta: Add a value to represent all status codes to AnjutaVcsStatus
- Date: Sun, 11 Jul 2010 02:22:19 +0000 (UTC)
commit b4d65e334b1baef1ffcbc37955ab152ebde4c0a7
Author: James Liggett <jrliggett cox net>
Date: Sat Jul 10 17:22:57 2010 -0700
libanjuta: Add a value to represent all status codes to AnjutaVcsStatus
libanjuta/anjuta-vcs-status.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-vcs-status.h b/libanjuta/anjuta-vcs-status.h
index 4e87df0..c7934a0 100644
--- a/libanjuta/anjuta-vcs-status.h
+++ b/libanjuta/anjuta-vcs-status.h
@@ -43,7 +43,9 @@ typedef enum
ANJUTA_VCS_STATUS_LOCKED = 1 << 5,
ANJUTA_VCS_STATUS_MISSING = 1 << 6,
ANJUTA_VCS_STATUS_UNVERSIONED = 1 << 7,
- ANJUTA_VCS_STATUS_IGNORED = 1 << 8
+ ANJUTA_VCS_STATUS_IGNORED = 1 << 8,
+
+ ANJUTA_VCS_STATUS_ALL = ~0
} AnjutaVcsStatus;
#endif // ANJUTA_VCS_STATUS_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]