Re: fsync in glib/gio



Hi,

Am Donnerstag, den 12.03.2009, 21:11 +0100 schrieb Alexander Larsson:
>  typedef enum {
>    G_FILE_CREATE_NONE    = 0,
>    G_FILE_CREATE_PRIVATE = (1 << 0),
> -  G_FILE_CREATE_REPLACE_DESTINATION = (1 << 1)
> +  G_FILE_CREATE_REPLACE_DESTINATION = (1 << 1),
> +  G_FILE_CREATE_ASYNC_WRITE = (1 << 2),
>  } GFileCreateFlags;

IIRC we have commits in GNOME canvas that remove trailing commas in
enums because of some compiler compatibility issue.

Regards,
  Sven



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]