(info (* GFileInfo))
(attribute (* (const char))))
-(extern guint64
- g_file_info_get_attribute_uint64
- (info (* GFileInfo))
- (attribute (* (const char))))
+;(extern guint64
+; g_file_info_get_attribute_uint64
+; (info (* GFileInfo))
+; (attribute (* (const char))))
-(extern gint64
- g_file_info_get_attribute_int64
- (info (* GFileInfo))
- (attribute (* (const char))))
+;(extern gint64
+; g_file_info_get_attribute_int64
+; (info (* GFileInfo))
+; (attribute (* (const char))))
(extern (* GObject)
g_file_info_get_attribute_object
(C-call "g_file_info_get_attribute_uint32" alien name))
((fix:= type (C-enum "G_FILE_ATTRIBUTE_TYPE_INT32"))
(C-call "g_file_info_get_attribute_int32" alien name))
- ((fix:= type (C-enum "G_FILE_ATTRIBUTE_TYPE_UINT64"))
- (C-call "g_file_info_get_attribute_uint64" alien name))
- ((fix:= type (C-enum "G_FILE_ATTRIBUTE_TYPE_INT64"))
- (C-call "g_file_info_get_attribute_int64" alien name))
+; ((fix:= type (C-enum "G_FILE_ATTRIBUTE_TYPE_UINT64"))
+; (C-call "g_file_info_get_attribute_uint64" alien name))
+; ((fix:= type (C-enum "G_FILE_ATTRIBUTE_TYPE_INT64"))
+; (C-call "g_file_info_get_attribute_int64" alien name))
((fix:= type (C-enum "G_FILE_ATTRIBUTE_TYPE_OBJECT"))
(C-call "g_file_info_get_attribute_object"
(make-alien '|GObject|) alien name))