How to make D-Bus server side call as asynchronous ?

2017-08-06 Thread Nitin Jain
Hi, For my project , I am using DBUS as IPC to interact between QT application ( Client Side ) and my service daemon (Server-Side - GIO / GDBUS ). At client side , methods are invoked asynchronously using QDBusPendingCallWatcher. However at server side , how to make method call as async ? . Async

From GtkItemFactory to GtkUIManager & GtkActionGroup

2008-08-19 Thread Nitin Jain
Hi Everyone, I am a newbie to GTK, and am currently porting an old app to GTK+-2.0 that had a heavy usage of GtkItemFactory in it. I am in midst of converting it to make use of GtkUIManager & GtkActionGroup, as per this tutorial: http://live.gnome.org/GnomeLove/UIManagerTutorial Now, the struct '

porting GdkFont

2008-07-23 Thread Nitin Jain
Hi everyone, I am new to GTK programming, so pardon the simplicity of the request. As of now, am porting an application to GTK+-2.0 mainly by rummaging through http://library.gnome.org/devel/ and changing the code accordingly. However, now I am stuck as I can't find the UNdeprecated equivalent of

Re: gnome-config not found

2008-07-14 Thread Nitin Jain
On Sun, Jul 13, 2008 at 9:50 AM, Nickolay V. Shmyrev <[EMAIL PROTECTED]> wrote: > > В Сбт, 12/07/2008 в 14:34 -0600, Nitin Jain пишет: >> On Fri, Jul 11, 2008 at 2:31 PM, Nickolay V. Shmyrev <[EMAIL PROTECTED]> >> wrote: >> > >> > В Птн, 11/0

Re: gnome-config not found

2008-07-14 Thread Nitin Jain
2008/7/13 Rafał Mużyło <[EMAIL PROTECTED]>: > > Well, I would start with something like the attached configure.in, > but then the real porting will begin. > Among others, this program uses gtk_tree, which was not simply > deprecated, but marked as broken. You'll probably also need to > read a bit a

Re: gnome-config not found

2008-07-12 Thread Nitin Jain
On Fri, Jul 11, 2008 at 2:31 PM, Nickolay V. Shmyrev <[EMAIL PROTECTED]> wrote: > > В Птн, 11/07/2008 в 11:04 -0600, Nitin Jain пишет: >> Hi! >> I'm a newbie on this forum as well as to the world of GTK, so >> apologies for any mistakes in prior. >> I

gnome-config not found

2008-07-11 Thread Nitin Jain
Hi! I'm a newbie on this forum as well as to the world of GTK, so apologies for any mistakes in prior. I'm trying to install an old application (from source) that uses GTK and GNOME graphical toolkits - however, while running the configure script, I get a "configure: error: Program gnome-config not