Move GTranslateFunc to gtypes.h

2004-08-03  Anders Carlsson  <andersca@gnome.org>

	* glib/goption.h:
	* glib/gtypes.h:
	Move GTranslateFunc to gtypes.h
This commit is contained in:
Anders Carlsson 2004-08-02 22:24:17 +00:00 committed by Anders Carlsson
parent deee47edfd
commit 247843302a
7 changed files with 33 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2004-08-03 Anders Carlsson <andersca@gnome.org>
* glib/goption.h:
* glib/gtypes.h:
Move GTranslateFunc to gtypes.h
2004-08-02 Anders Carlsson <andersca@gnome.org>
* glib/Makefile.am:

View File

@ -1,3 +1,9 @@
2004-08-03 Anders Carlsson <andersca@gnome.org>
* glib/goption.h:
* glib/gtypes.h:
Move GTranslateFunc to gtypes.h
2004-08-02 Anders Carlsson <andersca@gnome.org>
* glib/Makefile.am:

View File

@ -1,3 +1,9 @@
2004-08-03 Anders Carlsson <andersca@gnome.org>
* glib/goption.h:
* glib/gtypes.h:
Move GTranslateFunc to gtypes.h
2004-08-02 Anders Carlsson <andersca@gnome.org>
* glib/Makefile.am:

View File

@ -1,3 +1,9 @@
2004-08-03 Anders Carlsson <andersca@gnome.org>
* glib/goption.h:
* glib/gtypes.h:
Move GTranslateFunc to gtypes.h
2004-08-02 Anders Carlsson <andersca@gnome.org>
* glib/Makefile.am:

View File

@ -1,3 +1,9 @@
2004-08-03 Anders Carlsson <andersca@gnome.org>
* glib/goption.h:
* glib/gtypes.h:
Move GTranslateFunc to gtypes.h
2004-08-02 Anders Carlsson <andersca@gnome.org>
* glib/Makefile.am:

View File

@ -26,10 +26,6 @@
G_BEGIN_DECLS
/* Should go into gtypes.h */
typedef const gchar * (*GTranslateFunc) (const gchar *str,
gpointer data);
typedef struct _GOptionContext GOptionContext;
typedef struct _GOptionGroup GOptionGroup;
typedef struct _GOptionEntry GOptionEntry;

View File

@ -87,6 +87,9 @@ typedef void (*GHFunc) (gpointer key,
gpointer value,
gpointer user_data);
typedef void (*GFreeFunc) (gpointer data);
typedef const gchar * (*GTranslateFunc) (const gchar *str,
gpointer data);
/* Define some mathematical constants that aren't available
* symbolically in some strict ISO C implementations.