diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-22 13:55:03 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-22 13:55:03 +0100 |
| commit | 9caacb6270bd4b4836c751cf86a25073f776986a (patch) | |
| tree | 4769f246c7aa8edd0faa119f2a67da5c5ea45488 /generators-replace-table.h | |
| parent | a985af97b7a1e208ea0379308cc0e03db28787dc (diff) | |
| download | cataract-9caacb6270bd4b4836c751cf86a25073f776986a.tar.xz | |
Introduce tag replace table, part II.
Things might be little faster in some cases and slower in others.
Most of the CPU time is lost in image handling anyway.
Diffstat (limited to 'generators-replace-table.h')
| -rw-r--r-- | generators-replace-table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generators-replace-table.h b/generators-replace-table.h index 5646e5b..860a42b 100644 --- a/generators-replace-table.h +++ b/generators-replace-table.h @@ -42,6 +42,7 @@ void replace_table_free (ReplaceTable *table); */ void replace_table_add_key (ReplaceTable *table, const gchar *tag, const gchar *value); void replace_table_add_key_int (ReplaceTable *table, const gchar *tag, gint value); +void replace_table_add_key_printf (ReplaceTable *table, const gchar *tag, const gchar *format, ...) G_GNUC_PRINTF (3, 4); /* * replace_table_process: process buffer and replace all tags filled in the replace table |
