~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/imagemap/imap_default_dialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
void default_dialog_hide_apply_button(DefaultDialog_t *dialog);
54
54
void default_dialog_hide_help_button(DefaultDialog_t *dialog);
55
55
void default_dialog_set_title(DefaultDialog_t *dialog, const gchar *title);
56
 
void default_dialog_set_label(DefaultDialog_t *dialog, gchar *text);
 
56
void default_dialog_set_label(DefaultDialog_t *dialog, const gchar *text);
57
57
GtkWidget *default_dialog_add_table(DefaultDialog_t *dialog, gint rows,
58
58
                                    gint cols);
59
59