*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> fx/dmPMGetName (3d)              
Title
Content
Arch
Section
 

Contents


dmPMGetName(3dm)					      dmPMGetName(3dm)


NAME    [Toc]    [Back]

     dmPMGetName, dmPMGetLocalName, dmPMGetPrefix, dmPMGetPathname,
     dmPMGetType - retrieve the	name, prefix, pathname or type of a plugin

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/fx_plugin_mgr.h>

     const char* dmPMGetName
	   ( DMplugin* plugin )

     const char* dmPMGetLocalName
	   ( DMplugin* plugin )

     const char* dmPMGetPrefix
	   ( DMplugin* plugin )

     const char* dmPMGetPathname
	   ( DMplugin* plugin )

     PMtype* dmPMGetType
	   ( DMplugin* plugin )

PARAMETERS    [Toc]    [Back]

     plugin   A	pointer	to a DMplugin, which was created with dmPMInitPlugin
	      or dmPMInitDirectory.

DESCRIPTION    [Toc]    [Back]

     dmPMGetName returns the name of the plugin.  This does not	change with
     locale.  It may be	combined with the plugin prefix	and type to create a
     unique descriptor for each	plugin.

     dmPMGetLocalName returns the localized name of the	plugin.	This string is
     obtained from the plugin's	X resource file	and is intended	for labels in
     menus and other user interface components.

     dmPMGetPrefix returns the prefix of the plugin.

     dmPMGetPathname returns the pathname of the plugin.

     dmPMGetType returns the type of the plugin.

RETURN VALUES    [Toc]    [Back]

     dmPMGetName will return the name of the plugin if successful, or will
     return NULL if it fails.  dmPMGetLocalName	will return a localized	plugin
     name.  If a plugin	does not define	a localized name then it will return
     the same result as	dmPMGetName.  dmPMGetPrefix will return	the prefix of
     the plugin	if successful, or will return NULL if it fails.
     dmPMGetPathname will return the pathname of the plugin if successful, or



									Page 1






dmPMGetName(3dm)					      dmPMGetName(3dm)



     will return NULL if it fails.  dmPMGetType	will return the	type of	the
     plugin if successful, or will return 0 if it fails.

SEE ALSO    [Toc]    [Back]

      
      
     dmPMCreateManager(3dm), dmPMInitPlugin(3dm), dmGetError(3dm),
     dmFXMergeResources(3dm).


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
dmPMGetPlugin IRIX retrieve a pointer to a special effects plugin
acl_get_file Tru64 Given the pathname to a file or directory, retrieve the designated ACL
acl_get_tag_type FreeBSD retrieve the tag type from an ACL entry
tt_message_arg_type HP-UX retrieve the type of a message argument
tt_message_otype HP-UX retrieve the object type attribute from a message
dmPMGetProperty IRIX retrieves a property of the specified plugin
dmPMHasDialog IRIX determine whether or not a plugin has a setup dialog
dmPMGetSourceAUsage IRIX retrieves the usage bitmask of the plugin
cosmoplayer IRIX Netscape Plugin to view VRML files
dmFXMergeResources IRIX load and merge plugin resources with those of the parent application
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service