/*
* xfdesktop - xfce4 ' s desktop manager
*
* Copyright ( c ) 2006 Brian Tarricone , < brian @ tarricone . org >
* Copyright ( c ) 2010 - 2011 Jannis Pohlmann , < jannis @ xfce . org >
*
* This program is free software ; you can redistribute it and / or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation ; either version 2 of the License , or
* ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Library General Public License for more details .
*
* You should have received a copy of the GNU General Public License
* along with this program ; if not , write to the Free Software Foundation ,
* Inc . , 51 Franklin Street , Fifth Floor , Boston , MA 02110 - 1301 , USA
*/
#ifndef __XFDESKTOP_FILE_ICON_H__
#define __XFDESKTOP_FILE_ICON_H__
#include <gio/gio.h>
#include <gtk/gtk.h>
#include "xfdesktop-icon.h"
G_BEGIN_DECLS
G_DECLARE_DERIVABLE_TYPE(XfdesktopFileIcon, xfdesktop_file_icon, XFDESKTOP, FILE_ICON, XfdesktopIcon)
#define XFDESKTOP_TYPE_FILE_ICON (xfdesktop_file_icon_get_type())
struct _XfdesktopFileIconClass
{
XfdesktopIconClass parent;
/*< virtual functions >*/
GIcon *(*get_gicon)(XfdesktopFileIcon *icon);
gdouble (*get_icon_opacity)(XfdesktopFileIcon *icon);
GFileInfo *(*peek_file_info)(XfdesktopFileIcon *icon);
GFileInfo *(*peek_filesystem_info)(XfdesktopFileIcon *icon);
GFile *(*peek_file)(XfdesktopFileIcon *icon);
void (*update_file_info)(XfdesktopFileIcon *icon, GFileInfo *info);
gboolean (*can_rename_file)(XfdesktopFileIcon *icon);
gboolean (*can_delete_file)(XfdesktopFileIcon *icon);
gboolean (*is_hidden_file)(XfdesktopFileIcon *icon);
guint (*hash)(XfdesktopFileIcon *icon);
gchar *(*get_sort_key)(XfdesktopFileIcon *icon);
};
GFileInfo *xfdesktop_file_icon_peek_file_info(XfdesktopFileIcon *icon);
GFileInfo *xfdesktop_file_icon_peek_filesystem_info(XfdesktopFileIcon *icon);
GFile *xfdesktop_file_icon_peek_file(XfdesktopFileIcon *icon);
void xfdesktop_file_icon_update_file_info(XfdesktopFileIcon *icon,
GFileInfo *info);
gboolean xfdesktop_file_icon_can_rename_file(XfdesktopFileIcon *icon);
gboolean xfdesktop_file_icon_can_delete_file(XfdesktopFileIcon *icon);
gboolean xfdesktop_file_icon_is_hidden_file(XfdesktopFileIcon *icon);
GIcon *xfdesktop_file_icon_add_emblems(XfdesktopFileIcon *icon,
GIcon *gicon);
void xfdesktop_file_icon_invalidate_icon(XfdesktopFileIcon *icon);
gboolean xfdesktop_file_icon_has_gicon(XfdesktopFileIcon *icon);
GIcon *xfdesktop_file_icon_get_gicon(XfdesktopFileIcon *icon);
gdouble xfdesktop_file_icon_get_opacity(XfdesktopFileIcon *icon);
gpointer xfdesktop_file_icon_get_hash_key(XfdesktopFileIcon *icon);
void xfdesktop_file_icon_free_hash_key(gpointer key);
const gchar *xfdesktop_file_icon_peek_sort_key(XfdesktopFileIcon *icon);
guint xfdesktop_file_icon_hash(gconstpointer icon);
gint xfdesktop_file_icon_equal(gconstpointer a,
gconstpointer b);
gchar *xfdesktop_file_icon_sort_key_for_file(GFile *file);
G_END_DECLS
#endif /* __XFDESKTOP_FILE_ICON_H__ */
Messung V0.5 in Prozent C=97 H=100 G=98
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet am 2026-07-10)
¤
*© Formatika GbR, Deutschland