mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
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:
parent
deee47edfd
commit
247843302a
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user