X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-helper.h;h=879d55f2404d6b7a16f5242af70308dcebb68987;hb=e0fda6a01acb5c23fa66f35255d83bcbb6246406;hp=5efa986ce614078805ff731d2a7dba550f765fbf;hpb=53b314382301856d0fdc65411dc5ffc90d3a400e;p=hildon diff --git a/src/hildon-helper.h b/src/hildon-helper.h index 5efa986..879d55f 100644 --- a/src/hildon-helper.h +++ b/src/hildon-helper.h @@ -3,12 +3,12 @@ * * 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 * as published by the Free Software Foundation; version 2.1 of - * the License. + * the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,9 +25,9 @@ #ifndef __HILDON_HELPER_H__ #define __HILDON_HELPER_H__ -#include #include -#include +#include + #include "hildon-defines.h" G_BEGIN_DECLS @@ -44,6 +44,7 @@ hildon_helper_set_logical_color (GtkWidget *widget, gboolean hildon_helper_event_button_is_finger (GdkEventButton *event); +#ifndef HILDON_DISABLE_DEPRECATED void hildon_helper_set_insensitive_message (GtkWidget *widget, const gchar *message); @@ -52,6 +53,7 @@ void hildon_helper_set_insensitive_messagef (GtkWidget *widget, const gchar *format, ...); +#endif void hildon_helper_set_thumb_scrollbar (GtkScrolledWindow *win, @@ -59,4 +61,5 @@ hildon_helper_set_thumb_scrollbar (GtkScrolledWindow *win, G_END_DECLS -#endif /* HILDON_HELPER_H */ +#endif /* __HILDON_HELPER_H__ */ +