X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fdata%2Fgis-data.c;h=1126825be09342eb54d138ff330d35be5e5f8611;hp=d3e5b9b9c7e19536d1a296b98597008392c7c46e;hb=25e9fd85ed1dbf7e4695a9cac456eee73362f6a1;hpb=b87064909e6d20e1ee2995adae0c1ce5cb692d7e diff --git a/src/data/gis-data.c b/src/data/gis-data.c index d3e5b9b..1126825 100644 --- a/src/data/gis-data.c +++ b/src/data/gis-data.c @@ -15,6 +15,15 @@ * along with this program. If not, see . */ +/** + * SECTION:gis-data + * @short_description: Miscellaneous utilities for data access + * @include: glib/gstdio.h + * + * Various support routines for data access, + * these are mostly related to disk caching. + */ + #include #include #include @@ -22,7 +31,13 @@ #include "gis-data.h" /** + * fopen_p: + * @path: the path to the file to be opened. + * @mode: mode to open the file, see fopen for details + * * Open a file, creating parent directories if needed + * + * Returns: the opened file descriptor */ FILE *fopen_p(const gchar *path, const gchar *mode) {