mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01: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:
parent
7ede4e5066
commit
1ad2407d7f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user