projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.9 - patch 20130608
[ncurses.git]
/
doc
/
html
/
man
/
menu_userptr.3x.html
diff --git
a/doc/html/man/menu_userptr.3x.html
b/doc/html/man/menu_userptr.3x.html
index 6fadbe52707f92845067b12dfb50e78b77195e79..816c3f89569327163b60d2a067d2cf6a5afe93f6 100644
(file)
--- a/
doc/html/man/menu_userptr.3x.html
+++ b/
doc/html/man/menu_userptr.3x.html
@@
-1,8
+1,8
@@
-<!DOCTYPE
HTML PUBLIC "-//IETF//DTD HTML 2.0
//EN">
+<!DOCTYPE
html PUBLIC "-//W3C//DTD HTML 4.01
//EN">
<!--
* t
****************************************************************************
<!--
* t
****************************************************************************
- * Copyright (c) 1998
Free Software Foundation, Inc.
*
+ * Copyright (c) 1998
-2006,2010 Free Software Foundation, Inc.
*
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@
-28,7
+28,7
@@
* sale, use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************
* sale, use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************
- * @Id: menu_userptr.3x,v 1.
6 1998/11/29 01:11:02 Rick.Ohnemus
Exp @
+ * @Id: menu_userptr.3x,v 1.
10 2010/12/04 18:40:45 tom
Exp @
-->
<HTML>
<HEAD>
-->
<HTML>
<HEAD>
@@
-41,6
+41,10
@@
<HR>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
<HR>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
+<STRONG><A HREF="menu_userptr.3x.html">menu_userptr(3x)</A></STRONG> <STRONG><A HREF="menu_userptr.3x.html">menu_userptr(3x)</A></STRONG>
+
+
+
</PRE>
<H2>NAME</H2><PRE>
</PRE>
<H2>NAME</H2><PRE>
@@
-56,7
+60,7
@@
</PRE>
<H2>DESCRIPTION</H2><PRE>
</PRE>
<H2>DESCRIPTION</H2><PRE>
- Every
menu and every menu item has a field that can
be
+ Every
menu and every menu item has a field that can
be
used to hold application-specific data (that is, the menu-
driver code leaves it alone). These functions get and set
the menu user pointer field.
used to hold application-specific data (that is, the menu-
driver code leaves it alone). These functions get and set
the menu user pointer field.
@@
-64,13
+68,10
@@
</PRE>
<H2>RETURN VALUE</H2><PRE>
</PRE>
<H2>RETURN VALUE</H2><PRE>
- Except for <STRONG>menu_userptr</STRONG> (which returns <STRONG>NULL</STRONG> on error),
- each function returns one of the following:
-
- <STRONG>E_OK</STRONG> The routine succeeded.
+ <STRONG>menu_userptr</STRONG> returns a pointer (which may be <STRONG>NULL</STRONG>). It
+ does not set errno.
- <STRONG>E_SYSTEM_ERROR</STRONG>
- System error occurred (see <STRONG>errno</STRONG>).
+ <STRONG>set_menu_userptr</STRONG> returns <STRONG>E_OK</STRONG> (success).
</PRE>
</PRE>
@@
-86,31
+87,21
@@
</PRE>
<H2>PORTABILITY</H2><PRE>
</PRE>
<H2>PORTABILITY</H2><PRE>
- These
routines emulate the System V menu library.
They
+ These
routines emulate the System V menu library.
They
were not supported on Version 7 or BSD versions.
were not supported on Version 7 or BSD versions.
- The user pointer
should be a void pointer. We leave it as
- a char pointer for SVr4 compatibility.
+ The user pointer
is a void pointer. We chose not to leave
+
it as
a char pointer for SVr4 compatibility.
</PRE>
<H2>AUTHORS</H2><PRE>
</PRE>
<H2>AUTHORS</H2><PRE>
- Juergen
Pfeifer. Manual pages and adaptation for
new
+ Juergen
Pfeifer. Manual pages and adaptation for
new
curses by Eric S. Raymond.
curses by Eric S. Raymond.
-
-
-
-
-
-
-
-
-
-
-
+ <STRONG><A HREF="menu_userptr.3x.html">menu_userptr(3x)</A></STRONG>
</PRE>
<HR>
<ADDRESS>
</PRE>
<HR>
<ADDRESS>