_("The folder downloaded files are saved to"),
midori_get_download_dir (),
#if WEBKIT_CHECK_VERSION (1, 1, 3)
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
#else
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
#endif
_("Whether to ask for the destination folder when downloading a file"),
FALSE,
#if WEBKIT_CHECK_VERSION (1, 1, 15)
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
#else
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
#endif
_("Whether to show a notification when a transfer has been completed"),
TRUE,
#if WEBKIT_CHECK_VERSION (1, 1, 3)
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
#else
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
#endif
_("Where to open new pages"),
MIDORI_TYPE_NEW_PAGE,
MIDORI_NEW_PAGE_TAB,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
g_object_class_install_property (gobject_class,
PROP_OPEN_EXTERNAL_PAGES_IN,
_("Where to open externally opened pages"),
MIDORI_TYPE_NEW_PAGE,
MIDORI_NEW_PAGE_TAB,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
g_object_class_install_property (gobject_class,
PROP_MIDDLE_CLICK_OPENS_SELECTION,
_("Open popups in tabs"),
_("Whether to open popup windows in tabs"),
TRUE,
- G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
+ flags));
/* Override properties to localize them for preference proxies */
_("Zoom Text and Images"),
_("Whether to zoom text and images"),
FALSE,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
/**
* MidoriWebSettings:find-while-typing:
_("What type of cookies to accept"),
MIDORI_TYPE_ACCEPT_COOKIES,
MIDORI_ACCEPT_COOKIES_ALL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
/**
* MidoriWebSettings:original-cookies-only:
_("Original cookies only"),
_("Accept cookies from the original website only"),
FALSE,
- G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
+ flags));
g_object_class_install_property (gobject_class,
PROP_MAXIMUM_COOKIE_AGE,
_("Maximum cookie age"),
_("The maximum number of days to save cookies for"),
0, G_MAXINT, 30,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
_("Remember last downloaded files"),
_("Whether the last downloaded files are saved"),
TRUE,
- G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
+ flags));
_("Proxy Server"),
_("The proxy server used for HTTP connections"),
NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
/**
* MidoriWebSettings:auto-detect-proxy:
_("Detect proxy server automatically"),
_("Whether to detect the proxy server automatically from the environment"),
TRUE,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
/**
* MidoriWebSettings:identify-as:
_("What to identify as to web pages"),
MIDORI_TYPE_IDENTITY,
MIDORI_IDENT_MIDORI,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
/**
* MidoriWebSettings:user-agent:
_("Identification string"),
_("The application identification string"),
NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
/**
* MidoriWebSettings:preferred-languages:
_("Preferred languages"),
_("A comma separated list of languages preferred for rendering multilingual webpages, for example \"de\", \"ru,nl\" or \"en-us;q=1.0, fr-fr;q=0.667\""),
NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ flags));
/**
* MidoriWebSettings:clear-private-data: