home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xfree.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  793 b   |  67 lines

  1.  
  2.  
  3.  
  4. XFree(3X11)          XLIB FUNCTIONS          XFree(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XFree - free client data
  9.  
  10. SSYYNNTTAAXX
  11.        XFree(_d_a_t_a)
  12.         void *_d_a_t_a;
  13.  
  14. AARRGGUUMMEENNTTSS
  15.        _d_a_t_a     Specifies the data that is to be freed.
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.        The _X_F_r_e_e function is a general-purpose Xlib routine that
  19.        frees the specified data.  You must use it to free any
  20.        objects that were allocated by Xlib, unless an alternate
  21.        function is explicitly specified for the object.     A NULL
  22.        pointer cannot be passed to this function.
  23.  
  24. SSEEEE AALLSSOO
  25.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.