summaryrefslogtreecommitdiff
path: root/pluma/pluma-utils.h
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-04-20 01:25:13 +0200
committerPablo Barciela <[email protected]>2018-04-20 01:25:13 +0200
commit7c692bd51aa1b5cf670625936c28fed187184c4c (patch)
treed1ad0e73f5d86136d919f138c8f17af993f7cf71 /pluma/pluma-utils.h
parent6ab83502622938048e7cf3b783beb1c618861819 (diff)
downloadpluma-7c692bd51aa1b5cf670625936c28fed187184c4c.tar.bz2
pluma-7c692bd51aa1b5cf670625936c28fed187184c4c.tar.xz
pluma-file-browser-widget.c: avoid deprecated GtkImageMenuItem
avoid deprecated: gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r--pluma/pluma-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h
index 785e6abe..dbd7812b 100644
--- a/pluma/pluma-utils.h
+++ b/pluma/pluma-utils.h
@@ -160,6 +160,10 @@ pluma_gtk_text_iter_regex_search (const GtkTextIter *iter,
gboolean forward_search,
gchar **replace_text);
+GtkWidget *
+pluma_image_menu_item_new_from_pixbuf (GdkPixbuf *icon_pixbuf,
+ const gchar *label_name);
+
G_END_DECLS
#endif /* __PLUMA_UTILS_H__ */