diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-03 05:02:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-03 05:02:56 +0800 |
commit | a5f3fea0ef60ab829e3818d03589cb413c713fdf (patch) | |
tree | c00c6d8344fd211f9fabf2b4dcf044d01752b8de /widgets/misc/e-charset-picker.h | |
parent | b006d69369cd746250a0d807f9b92629c7901eb3 (diff) | |
download | gsoc2013-evolution-a5f3fea0ef60ab829e3818d03589cb413c713fdf.tar gsoc2013-evolution-a5f3fea0ef60ab829e3818d03589cb413c713fdf.tar.gz gsoc2013-evolution-a5f3fea0ef60ab829e3818d03589cb413c713fdf.tar.bz2 gsoc2013-evolution-a5f3fea0ef60ab829e3818d03589cb413c713fdf.tar.lz gsoc2013-evolution-a5f3fea0ef60ab829e3818d03589cb413c713fdf.tar.xz gsoc2013-evolution-a5f3fea0ef60ab829e3818d03589cb413c713fdf.tar.zst gsoc2013-evolution-a5f3fea0ef60ab829e3818d03589cb413c713fdf.zip |
Take a callback function and user_data so that we can add listeners to
2001-07-02 Jeffrey Stedfast <fejj@ximian.com>
* e-charset-picker.c (e_charset_picker_bonobo_ui_populate): Take a
callback function and user_data so that we can add listeners to
each of the menu items.
svn path=/trunk/; revision=10702
Diffstat (limited to 'widgets/misc/e-charset-picker.h')
-rw-r--r-- | widgets/misc/e-charset-picker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/misc/e-charset-picker.h b/widgets/misc/e-charset-picker.h index 0fa6e5e0a1..352c09baee 100644 --- a/widgets/misc/e-charset-picker.h +++ b/widgets/misc/e-charset-picker.h @@ -38,7 +38,8 @@ char *e_charset_picker_dialog (const char *title, const char *prompt, GtkWindow *parent); /* bonobo equivalents */ -void e_charset_picker_bonobo_ui_populate (BonoboUIComponent *uic, const char *default_charset); +void e_charset_picker_bonobo_ui_populate (BonoboUIComponent *uic, const char *default_charset, + BonoboUIListenerFn cb, gpointer user_data); #ifdef __cplusplus } |