+1999-01-04 Andrew T. Veliath <andrewtv@usa.net>
+
+ * glib.h (g_array_insert_val): fix macro to be shorthand of
+ g_array_insert_vals.
+
Mon Jan 4 15:35:29 PST 1999 Manish Singh <yosh@gimp.org>
* acglib.m4: some echos interpret \n's and some don't. Deal with
+1999-01-04 Andrew T. Veliath <andrewtv@usa.net>
+
+ * glib.h (g_array_insert_val): fix macro to be shorthand of
+ g_array_insert_vals.
+
Mon Jan 4 15:35:29 PST 1999 Manish Singh <yosh@gimp.org>
* acglib.m4: some echos interpret \n's and some don't. Deal with
+1999-01-04 Andrew T. Veliath <andrewtv@usa.net>
+
+ * glib.h (g_array_insert_val): fix macro to be shorthand of
+ g_array_insert_vals.
+
Mon Jan 4 15:35:29 PST 1999 Manish Singh <yosh@gimp.org>
* acglib.m4: some echos interpret \n's and some don't. Deal with
+1999-01-04 Andrew T. Veliath <andrewtv@usa.net>
+
+ * glib.h (g_array_insert_val): fix macro to be shorthand of
+ g_array_insert_vals.
+
Mon Jan 4 15:35:29 PST 1999 Manish Singh <yosh@gimp.org>
* acglib.m4: some echos interpret \n's and some don't. Deal with
+1999-01-04 Andrew T. Veliath <andrewtv@usa.net>
+
+ * glib.h (g_array_insert_val): fix macro to be shorthand of
+ g_array_insert_vals.
+
Mon Jan 4 15:35:29 PST 1999 Manish Singh <yosh@gimp.org>
* acglib.m4: some echos interpret \n's and some don't. Deal with
+1999-01-04 Andrew T. Veliath <andrewtv@usa.net>
+
+ * glib.h (g_array_insert_val): fix macro to be shorthand of
+ g_array_insert_vals.
+
Mon Jan 4 15:35:29 PST 1999 Manish Singh <yosh@gimp.org>
* acglib.m4: some echos interpret \n's and some don't. Deal with
+1999-01-04 Andrew T. Veliath <andrewtv@usa.net>
+
+ * glib.h (g_array_insert_val): fix macro to be shorthand of
+ g_array_insert_vals.
+
Mon Jan 4 15:35:29 PST 1999 Manish Singh <yosh@gimp.org>
* acglib.m4: some echos interpret \n's and some don't. Deal with
+1999-01-04 Andrew T. Veliath <andrewtv@usa.net>
+
+ * glib.h (g_array_insert_val): fix macro to be shorthand of
+ g_array_insert_vals.
+
Mon Jan 4 15:35:29 PST 1999 Manish Singh <yosh@gimp.org>
* acglib.m4: some echos interpret \n's and some don't. Deal with
#define g_array_append_val(a,v) g_array_append_vals(a,&v,1)
#define g_array_prepend_val(a,v) g_array_prepend_vals(a,&v,1)
-#define g_array_insert_val(a,i,v) g_array_prepend_vals(a,i,&v,1)
+#define g_array_insert_val(a,i,v) g_array_insert_vals(a,i,&v,1)
#define g_array_index(a,t,i) (((t*)a->data)[i])
GArray* g_array_new (gboolean zero_terminated,
#define g_array_append_val(a,v) g_array_append_vals(a,&v,1)
#define g_array_prepend_val(a,v) g_array_prepend_vals(a,&v,1)
-#define g_array_insert_val(a,i,v) g_array_prepend_vals(a,i,&v,1)
+#define g_array_insert_val(a,i,v) g_array_insert_vals(a,i,&v,1)
#define g_array_index(a,t,i) (((t*)a->data)[i])
GArray* g_array_new (gboolean zero_terminated,