[maemo-developers] Where is the implementation of functionhildon_home_window_get_type
From: Huang Gao huanggao at longcheertel.comDate: Fri Nov 23 11:23:50 EET 2007
- Previous message: Where is the implementation of function hildon_home_window_get_type
- Next message: how to resize gtk_window in hildon frameworke
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes, that makes sense. All these functions are implemented by macros described by Jussi. Thanks a lot! Best Regards Huang Gao -----邮件原件----- 发件人: Jussi Kukkonen [mailto:jhkukkon at cc.hut.fi] 发送时间: 2007年11月23日 15:15 收件人: Huang Gao 抄送: maemo-developers at maemo.org 主题: Re: Where is the implementation of functionhildon_home_window_get_type Huang Gao wrote: > I am now looking into package Maemo-af-desktop, and some strange > points make me confused. For instance, hildon_home_window_get_type() > is declared as the object type of HOME_WINDOW: > > #define HILDON_TYPE_HOME_WINDOW > (hildon_home_window_get_type ()) > > However, this function is not implemented in this package, nor > can I find it in other any packages. > > Does anyone know what the mechanism behind this issue is? You'll probably find one of the G_DEFINE_* macros in the source file. That macro will expand to *_get_type() function. See GObject documentation: http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.htm l#G-DEFINE-TYPE:CAPS Jussi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20071123/ffc5868a/attachment.htm
- Previous message: Where is the implementation of function hildon_home_window_get_type
- Next message: how to resize gtk_window in hildon frameworke
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]