Re: [gtk-list] Loading 2.6 symbols when linked against 2.4

2006-09-14 Thread mpsuzuki
Hi, On Thu, 14 Sep 2006 14:34:57 -0700 Ian King [EMAIL PROTECTED] wrote: Our application is linked against gtk 2.4, however we would like to be able to call functions from gtk 2.6 if they are available on the system (for things such as text ellipsis rendering from pango). Can gmodule be used

Re: [gtk-list] Loading 2.6 symbols when linked against 2.4

2006-09-14 Thread mpsuzuki
Hi, On Fri, 15 Sep 2006 13:01:47 +0900 [EMAIL PROTECTED] wrote: If the functions to be checked is in yet-not-loaded pluggable modules (e.g. pango-arabic-fc.so), g_module_symbol() will be useful. But, ellipsis issue is slightly different, because it is in libpango, and it is linked at once when