Comment #2 on issue 1259 by takao.fujiwara1: ibus_engine_desc_new always fails in gjs branch
http://code.google.com/p/ibus/issues/detail?id=1259

I checked the following test code and it works fine:

#include <ibus.h>

int
main (int argc, char *argv[])
{
  IBusEngineDesc *desc = NULL;
  ibus_init ();

desc = ibus_engine_desc_new ("test", "long", "desc", "en", "GPL", "author",
                               "icon", "us");
  return 0;
}


--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复