Home
last modified time | relevance | path

Searched refs:DirRow2 (Results 1 – 23 of 23) sorted by relevance

/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Ddirpane.h19 extern const gchar * dp_full_name(const DirPane *dp, const DirRow2 *row);
35 extern gboolean dp_is_selected(DirPane *dp, const DirRow2 *row);
48 extern gboolean dp_rescan_row(DirPane *dp, const DirRow2 *row, GError **error);
58 extern void dp_select(DirPane *dp, const DirRow2 *row);
60 extern void dp_unselect(DirPane *dp, const DirRow2 *row);
62 extern void dp_toggle(DirPane *dp,const DirRow2 *row);
82 extern GFile * dp_get_file_from_row(const DirPane *dp, const DirRow2 *row);
93 extern goffset dp_row_get_size(const GtkTreeModel *model, const DirRow2 *row);
96 extern guint32 dp_row_get_mode(const GtkTreeModel *model, const DirRow2 *row);
103 extern guint32 dp_row_get_gid(const GtkTreeModel *model, const DirRow2 *row);
[all …]
H A Ddirpane.c113 const gchar * dp_full_name(const DirPane *dp, const DirRow2 *row) in dp_full_name()
351 void dp_select(DirPane *dp, const DirRow2 *row) in dp_select()
367 void dp_unselect(DirPane *dp, const DirRow2 *row) in dp_unselect()
383 void dp_toggle(DirPane *dp, const DirRow2 *row) in dp_toggle()
631 gboolean dp_is_selected(DirPane *dp, const DirRow2 *row) in dp_is_selected()
1221 GFile * dp_get_file_from_row(const DirPane *dp, const DirRow2 *row) in dp_get_file_from_row()
1242 static void row_emit_changed(GtkTreeModel *model, const DirRow2 *row) in row_emit_changed()
1328 goffset dp_row_get_size(const GtkTreeModel *model, const DirRow2 *row) in dp_row_get_size()
1352 guint32 dp_row_get_mode(const GtkTreeModel *model, const DirRow2 *row) in dp_row_get_mode()
1400 guint32 dp_row_get_gid(const GtkTreeModel *model, const DirRow2 *row) in dp_row_get_gid()
[all …]
H A Dcmd_select.c68 typedef void (*SelAction)(DirPane *, const DirRow2 *);
140 void (*afunc)(DirPane *dp, const DirRow2 *row); in cmd_selectrow()
144 afunc(src, (DirRow2 *) &iter); in cmd_selectrow()
204 static gboolean filter_set(DirPane *dp, const DirRow2 *row, const SelParam *sp) in filter_set()
215 static gboolean filter_type(DirPane *dp, const DirRow2 *row, const SelParam *sp) in filter_type()
248 void (*sel_action)(DirPane *dp, const DirRow2 *row) = NULL; in do_selectre()
519 const DirRow2 *sel = iter->data; in cmd_selectext()
570 const gchar *dn = dp_row_get_name_display(dp_get_tree_model(src), (DirRow2 *) &si); in cmd_selectsuffix()
583 void (*afunc)(DirPane *dp, const DirRow2 *row); in cmd_selectsuffix()
627 types = g_list_append(NULL, dp_row_get_ftype(dp_get_tree_model(src), (DirRow2* ) &ei)); in cmd_selecttype()
[all …]
H A Dcmd_generic.h18 typedef void (*GenBodyFunc)(MainInfo *min, DirPane *src, DirRow2 *row, gpointer generic, gpointer u…
19 typedef gint (*GenActionFunc)(MainInfo *min, DirPane *src, DirPane *dst, DirRow2 *row, GError **err…
H A Dtypes.c162 static gint check_perm(const FType *type, GtkTreeModel *model, const DirRow2 *row) in check_perm()
222 static gboolean check_type(DirPane *dp, const DirRow2 *row, FType *type, const gchar *fout) in check_type()
430 static FType * identify(DirPane *dp, const DirRow2 *row) in identify()
442 void typ_identify(DirPane *dp, const DirRow2 *row) in typ_identify()
451 DirRow2 *sr; in typ_identify()
463 static FType * match_file(DirPane *dp, GList *list, DirRow2 *row, const gchar *fout) in match_file()
585 g_slice_free1(sizeof (DirRow2), here->data); in typ_identify_end()
H A Dcmd_moveas.c37 static void mva_body(MainInfo *min, DirPane *src, DirRow2 *row, gpointer gen, gpointer user) in mva_body()
57 static gint mva_action(MainInfo *min, DirPane *src, DirPane *dst, DirRow2 *row, GError **error, gpo… in mva_action()
H A Dcmd_copyas.c42 static void cpa_copy_body(MainInfo *min, DirPane *src, DirRow2 *row, gpointer gen, gpointer user) in cpa_copy_body()
72 static void cpa_link_body(MainInfo *min, DirPane *src, DirRow2 *row, gpointer gen, gpointer user) in cpa_link_body()
115 static gint cpa_action(MainInfo *min, DirPane *src, DirPane *dst, DirRow2 *row, GError **error, gpo… in cpa_action()
H A Dcmd_rename.c157 static void ren_body(MainInfo *min, DirPane *src, DirRow2 *row, gpointer gen, gpointer user) in ren_body()
179 static gboolean do_rename(DirPane *src, const DirRow2 *row, const gchar *new_name, GError **error) in do_rename()
197 static gint ren_action(MainInfo *min, DirPane *src, DirPane *dst, DirRow2 *row, GError **error, gpo… in ren_action()
H A Ddpformat.h18 gboolean dpf_get_content(MainInfo *min, const DirPane *dp, const DirRow2 *row, DPContent content, g…
H A Dcmd_parent.c47 DirRow2 iter; in cmd_parent()
H A Dtypes.h25 extern void typ_identify(DirPane *dp, const DirRow2 *row);
H A Dcmd_chown.c52 static void cho_body(MainInfo *min, DirPane *src, DirRow2 *row, gpointer gen, gpointer user) in cho_body()
147 static gint cho_action(MainInfo *min, DirPane *src, DirPane *dst, DirRow2 *row, GError **err, gpoin… in cho_action()
H A Dcmd_info.c108 static GtkWidget * build_gio_info(const DirPane *dp, const DirRow2 *row) in build_gio_info()
163 static GtkWidget * build_info(MainInfo *min, const DirPane *dp, const DirRow2 *row, DirSizeInfo **d… in build_info()
321 static gint information(MainInfo *min, const DirPane *dp, const DirRow2 *row) in information()
H A Dcmd_symlink.c106 static void link_body(MainInfo *min, DirPane *src, DirRow2 *row, gpointer gen, gpointer user) in link_body()
124 static gint link_action(MainInfo *min, DirPane *src, DirPane *dst, DirRow2 *row, GError **error, gp… in link_action()
H A Dcmd_chmod.c92 static void chm_body(MainInfo *min, DirPane *src, DirRow2 *row, gpointer gen, gpointer user) in chm_body()
158 static gint chm_action(MainInfo *min, DirPane *src, DirPane *dst, DirRow2 *row, GError **err, gpoin… in chm_action()
H A Dcmd_dpfocusisrch.c90 const gchar *dname = dp_row_get_name_display(model, (DirRow2*) iter); in cb_search_compare()
H A Dcmd_split.c258 static void spt_body(MainInfo *min, DirPane *src, DirRow2 *row, gpointer gen, gpointer user) in spt_body()
323 static gint do_split(SplitInfo *spi, DirPane *src, DirPane *dst, DirRow2 *row, GError **error) in do_split()
396 static gint spt_action(MainInfo *min, DirPane *src, DirPane *dst, DirRow2 *row, GError **error, gpo… in spt_action()
H A Dcmd_delete.c220 DirRow2 *row = iter->data; in cmd_delete()
H A Dgentoo.h425 typedef GtkTreeIter DirRow2; typedef
H A Dcmd_join.c111 DirRow2 *dr; in do_join()
H A Ddirhistory.c230 DirRow2 iter; in dph_dirsel_apply()
H A Ddpformat.c302 gboolean dpf_get_content(MainInfo *min, const DirPane *dp, const DirRow2 *row, DPContent content, g… in dpf_get_content()
435 static void format_colors_row(GtkTreeModel *model, const DirRow2 *row, GtkCellRenderer *r, gboolean… in format_colors_row()
H A Dcmd_renamere.c76 static gboolean do_rename(MainInfo *min, DirPane *dp, const DirRow2 *row, const gchar *newname, GEr… in do_rename()