Maemomm Reference Documentation: hildon-notifymm |
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. | |
void | set_persistent (bool persistent=true) |
void | set_sound (const std::string& sound_file) |
virtual | ~Notification () |
Static Public Member Functions | |
static Glib::RefPtr<Notification> | create (const Glib::ustring& summary, const Glib::ustring& body, const Gtk::StockID& stock_id, const Glib::ustring& category=Glib::ustring()) |
Protected Member Functions | |
Notification (const Glib::ustring& summary, const Glib::ustring& body, const Gtk::StockID& stock_id, 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) |
A Glib::wrap() method for this object. |
virtual Hildon::Notification::~Notification | ( | ) | [virtual] |
Hildon::Notification::Notification | ( | const Glib::ustring & | summary, | |
const Glib::ustring & | body, | |||
const Gtk::StockID & | stock_id, | |||
const Glib::ustring & | category = Glib::ustring() | |||
) | [protected] |
static Glib::RefPtr<Notification> Hildon::Notification::create | ( | const Glib::ustring & | summary, | |
const Glib::ustring & | body, | |||
const Gtk::StockID & | stock_id, | |||
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.
void Hildon::Notification::set_persistent | ( | bool | persistent = true |
) |
void Hildon::Notification::set_sound | ( | const std::string & | sound_file | ) |
Glib::RefPtr<Hildon::Notification> wrap | ( | HildonNotification * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |