VikWebtoolDatasource

VikWebtoolDatasource

Functions

Properties

char * babel-filter-args Read / Write / Construct Only
char * file-type Read / Write / Construct Only
char * input-label Read / Write / Construct Only
char * url Read / Write / Construct Only
char * url-format-code Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── VikExtTool
        ╰── VikWebtool
            ╰── VikWebtoolDatasource

Description

Functions

vik_webtool_datasource_new ()

VikWebtoolDatasource *
vik_webtool_datasource_new ();

vik_webtool_datasource_new_with_members ()

VikWebtoolDatasource *
vik_webtool_datasource_new_with_members
                               (const gchar *label,
                                const gchar *url,
                                const gchar *url_format_code,
                                const gchar *file_type,
                                const gchar *babel_filter_args,
                                const gchar *input_label);

Types and Values

VIK_WEBTOOL_DATASOURCE_TYPE

#define VIK_WEBTOOL_DATASOURCE_TYPE            (vik_webtool_datasource_get_type ())

Property Details

The “babel-filter-args” property

  “babel-filter-args”        char *

Set the command line filter options for gpsbabel.

Owner: VikWebtoolDatasource

Flags: Read / Write / Construct Only

Default value: NULL


The “file-type” property

  “file-type”                char *

Set the file type.

Owner: VikWebtoolDatasource

Flags: Read / Write / Construct Only

Default value: NULL


The “input-label” property

  “input-label”              char *

Set the label to be shown next to the user input box if an input term is required.

Owner: VikWebtoolDatasource

Flags: Read / Write / Construct Only

Default value: "Search Term"


The “url” property

  “url”                      char *

Set the template URL.

Owner: VikWebtoolDatasource

Flags: Read / Write / Construct Only

Default value: "http://viking.sf.net/"


The “url-format-code” property

  “url-format-code”          char *

Set the template URL format code.

Owner: VikWebtoolDatasource

Flags: Read / Write / Construct Only

Default value: "LRBT"