Maemomm Reference Documentation: hildon-notifymm |
Inheritance diagram for Hildon::Notification:
Public Member Functions | ||||
const HildonNotification* | gobj () const | |||
Provides access to the underlying C GObject. | ||||
HildonNotification* | gobj () | |||
Provides access to the underlying C GObject. | ||||
HildonNotification* | gobj_copy () | |||
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | ||||
virtual | ~Notification () | |||
Static Public Member Functions | ||||
static Glib::RefPtr<Notification> | create (const Glib::ustring& summary, const Glib::ustring& body, const Glib::ustring& icon, const Glib::ustring& category=Glib::ustring()) | |||
Protected Member Functions | ||||
Notification (const Glib::ustring& summary, const Glib::ustring& body, const Glib::ustring& icon, const Glib::ustring& category=Glib::ustring()) | ||||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Glib::RefPtr<Hildon::Notification> | wrap (HildonNotification* object, bool take_copy=false) | |||
|
virtual Hildon::Notification::~Notification | ( | ) | [virtual] |
Hildon::Notification::Notification | ( | const Glib::ustring & | summary, | |
const Glib::ustring & | body, | |||
const Glib::ustring & | icon, | |||
const Glib::ustring & | category = Glib::ustring() | |||
) | [protected] |
static Glib::RefPtr<Notification> Hildon::Notification::create | ( | const Glib::ustring & | summary, | |
const Glib::ustring & | body, | |||
const Glib::ustring & | icon, | |||
const Glib::ustring & | category = Glib::ustring() | |||
) | [static] |
const HildonNotification* Hildon::Notification::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
HildonNotification* Hildon::Notification::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
HildonNotification* Hildon::Notification::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::RefPtr<Hildon::Notification> wrap | ( | HildonNotification * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |