diff options
author | Jiří Techet <techet@gmail.com> | 2011-03-26 03:22:02 +0100 |
---|---|---|
committer | Jiří Techet <techet@gmail.com> | 2011-03-26 03:22:02 +0100 |
commit | d940afff1cb4c0d6ab3f6918a692bb880a1f6bcb (patch) | |
tree | cc22048a3c63fdcf30eba1758edac950fb2f4e60 /champlain/champlain-null-tile-source.h | |
parent | bf5bf481d3cdeef3f6a865aca3bc02a79ae86259 (diff) | |
download | libchamplain-d940afff1cb4c0d6ab3f6918a692bb880a1f6bcb.tar.gz |
Add missing docstrings
Diffstat (limited to 'champlain/champlain-null-tile-source.h')
-rw-r--r-- | champlain/champlain-null-tile-source.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/champlain/champlain-null-tile-source.h b/champlain/champlain-null-tile-source.h index 07cf83e..2a56687 100644 --- a/champlain/champlain-null-tile-source.h +++ b/champlain/champlain-null-tile-source.h @@ -48,6 +48,14 @@ G_BEGIN_DECLS typedef struct _ChamplainNullTileSourcePrivate ChamplainNullTileSourcePrivate; +/** + * ChamplainNullTileSource: + * + * The #ChamplainNullTileSource structure contains only private data + * and should be accessed using the provided API + * + * Since: 0.8 + */ typedef struct _ChamplainNullTileSource ChamplainNullTileSource; typedef struct _ChamplainNullTileSourceClass ChamplainNullTileSourceClass; |