g_param_spec_int("search-current","search-current","The current search result",-1,INT_MAX,0,G_PARAM_WRITABLE|G_PARAM_READABLE));
g_param_spec_int("search-current","search-current","The current search result",-1,INT_MAX,0,G_PARAM_WRITABLE|G_PARAM_READABLE|G_PARAM_STATIC_STRINGS));
g_param_spec_boolean("draw-search-results","draw-search-results","Set to true if search results should be drawn",FALSE,G_PARAM_WRITABLE));
g_param_spec_boolean("draw-search-results","draw-search-results","Set to true if search results should be drawn",FALSE,G_PARAM_WRITABLE|G_PARAM_STATIC_STRINGS));