|
|
Renders the icon for the application referenced by the Launcher DML statement.
- Parameters:
-
| [in] | stmtH | The open statment from which to retrieve application data. The statement must include the columns launcherFieldStockIcon and launcherFieldIconData. |
| [in] | context | A widget pointer from which to get theme engine and rc file settings. |
| [in] | size | Defined size string for theme use. |
- See also:
- icons.h.
- Returns:
- GdkPixbuf containing the rendered application icon. Must be manually freed via g_object_unref()
NULL if no icon exists, or an error occurs when rendering the icon
|