summaryrefslogtreecommitdiff
path: root/glib/src/glib_enums.defs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-20 17:52:05 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-20 17:52:05 +0000
commit20f7cec8edaa8e9daa20450bb52473afbcea4d30 (patch)
treeda8f852218d65bf0b7c43418bb6ec3e336e2b3f8 /glib/src/glib_enums.defs
parent539aae373d85ac495223740a8727435ae5c88a48 (diff)
downloadglibmm-20f7cec8edaa8e9daa20450bb52473afbcea4d30.tar.gz
Ignore g_input_stream_clear_pending() as well as the other implementation
2008-01-20 Murray Cumming <murrayc@murrayc.com> * gio/src/inputstream.hg: Ignore g_input_stream_clear_pending() as well as the other implementation functions. * gio/src/outputstream.hg: Ignore the equivalent functions here, assuming that they are also only for implementations. svn path=/trunk/; revision=527
Diffstat (limited to 'glib/src/glib_enums.defs')
-rw-r--r--glib/src/glib_enums.defs12
1 files changed, 12 insertions, 0 deletions
diff --git a/glib/src/glib_enums.defs b/glib/src/glib_enums.defs
index 46b366fb..a44c623d 100644
--- a/glib/src/glib_enums.defs
+++ b/glib/src/glib_enums.defs
@@ -15,6 +15,18 @@
)
)
+;; From ../glibc/trunk/glib/gchecksum.h
+
+(define-enum-extended ChecksumType
+ (in-module "G")
+ (c-name "GChecksumType")
+ (values
+ '("md5" "G_CHECKSUM_MD5" "0")
+ '("sha1" "G_CHECKSUM_SHA1" "1")
+ '("sha256" "G_CHECKSUM_SHA256" "2")
+ )
+)
+
;; From /opt/gnome218/include/glib-2.0/glib/gconvert.h
(define-enum-extended ConvertError