Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PS_LIST_RESOURCES(3)	    Library Functions Manual	    PS_LIST_RESOURCES(3)

	   uwe@steinmann.cx
     UWE STEINMANN 2003Uwe SteinmannApril 28, 2003;

NAME
     PS_list_resources -- List all resources

SYNOPSIS
     #include <pslib.h>

     void PS_list_resources(PSDoc *psdoc)

DESCRIPTION
     Lists  all  resources,  which  has  been  set so far. Resources are special
		    kind of parameters which are also  set  with  PS_set_parame-
     ter(3).  A 		parameter becomes a resource if its value is it-
     self a name/value pair		   separated by an  equal  sign.  Common
     resources	are  often  files but can also		      be properties of a
     character as for example the left and  right  margin		  protu-
     sion.   This   function  is  mostly  used	for  debugging.  The  output  is
		    printed to stdout.

SEE ALSO
     PS_list_values(3), PS_list_parameters(3)

AUTHOR
     This manual page was written by Uwe Steinmann uwe@steinmann.cx.

							    PS_LIST_RESOURCES(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=PS_list_resources&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help