Deprecation cleanup
Sun Oct 13 13:43:16 2002 Manish Singh <yosh@gimp.org> * gtk/gtkcurve.[ch] gtk/gtkgamma.[ch] gtk/gtklayout.[ch] gtk/gtkwidget.[ch] modules/input/gtkimcontextxim.c modules/input/imam-et.c modules/input/imcyrillic-translit.c modules/input/imhangul.c modules/input/iminuktitut.c modules/input/imipa.c modules/input/imthai-broken.c modules/input/imti-er.c modules/input/imti-et.c modules/input/imviqr.c: Deprecation cleanup * modules/input/Makefile.am: Added disable deprecation flags
This commit is contained in:

committed by
Manish Singh

parent
c77265d3a7
commit
aa54cfeede
@ -25,6 +25,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
@ -33,8 +34,6 @@
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
|
||||
#include<stdio.h>
|
||||
|
||||
GType type_ti_et_translit = 0;
|
||||
|
||||
static void ti_et_class_init (GtkIMContextSimpleClass *class);
|
||||
@ -53,7 +52,7 @@ ti_et_register_type (GTypeModule *module)
|
||||
NULL, /* class_data */
|
||||
sizeof (GtkIMContextSimple),
|
||||
0,
|
||||
(GtkObjectInitFunc) ti_et_init,
|
||||
(GInstanceInitFunc) ti_et_init,
|
||||
};
|
||||
|
||||
type_ti_et_translit =
|
||||
|
Reference in New Issue
Block a user