Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,124
Issues
1,124
List
Boards
Labels
Service Desk
Milestones
Merge Requests
152
Merge Requests
152
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
f15049bd
Commit
f15049bd
authored
Nov 13, 2000
by
Elliot Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a couple of missing G_GNUC_CONST's.
Add a couple of missing G_GNUC_CONST's.
parent
fbd9c79f
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
5 deletions
+26
-5
ChangeLog
ChangeLog
+3
-0
ChangeLog.pre-2-0
ChangeLog.pre-2-0
+3
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+3
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+3
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+3
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+3
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+3
-0
gdk/gdk.h
gdk/gdk.h
+5
-5
No files found.
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>
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
* 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>
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
* 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>
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
* 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>
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
* 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>
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
* 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>
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
* 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>
Mon Nov 13 14:29:32 2000 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
* 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,
...
@@ -101,11 +101,11 @@ GdkGrabStatus gdk_keyboard_grab (GdkWindow *window,
void
gdk_keyboard_ungrab
(
guint32
time
);
void
gdk_keyboard_ungrab
(
guint32
time
);
gboolean
gdk_pointer_is_grabbed
(
void
);
gboolean
gdk_pointer_is_grabbed
(
void
);
gint
gdk_screen_width
(
void
);
gint
gdk_screen_width
(
void
)
G_GNUC_CONST
;
gint
gdk_screen_height
(
void
);
gint
gdk_screen_height
(
void
)
G_GNUC_CONST
;
gint
gdk_screen_width_mm
(
void
);
gint
gdk_screen_width_mm
(
void
)
G_GNUC_CONST
;
gint
gdk_screen_height_mm
(
void
);
gint
gdk_screen_height_mm
(
void
)
G_GNUC_CONST
;
void
gdk_flush
(
void
);
void
gdk_flush
(
void
);
void
gdk_beep
(
void
);
void
gdk_beep
(
void
);
...
@@ -136,7 +136,7 @@ gboolean gdk_event_send_client_message (GdkEvent *event,
...
@@ -136,7 +136,7 @@ gboolean gdk_event_send_client_message (GdkEvent *event,
/* Key values
/* 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
);
guint
gdk_keyval_from_name
(
const
gchar
*
keyval_name
);
void
gdk_keyval_convert_case
(
guint
symbol
,
void
gdk_keyval_convert_case
(
guint
symbol
,
guint
*
lower
,
guint
*
lower
,
...
...
Write
Preview
Markdown
is supported
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