Re: textview widget selection buffer_select_range is cleared when dialog closes (intermittently?)

2017-02-22 Thread David C. Rankin
On 02/22/2017 08:24 AM, Norbert de Jonge wrote: > I can't help you, but after seeing some of your functions I'm > wondering... Setting the search direction (backwards, forwards), > setting/toggling case sensitivity (yes, no), and moving the selection > to whatever matches next; these are

Could this be a background-color bug in GTK+3.22?

2017-02-22 Thread Jonas Camillus Jeppesen
Dear all, I'm a user of the document viewer Zathura (https://pwmt.org/projects/zathura/) which uses GTK+ for its interface Since upgrading to GTK+ 3.22 it has suffered from a background color bug/issue. The developers are not giving this high priority (which is fair enough) so I'm trying to

Re: Weather API

2017-02-22 Thread Norbert de Jonge
> gnome-weather [...] I can i use this libraries with C? I think, in theory, the GWeather Reference Manual... https://developer.gnome.org/libgweather/stable/ ...should have information about its C functions in the Functions sections. But they are empty, e.g.:

Re: Weather API

2017-02-22 Thread Hashem Nasarat
The three libraries are in C. gnome-weather is written in javascript and uses the gobject-introspection (gi) middleware to call into the C libraries. The syntax is different but semantics are the same as a client program written in C. On 02/22/2017 01:15 PM, Rúben Rodrigues wrote: Hi,

Re: Weather API

2017-02-22 Thread Rúben Rodrigues
Hi, Thanks for the answer. In gnome-weather source files i don't see any code in C language. I can i use this libraries with C? Thanks Às 17:36 de 22/02/2017, Hashem Nasarat escreveu: > Hi Ruben, > > Perhaps this link would be useful to you: > https://wiki.gnome.org/Projects/LibGWeather > >

Re: Weather API

2017-02-22 Thread Hashem Nasarat
Hi Ruben, Perhaps this link would be useful to you: https://wiki.gnome.org/Projects/LibGWeather Essentially try using libgweather with geoclue and geocode-glib. You can also look at the gnome-weather source code to see how it is all used. Good luck! -Hashem On 02/22/2017 12:28 PM, Rúben

Weather API

2017-02-22 Thread Rúben Rodrigues
Hi, Someone could tell me which API i can use to display weather information in my application? It is possible to detect location based on internet connection? Thanks --- Este e-mail foi verificado em termos de vírus pelo software antivírus Avast. https://www.avast.com/antivirus

Re: textview widget selection buffer_select_range is cleared when dialog closes (intermittently?)

2017-02-22 Thread Norbert de Jonge
> > I have a textview widget being used in an editor where an > > incremental search is performed. [...] I can't help you, but after seeing some of your functions I'm wondering... Setting the search direction (backwards, forwards), setting/toggling case sensitivity (yes, no), and moving the