Changeset 3269
- Timestamp:
- 01/16/08 16:23:56
- Files:
-
- trunk/bindings/python/tinymail-base.defs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bindings/python/tinymail-base.defs
r3194 r3269 2861 2861 ) 2862 2862 2863 (define-method construct _from_stream2864 (of-object "TnyMimePart") 2865 (c-name "tny_mime_part_construct _from_stream")2863 (define-method construct 2864 (of-object "TnyMimePart") 2865 (c-name "tny_mime_part_construct") 2866 2866 (return-type "gint") 2867 2867 (parameters 2868 2868 '("TnyStream*" "stream") 2869 '("const-gchar*" "type") 2869 '("const-gchar*" "mime_type") 2870 '("const-gchar*" "transfer_encoding") 2870 2871 ) 2871 2872 ) … … 3050 3051 ) 3051 3052 3052 (define-virtual construct_f rom_stream_func3053 (define-virtual construct_func 3053 3054 (of-object "TnyMimePart") 3054 3055 (return-type "gint") 3055 3056 (parameters 3056 3057 '("TnyStream*" "stream") 3057 '("const-gchar*" "type") 3058 '("const-gchar*" "mime_type") 3059 '("const-gchar*" "transfer_encoding") 3058 3060 ) 3059 3061 )
