VikWebtoolDatasource

VikWebtoolDatasource

Functions

Properties

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

Object Hierarchy

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

Description

Functions

VIK_WEBTOOL_DATASOURCE_TYPE

#define VIK_WEBTOOL_DATASOURCE_TYPE            (vik_webtool_datasource_get_type ())

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

Property Details

The “babel-filter-args” property

  “babel-filter-args”        gchar *

Set the command line filter options for gpsbabel.

Flags: Read / Write / Construct Only

Default value: NULL


The “file-type” property

  “file-type”                gchar *

Set the file type.

Flags: Read / Write / Construct Only

Default value: NULL


The “input-label” property

  “input-label”              gchar *

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

Flags: Read / Write / Construct Only

Default value: "Search Term"


The “url” property

  “url”                      gchar *

Set the template URL.

Flags: Read / Write / Construct Only

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


The “url-format-code” property

  “url-format-code”          gchar *

Set the template URL format code.

Flags: Read / Write / Construct Only

Default value: "LRBT"