X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-note.h;h=8e67cfd54c324e11735ddc84a01b2d120bda54dc;hb=13c489cdae134d31c429a127270ebdc98c5a2919;hp=98339c1795110287fef389eeedf86e5c5f6bcbde;hpb=2cd50329538b9d88797e16e11383264ae84ee340;p=hildon diff --git a/src/hildon-note.h b/src/hildon-note.h index 98339c1..8e67cfd 100644 --- a/src/hildon-note.h +++ b/src/hildon-note.h @@ -3,7 +3,7 @@ * * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved. * - * Contact: Michael Dominic Kostrzewa + * Contact: Rodrigo Novo * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -71,10 +71,12 @@ hildon_note_new_confirmation_add_buttons (GtkWindow *parent, const gchar *description, ...); +#ifndef HILDON_DISABLE_DEPRECATED GtkWidget* hildon_note_new_confirmation_with_icon_name (GtkWindow *parent, const gchar *description, const gchar *icon_name); +#endif GtkWidget* hildon_note_new_cancel_with_progress_bar (GtkWindow *parent, @@ -84,12 +86,13 @@ hildon_note_new_cancel_with_progress_bar (GtkWindow *parent, GtkWidget* hildon_note_new_information (GtkWindow *parent, const gchar *description); - +#ifndef HILDON_DISABLE_DEPRECATED GtkWidget* hildon_note_new_information_with_icon_name (GtkWindow *parent, const gchar *description, const gchar *icon_name); - +#endif + void hildon_note_set_button_text (HildonNote *note, const gchar *text);