diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-20 17:08:31 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-30 15:56:16 +0200 |
commit | a766006297e8fa8b8168b7a887098d5176a87b20 (patch) | |
tree | 6aee522990538c60aaff56cbfc66fedb89d163ae /lib/gtk-experiment-widgets/gtk-experiment-navigator.c | |
parent | b2229a97882e31e0c89061184731082cfd13ec03 (diff) | |
download | gtk-vlc-player-a766006297e8fa8b8168b7a887098d5176a87b20.tar.gz |
implemented "format" file and expression parsing as well as application to the transcript
* "formats" are regular expressions encapsulated in Pango markup that allow the description of powerful highlighting rules
* highlight as you type via entry boxes
* loading from files implemented and tested but cannot yet be done via the UI
* transcript widget is built as libtool convenience library
* some renamings were necessary
* install transcript widget header
Diffstat (limited to 'lib/gtk-experiment-widgets/gtk-experiment-navigator.c')
-rw-r--r-- | lib/gtk-experiment-widgets/gtk-experiment-navigator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gtk-experiment-widgets/gtk-experiment-navigator.c b/lib/gtk-experiment-widgets/gtk-experiment-navigator.c index fb74326..d304371 100644 --- a/lib/gtk-experiment-widgets/gtk-experiment-navigator.c +++ b/lib/gtk-experiment-widgets/gtk-experiment-navigator.c @@ -111,7 +111,7 @@ gtk_experiment_navigator_class_init(GtkExperimentNavigatorClass *klass) G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION, G_STRUCT_OFFSET(GtkExperimentNavigatorClass, time_selected), NULL, NULL, - gtk_experiment_navigator_marshal_VOID__INT64, + gtk_experiment_widgets_marshal_VOID__INT64, G_TYPE_NONE, 1, G_TYPE_INT64); g_type_class_add_private(klass, sizeof(GtkExperimentNavigatorPrivate)); |