Fix docs for gtk_css_provider_load_from_resource
This commit is contained in:
@ -2887,7 +2887,6 @@ gtk_css_provider_load_from_path (GtkCssProvider *css_provider,
|
|||||||
* gtk_css_provider_load_from_resource:
|
* gtk_css_provider_load_from_resource:
|
||||||
* @css_provider: a #GtkCssProvider
|
* @css_provider: a #GtkCssProvider
|
||||||
* @resource_path: a #GResource resource path
|
* @resource_path: a #GResource resource path
|
||||||
* @error: return location for an error
|
|
||||||
*
|
*
|
||||||
* Loads the data contained in the resource at @resource_path into
|
* Loads the data contained in the resource at @resource_path into
|
||||||
* the #GtkCssProvider, clearing any previously loaded information.
|
* the #GtkCssProvider, clearing any previously loaded information.
|
||||||
|
@ -104,7 +104,7 @@ gboolean gtk_css_provider_load_from_path (GtkCssProvider *css_provider,
|
|||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_3_16
|
GDK_AVAILABLE_IN_3_16
|
||||||
void gtk_css_provider_load_from_resource (GtkCssProvider *provider,
|
void gtk_css_provider_load_from_resource (GtkCssProvider *css_provider,
|
||||||
const gchar *resource_path);
|
const gchar *resource_path);
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
|
Reference in New Issue
Block a user