[java-atk-wrapper] Use (GInstanceInitFunc) NULL
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Use (GInstanceInitFunc) NULL
- Date: Sat, 17 Jan 2015 11:44:11 +0000 (UTC)
commit 15ed5a77e60612290405f16d00e5fd766ffe2c32
Author: Magdalen Berns <m berns thismagpie com>
Date: Sat Jan 17 11:43:20 2015 +0000
Use (GInstanceInitFunc) NULL
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=743084
jni/src/jawutil.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/jni/src/jawutil.c b/jni/src/jawutil.c
index 918328e..ce5afb2 100644
--- a/jni/src/jawutil.c
+++ b/jni/src/jawutil.c
@@ -27,7 +27,6 @@
/* AtkUtil */
static void jaw_util_class_init (JawUtilClass *klass);
-static void jaw_util_init (JawUtil *utils);
static guint jaw_util_add_global_event_listener (GSignalEmissionHook listener,
const gchar *event_type);
@@ -76,7 +75,7 @@ jaw_util_get_type(void)
NULL, /* class data */
sizeof(JawUtil), /* instance size */
0, /* nb preallocs */
- (GInstanceInitFunc) jaw_util_init, /* instance init */
+ (GInstanceInitFunc) NULL, /* instance init */
NULL /* value table */
};
@@ -113,11 +112,6 @@ jaw_util_class_init(JawUtilClass *kclass)
NULL, _listener_info_destroy);
}
-static void
-jaw_util_init (JawUtil *utils)
-{
-}
-
static guint
jaw_util_add_global_event_listener (GSignalEmissionHook listener,
const gchar *event_type)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]