Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nikita Churaev
gtk
Commits
f15049bd
Commit
f15049bd
authored
Nov 13, 2000
by
Elliot Lee
Browse files
Add a couple of missing G_GNUC_CONST's.
Add a couple of missing G_GNUC_CONST's.
parent
fbd9c79f
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f15049bd
2000-11-13 Elliot Lee <sopwith@redhat.com>
* gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
...
...
ChangeLog.pre-2-0
View file @
f15049bd
2000-11-13 Elliot Lee <sopwith@redhat.com>
* gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
...
...
ChangeLog.pre-2-10
View file @
f15049bd
2000-11-13 Elliot Lee <sopwith@redhat.com>
* gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
...
...
ChangeLog.pre-2-2
View file @
f15049bd
2000-11-13 Elliot Lee <sopwith@redhat.com>
* gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
...
...
ChangeLog.pre-2-4
View file @
f15049bd
2000-11-13 Elliot Lee <sopwith@redhat.com>
* gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
...
...
ChangeLog.pre-2-6
View file @
f15049bd
2000-11-13 Elliot Lee <sopwith@redhat.com>
* gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
...
...
ChangeLog.pre-2-8
View file @
f15049bd
2000-11-13 Elliot Lee <sopwith@redhat.com>
* gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
...
...
gdk/gdk.h
View file @
f15049bd
...
...
@@ -101,11 +101,11 @@ GdkGrabStatus gdk_keyboard_grab (GdkWindow *window,
void
gdk_keyboard_ungrab
(
guint32
time
);
gboolean
gdk_pointer_is_grabbed
(
void
);
gint
gdk_screen_width
(
void
);
gint
gdk_screen_height
(
void
);
gint
gdk_screen_width
(
void
)
G_GNUC_CONST
;
gint
gdk_screen_height
(
void
)
G_GNUC_CONST
;
gint
gdk_screen_width_mm
(
void
);
gint
gdk_screen_height_mm
(
void
);
gint
gdk_screen_width_mm
(
void
)
G_GNUC_CONST
;
gint
gdk_screen_height_mm
(
void
)
G_GNUC_CONST
;
void
gdk_flush
(
void
);
void
gdk_beep
(
void
);
...
...
@@ -136,7 +136,7 @@ gboolean gdk_event_send_client_message (GdkEvent *event,
/* Key values
*/
gchar
*
gdk_keyval_name
(
guint
keyval
);
gchar
*
gdk_keyval_name
(
guint
keyval
)
G_GNUC_CONST
;
guint
gdk_keyval_from_name
(
const
gchar
*
keyval_name
);
void
gdk_keyval_convert_case
(
guint
symbol
,
guint
*
lower
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment