![]() |
![]() |
![]() |
GNOME Desktop Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct GnomePnpIds; struct GnomePnpIdsClass; #define GNOME_PNP_IDS_ERROR gchar * gnome_pnp_ids_get_pnp_id (GnomePnpIds *pnp_ids
,const gchar *pnp_id
); GnomePnpIds * gnome_pnp_ids_new (void
);
gchar * gnome_pnp_ids_get_pnp_id (GnomePnpIds *pnp_ids
,const gchar *pnp_id
);
Find the full manufacturer name for the given PNP ID.
|
a GnomePnpIds object |
|
the PNP ID to look for |
Returns : |
a new string representing the manufacturer name,
or NULL when not found. [transfer full]
|
GnomePnpIds * gnome_pnp_ids_new (void
);
Returns a reference to a GnomePnpIds object, or creates a new one if none have been created.
Returns : |
a GnomePnpIds object. [transfer full] |