forked from AuroraMiddleware/gtk
Set interface age to 0.
2005-07-14 Matthias Clasen <mclasen@redhat.com> * configure.in: Set interface age to 0. * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed by Akira Tagoh.
This commit is contained in:
parent
8f706bd246
commit
2362fc2274
@ -1,3 +1,10 @@
|
||||
2005-07-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Set interface age to 0.
|
||||
|
||||
* gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
|
||||
by Akira Tagoh.
|
||||
|
||||
2005-07-14 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
|
||||
|
@ -1,3 +1,10 @@
|
||||
2005-07-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Set interface age to 0.
|
||||
|
||||
* gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
|
||||
by Akira Tagoh.
|
||||
|
||||
2005-07-14 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
|
||||
|
@ -1,3 +1,10 @@
|
||||
2005-07-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Set interface age to 0.
|
||||
|
||||
* gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
|
||||
by Akira Tagoh.
|
||||
|
||||
2005-07-14 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
|
||||
|
@ -15,7 +15,7 @@ m4_define([gtk_minor_version], [7])
|
||||
m4_define([gtk_micro_version], [3])
|
||||
m4_define([gtk_version],
|
||||
[gtk_major_version.gtk_minor_version.gtk_micro_version])
|
||||
m4_define([gtk_interface_age], [1])
|
||||
m4_define([gtk_interface_age], [0])
|
||||
m4_define([gtk_binary_age],
|
||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||
# This is the X.Y used in -lgtk-FOO-X.Y
|
||||
|
@ -21,11 +21,10 @@
|
||||
#define __GTK_IM_MODULE_H__
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
#include <gtk/gtkimcontext.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GtkIMContextInfo GtkIMContextInfo;
|
||||
|
||||
struct _GtkIMContextInfo
|
||||
|
Loading…
Reference in New Issue
Block a user