diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-26 23:26:52 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-26 23:29:45 +0100 |
commit | 10240c716aa7eea6aada39e77a7a3cd290a21663 (patch) | |
tree | 88cf815e4d002d0765ad03f97c64faa1acc317b2 /src/dictzip-input-stream.h | |
parent | f9c308765f7aa16d553c72551fd830b7e29c9aec (diff) | |
download | tdv-10240c716aa7eea6aada39e77a7a3cd290a21663.tar.gz tdv-10240c716aa7eea6aada39e77a7a3cd290a21663.tar.xz tdv-10240c716aa7eea6aada39e77a7a3cd290a21663.zip |
Formatting
Diffstat (limited to 'src/dictzip-input-stream.h')
-rw-r--r-- | src/dictzip-input-stream.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dictzip-input-stream.h b/src/dictzip-input-stream.h index b9d039c..c10214e 100644 --- a/src/dictzip-input-stream.h +++ b/src/dictzip-input-stream.h @@ -21,12 +21,12 @@ #ifndef DICTZIP_INPUT_STREAM_H #define DICTZIP_INPUT_STREAM_H -/** Random-access dictzip reader. */ +/// Random-access dictzip reader. typedef struct dictzip_input_stream DictzipInputStream; typedef struct dictzip_input_stream_class DictzipInputStreamClass; typedef struct dictzip_input_stream_private DictzipInputStreamPrivate; -/* GObject boilerplate. */ +// GObject boilerplate. #define DICTZIP_TYPE_INPUT_STREAM (dictzip_input_stream_get_type ()) #define DICTZIP_INPUT_STREAM(obj) \ (G_TYPE_CHECK_INSTANCE_CAST ((obj), \ @@ -74,4 +74,4 @@ DictzipInputStream *dictzip_input_stream_new GFileInfo *dictzip_input_stream_get_file_info (DictzipInputStream *self); -#endif /* ! DICTZIP_INPUT_STREAM_H */ +#endif // ! DICTZIP_INPUT_STREAM_H |