From c12a910878b805a32e6fb4a4d7936911dbdd0125 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Wed, 9 Jan 2013 22:48:01 +0100 Subject: [PATCH] [DOC] Improve aquire's reference documentation --- src/acquire.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/acquire.h b/src/acquire.h index e5fffb10..dd419c01 100644 --- a/src/acquire.h +++ b/src/acquire.h @@ -98,6 +98,10 @@ typedef void (*VikDataSourceGetCmdStringFuncWithInputInput) ( gpointer user_data /** * VikDataSourceProcessFunc: + * @vtl: + * @cmd: the arguments computed by #VikDataSourceInterface.get_cmd_string_func + * @extra: the extra arguments computed by #VikDataSourceInterface.get_cmd_string_func + * @status_cb: the #VikDataSourceInterface.progress_func * * The actual function to do stuff - must report success/failure. */ @@ -122,6 +126,11 @@ typedef void (*VikDataSourceCleanupFunc) ( gpointer user_data ); typedef void (*VikDataSourceOffFunc) ( gpointer user_data, gchar **babelargs_or_shellcmd, gchar **inputfile_or_inputtype );; +/** + * VikDataSourceInterface: + * + * Main interface. + */ struct _VikDataSourceInterface { const gchar *window_title; const gchar *layer_title; -- 2.39.5