mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
fix negative exponent handling (numbers<0).
Fri Jul 6 00:02:41 2001 Tim Janik <timj@gtk.org> * glib/gmessages.c (printf_string_upper_bound): fix negative exponent handling (numbers<0). * glib/gutils.h (g_bit_storage): take a gulong as argument. same for g_bit_nth_lsf() and g_bit_nth_msf() as mask. Tue Jul 10 18:50:16 2001 Tim Janik <timj@gtk.org> * gsignal.h (struct _GSignalQuery): fix misplaced comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Tue Jul 10 18:50:16 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gsignal.h (struct _GSignalQuery): fix misplaced comment.
|
||||
|
||||
Mon Jul 2 07:17:47 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gobject.c (g_object_weak_ref):
|
||||
|
@@ -82,11 +82,11 @@ struct _GSignalQuery
|
||||
{
|
||||
guint signal_id;
|
||||
const gchar *signal_name;
|
||||
GType itype; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
|
||||
GType itype;
|
||||
GSignalFlags signal_flags;
|
||||
GType return_type; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
|
||||
guint n_params;
|
||||
const GType *param_types;
|
||||
const GType *param_types; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user