diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-05-22 19:30:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-24 22:12:26 +0800 |
commit | c0b6183c73fc170913bba39e65794af3f596e30e (patch) | |
tree | 324e54cabe50fcbff2fd76ad51b6fbcc7f6f7598 /composer/e-composer-text-header.h | |
parent | 2ea8d8f1930bdc7f30e8556d6abeca33eb263af6 (diff) | |
download | gsoc2013-evolution-c0b6183c73fc170913bba39e65794af3f596e30e.tar gsoc2013-evolution-c0b6183c73fc170913bba39e65794af3f596e30e.tar.gz gsoc2013-evolution-c0b6183c73fc170913bba39e65794af3f596e30e.tar.bz2 gsoc2013-evolution-c0b6183c73fc170913bba39e65794af3f596e30e.tar.lz gsoc2013-evolution-c0b6183c73fc170913bba39e65794af3f596e30e.tar.xz gsoc2013-evolution-c0b6183c73fc170913bba39e65794af3f596e30e.tar.zst gsoc2013-evolution-c0b6183c73fc170913bba39e65794af3f596e30e.zip |
Johnny's composer changes for Anjal.
Diffstat (limited to 'composer/e-composer-text-header.h')
-rw-r--r-- | composer/e-composer-text-header.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/composer/e-composer-text-header.h b/composer/e-composer-text-header.h index c0c4708595..79e972d3c6 100644 --- a/composer/e-composer-text-header.h +++ b/composer/e-composer-text-header.h @@ -57,10 +57,13 @@ struct _EComposerTextHeaderClass { }; GType e_composer_text_header_get_type (void); -EComposerHeader * e_composer_text_header_new_label - (const gchar *label); -EComposerHeader * e_composer_text_header_new_button - (const gchar *label); + +EComposerHeader * +e_composer_text_header_new_label (const gchar *label, const gchar *action_label); + +EComposerHeader * +e_composer_text_header_new_button (const gchar *label, const gchar *action_label); + const gchar * e_composer_text_header_get_text (EComposerTextHeader *header); void e_composer_text_header_set_text (EComposerTextHeader *header, const gchar *text); |