X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-code-dialog.h;h=577fd854437d76aa7dee987c02390b3c35929155;hb=e3a8bb2cb36fb7ee162c1e57333b7a77a8c15e70;hp=bbc1b3b49cf2bb76953f8ed64ddcef650fed8e9d;hpb=a1b38931530ae9ebb0dc838a07b80d576cedb422;p=hildon diff --git a/src/hildon-code-dialog.h b/src/hildon-code-dialog.h index bbc1b3b..577fd85 100644 --- a/src/hildon-code-dialog.h +++ b/src/hildon-code-dialog.h @@ -3,12 +3,12 @@ * * Copyright (C) 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 @@ -22,10 +22,12 @@ * */ +#ifndef HILDON_DISABLE_DEPRECATED + #ifndef __HILDON_CODE_DIALOG_H__ #define __HILDON_CODE_DIALOG_H__ -#include +#include G_BEGIN_DECLS @@ -79,6 +81,12 @@ void hildon_code_dialog_set_help_text (HildonCodeDialog *dialog, const gchar *text); +void +hildon_code_dialog_set_input_sensitive (HildonCodeDialog *dialog, + gboolean sensitive); + G_END_DECLS #endif /* __HILDON_CODE_DIALOG_H__ */ + +#endif /* HILDON_DISABLE_DEPRECATED */