Virtual Method
GtkStyleProviderget_icon_factory
deprecated: 3.8 since: 3.0
Declaration [src]
GtkIconFactory*
get_icon_factory (
GtkStyleProvider* provider,
GtkWidgetPath* path
)
Description [src]
Returns the GtkIconFactory
defined to be in use for path
, or NULL
if none
is defined.
Available since: 3.0
Deprecated since: 3.8
Will always return NULL
for all GTK-provided style providers.
Parameters
path
-
Type:
GtkWidgetPath
GtkWidgetPath
to query.The data is owned by the caller of the method.
Return value
Type: GtkIconFactory
The icon factory to use for path
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |