Application with plugins

2007-11-28 Thread Adam Kłobukowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm going do develop an application that allows custom plugins. Can GTK, Glib help me in any way with that? - -- Semper Fidelis Adam Klobukowski [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHTa5SVVIYOc5drI

Re: Application with plugins

2007-11-28 Thread Micah Carrick
You may want to take a look at how Gedit created a GObject-based plugin system. - Micah Carrick Developer - http://www.micahcarrick.com GTK+ Forums - http://www.gtkforums.com Adam Kłobukowski wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm going do develop an application

Re: Application with plugins

2007-11-28 Thread Rob Hoelz
Adam Kłobukowski <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm going do develop an application that allows custom plugins. Can > GTK, Glib help me in any way with that? > > - -- > Semper Fidelis > > Adam Klobukowski > [EMAIL PROTECTED] > -BEGIN PGP SIG

When g_timeout_add doesn't seem to be enough

2007-11-28 Thread Rafał Mużyło
I'm trying to modify an app that's using callback-based sound system to one that does not use callbacks. I need a way to execute a group of commands genarating sound in an endless loop while allowing rest of the app to work. Now I'm executing those comands in a function that I give to g_timeout_add

GtkVolumeButton Image

2007-11-28 Thread Sujith
Hi, I am trying to use GtkVolumeButton. The button initially appears on the window without any image. Setting an image on the button works fine, but when I try to slide the control, this message appears on the console : Gtk-CRITICAL **: gtk_image_set_from_icon_name: assertion `GTK_IS_IMAGE (ima

Re: When g_timeout_add doesn't seem to be enough

2007-11-28 Thread Rafał Mużyło
Should problably add that I'm rewriting the app to use libao (so esd would be covered) and audio is generated, not played from a file. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-li

Re: When g_timeout_add doesn't seem to be enough

2007-11-28 Thread Mike Melanson
Rafał Mużyło wrote: > Should problably add that I'm rewriting the app to use libao (so esd > would be covered) and audio is generated, not played from a file. I am not familiar with libao and whether or not the PCM output functionality is blocking or not (or configurable). If its behavior is block

Gtk on Embedded Device Query

2007-11-28 Thread Saroj Kumar
Hi, I am running gtk+ application on an embedded board (PXA255 processor with 400MHz speed) running Linux. Gtk+ is running on top of frame buffer (instead of X11). Application is running very slow on the board. Compared to desktop Linux system its 20 times slower. (Found out by testing GtkPerf ap