MexNotificationArea
struct MexNotificationArea; struct MexNotificationAreaClass; ClutterActor * mex_notification_area_new (void); MexNotificationAreaPrivate;
void
struct MexNotificationArea { MxStack parent; MexNotificationAreaPrivate *priv; };
struct MexNotificationAreaClass { MxStackClass parent_class; };
ClutterActor * mex_notification_area_new (void);
typedef struct _MexNotificationAreaPrivate MexNotificationAreaPrivate;