get_pixbuf
Description:
Gets the Pixbuf being displayed by the StatusIcon.
Note:
Use Notification and Application to provide status notifications; there is no direct replacement for this function
The storage type of the status icon must be gtk_image_empty or gtk_image_pixbuf (see get_storage_type). The caller of this function does not own a reference to the returned pixbuf.
Parameters:
this |
Returns:
the displayed pixbuf, or null if the image is empty. |