From 5ded9cba8563f336939400303d6a841d5089b107 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 19:52:18 -0300 Subject: renaming from gedit to pluma --- plugins/filebrowser/pluma-file-browser-utils.h | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 plugins/filebrowser/pluma-file-browser-utils.h (limited to 'plugins/filebrowser/pluma-file-browser-utils.h') diff --git a/plugins/filebrowser/pluma-file-browser-utils.h b/plugins/filebrowser/pluma-file-browser-utils.h new file mode 100755 index 00000000..0ac4296a --- /dev/null +++ b/plugins/filebrowser/pluma-file-browser-utils.h @@ -0,0 +1,27 @@ +#ifndef __PLUMA_FILE_BROWSER_UTILS_H__ +#define __PLUMA_FILE_BROWSER_UTILS_H__ + +#include +#include + +GdkPixbuf *pluma_file_browser_utils_pixbuf_from_theme (gchar const *name, + GtkIconSize size); + +GdkPixbuf *pluma_file_browser_utils_pixbuf_from_icon (GIcon * icon, + GtkIconSize size); +GdkPixbuf *pluma_file_browser_utils_pixbuf_from_file (GFile * file, + GtkIconSize size); + +gchar * pluma_file_browser_utils_file_basename (GFile * file); +gchar * pluma_file_browser_utils_uri_basename (gchar const * uri); + +gboolean pluma_file_browser_utils_confirmation_dialog (PlumaWindow * window, + GtkMessageType type, + gchar const *message, + gchar const *secondary, + gchar const * button_stock, + gchar const * button_label); + +#endif /* __PLUMA_FILE_BROWSER_UTILS_H__ */ + +// ex:ts=8:noet: -- cgit v1.2.1