mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Add missing G_HAVE_GINT64 conditionalization.
Thu Oct 4 01:10:52 2001 Owen Taylor <otaylor@redhat.com> * gparamspecs.h: Add missing G_HAVE_GINT64 conditionalization.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Thu Oct 4 01:10:52 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gparamspecs.h: Add missing G_HAVE_GINT64 conditionalization.
|
||||
|
||||
Wed Oct 3 16:02:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib-genmarshal.c gparamspecs.[ch] gvalue.h
|
||||
|
@@ -355,6 +355,8 @@ GParamSpec* g_param_spec_object (const gchar *name,
|
||||
const gchar *blurb,
|
||||
GType object_type,
|
||||
GParamFlags flags);
|
||||
|
||||
#ifdef G_HAVE_GINT64
|
||||
GParamSpec* g_param_spec_int64 (const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
@@ -369,7 +371,7 @@ GParamSpec* g_param_spec_uint64 (const gchar *name,
|
||||
guint64 maximum,
|
||||
guint64 default_value,
|
||||
GParamFlags flags);
|
||||
|
||||
#endif /* G_HAVE_GINT64 */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user