New to GSettings

2010-11-26 Thread Tomasz Jankowski
Hello! I'd like to take advantage of GSettings in my application, but I have some questions about it. Ther's a tutorial based on gnome-utils, but it doesn't explain everything. 1. What's the purpose of 'path' attribute? When browsing Baobab's source code I saw, that it set 'path' with

Developing application with well-known service name using GDBus

2010-11-26 Thread Tomasz Jankowski
Hello! I 'm working on daemon application, which use GDBus. Because my program is a daemon, external appliactions should be able to start it by calling org.freedesktop.DBus.StartServiceByName' D-Bus method. To do this I have to provide '*.service' file, which tells D-Bus session bus how to run

icon for gtk window.

2010-11-26 Thread Lohitha R
Hi all, I have problem, I designed the UI using GTK (gtk-2.16.6 and all other dependent packages are installed). It is some thing like below image(The circle is just to show the icon). First thing is, I want to change the icon of this window... can any one help me to do this... I searched

Re: icon for gtk window.

2010-11-26 Thread Robert Pearce
Hi Lohitha, On Fri, 26 Nov 2010 18:01:36 +0530 you wrote: First thing is, I want to change the icon of this window... can any one help me to do this... I searched for apis but I didn't understood the solution Did you not spot the gtk_window_set_icon function? It's documented on the

failing to run gtk with directfb

2010-11-26 Thread Olivier Singla
Hi, I am trying to get GTK working width directfb, and it's failing to initialize. directfb 1.4.11 - glib 2.27.3 - gdk-pixbuf 2.22.1 - pixman 0.21.2 cairo 1.10.0 - atk 1.32.0 - pango 1.28.3 - gtk 2.22.1 What's happening is: _gdk_display = g_object_new (GDK_TYPE_DISPLAY_DFB, NULL); is failing in

Re: Stop stepping on other perl extension's toes

2010-11-26 Thread Torsten Schoenfeld
On 25.11.2010 00:43, Florian Ragwitz wrote: This set of patches changes the details of how Glib attaches pointers to SVs. The intention is to be more robust and improve interoperability with other extensions also using the PERL_MAGIC_ext mechanism. Looks great in general, thanks. This is good