mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 03:04:05 +02: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:
committed by
Anders Carlsson
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>
|
2004-08-02 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
* glib/Makefile.am:
|
* 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>
|
2004-08-02 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
* glib/Makefile.am:
|
* 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>
|
2004-08-02 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
* glib/Makefile.am:
|
* 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>
|
2004-08-02 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
* glib/Makefile.am:
|
* 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>
|
2004-08-02 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
* glib/Makefile.am:
|
* glib/Makefile.am:
|
||||||
|
@@ -26,10 +26,6 @@
|
|||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* Should go into gtypes.h */
|
|
||||||
typedef const gchar * (*GTranslateFunc) (const gchar *str,
|
|
||||||
gpointer data);
|
|
||||||
|
|
||||||
typedef struct _GOptionContext GOptionContext;
|
typedef struct _GOptionContext GOptionContext;
|
||||||
typedef struct _GOptionGroup GOptionGroup;
|
typedef struct _GOptionGroup GOptionGroup;
|
||||||
typedef struct _GOptionEntry GOptionEntry;
|
typedef struct _GOptionEntry GOptionEntry;
|
||||||
|
@@ -87,6 +87,9 @@ typedef void (*GHFunc) (gpointer key,
|
|||||||
gpointer value,
|
gpointer value,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
typedef void (*GFreeFunc) (gpointer data);
|
typedef void (*GFreeFunc) (gpointer data);
|
||||||
|
typedef const gchar * (*GTranslateFunc) (const gchar *str,
|
||||||
|
gpointer data);
|
||||||
|
|
||||||
|
|
||||||
/* Define some mathematical constants that aren't available
|
/* Define some mathematical constants that aren't available
|
||||||
* symbolically in some strict ISO C implementations.
|
* symbolically in some strict ISO C implementations.
|
||||||
|
Reference in New Issue
Block a user