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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
Oblomov
gtk
Commits
c25b3aad
Commit
c25b3aad
authored
Jul 18, 1998
by
Manish Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
explicitly specify void in prototype
-Yosh
parent
15201b48
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
37 additions
and
2 deletions
+37
-2
ChangeLog
ChangeLog
+5
-0
ChangeLog.pre-2-0
ChangeLog.pre-2-0
+5
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+5
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+5
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+5
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+5
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+5
-0
gtk/gtkitemfactory.h
gtk/gtkitemfactory.h
+1
-1
gtk/gtktypeutils.h
gtk/gtktypeutils.h
+1
-1
No files found.
ChangeLog
View file @
c25b3aad
Fri Jul 17 23:49:28 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/gtktypeutils.h
* gtk/gtkitemfactory.h: explicitly specify void in prototype
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
...
...
ChangeLog.pre-2-0
View file @
c25b3aad
Fri Jul 17 23:49:28 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/gtktypeutils.h
* gtk/gtkitemfactory.h: explicitly specify void in prototype
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
...
...
ChangeLog.pre-2-10
View file @
c25b3aad
Fri Jul 17 23:49:28 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/gtktypeutils.h
* gtk/gtkitemfactory.h: explicitly specify void in prototype
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
...
...
ChangeLog.pre-2-2
View file @
c25b3aad
Fri Jul 17 23:49:28 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/gtktypeutils.h
* gtk/gtkitemfactory.h: explicitly specify void in prototype
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
...
...
ChangeLog.pre-2-4
View file @
c25b3aad
Fri Jul 17 23:49:28 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/gtktypeutils.h
* gtk/gtkitemfactory.h: explicitly specify void in prototype
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
...
...
ChangeLog.pre-2-6
View file @
c25b3aad
Fri Jul 17 23:49:28 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/gtktypeutils.h
* gtk/gtkitemfactory.h: explicitly specify void in prototype
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
...
...
ChangeLog.pre-2-8
View file @
c25b3aad
Fri Jul 17 23:49:28 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/gtktypeutils.h
* gtk/gtkitemfactory.h: explicitly specify void in prototype
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
Fri Jul 17 17:54:02 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
* gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
...
...
gtk/gtkitemfactory.h
View file @
c25b3aad
...
@@ -36,7 +36,7 @@ extern "C" {
...
@@ -36,7 +36,7 @@ extern "C" {
typedef
void
(
*
GtkPrintFunc
)
(
gpointer
func_data
,
typedef
void
(
*
GtkPrintFunc
)
(
gpointer
func_data
,
gchar
*
str
);
gchar
*
str
);
typedef
void
(
*
GtkItemFactoryCallback
)
();
typedef
void
(
*
GtkItemFactoryCallback
)
(
void
);
typedef
void
(
*
GtkItemFactoryCallback1
)
(
gpointer
callback_data
,
typedef
void
(
*
GtkItemFactoryCallback1
)
(
gpointer
callback_data
,
guint
callback_action
,
guint
callback_action
,
GtkWidget
*
widget
);
GtkWidget
*
widget
);
...
...
gtk/gtktypeutils.h
View file @
c25b3aad
...
@@ -100,7 +100,7 @@ typedef struct _GtkEnumValue GtkFlagValue;
...
@@ -100,7 +100,7 @@ typedef struct _GtkEnumValue GtkFlagValue;
typedef
void
(
*
GtkClassInitFunc
)
(
gpointer
klass
);
typedef
void
(
*
GtkClassInitFunc
)
(
gpointer
klass
);
typedef
void
(
*
GtkObjectInitFunc
)
(
gpointer
object
);
typedef
void
(
*
GtkObjectInitFunc
)
(
gpointer
object
);
typedef
void
(
*
GtkSignalFunc
)
();
typedef
void
(
*
GtkSignalFunc
)
(
void
);
typedef
gint
(
*
GtkFunction
)
(
gpointer
data
);
typedef
gint
(
*
GtkFunction
)
(
gpointer
data
);
typedef
void
(
*
GtkDestroyNotify
)
(
gpointer
data
);
typedef
void
(
*
GtkDestroyNotify
)
(
gpointer
data
);
typedef
void
(
*
GtkCallbackMarshal
)
(
GtkObject
*
object
,
typedef
void
(
*
GtkCallbackMarshal
)
(
GtkObject
*
object
,
...
...
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