[Xfce4-commits] <thunarx-python:master> Brought defs in line with thunar master (removed emblem stuff)
Adam Plumb
noreply at xfce.org
Thu May 27 18:10:23 CEST 2010
Updating branch refs/heads/master
to 14a200dca443fa56ee76152494956c0517208bf0 (commit)
from 4b4b00b4f22e7a9b25ec7466882d01cce4e4f04d (commit)
commit 14a200dca443fa56ee76152494956c0517208bf0
Author: Adam Plumb <adamplumb at gmail.com>
Date: Fri Dec 11 10:27:40 2009 -0500
Brought defs in line with thunar master (removed emblem stuff)
src/thunarx.defs | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/src/thunarx.defs b/src/thunarx.defs
index a7a70b6..ce25741 100644
--- a/src/thunarx.defs
+++ b/src/thunarx.defs
@@ -137,30 +137,6 @@
(return-type "GFile*")
)
-(define-method add_emblem
- (of-object "ThunarxFileInfo")
- (c-name "thunarx_file_info_add_emblem")
- (return-type "none")
- (parameters
- '("const-gchar*" "emblem_name")
- )
-)
-
-(define-method remove_emblem
- (of-object "ThunarxFileInfo")
- (c-name "thunarx_file_info_remove_emblem")
- (return-type "none")
- (parameters
- '("const-gchar*" "emblem_name")
- )
-)
-
-(define-method remove_emblems
- (of-object "ThunarxFileInfo")
- (c-name "thunarx_file_info_remove_emblems")
- (return-type "none")
-)
-
(define-method changed
(of-object "ThunarxFileInfo")
(c-name "thunarx_file_info_changed")
More information about the Xfce4-commits
mailing list