aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponentDnd.idl
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-03-21 16:02:28 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-03-21 16:02:28 +0800
commitc0174ecb4e5427bed34ce57047e38fbc66ee477d (patch)
tree3bed960d7c97a7171f46c5a2265b44460312c8cd /shell/Evolution-ShellComponentDnd.idl
parent3c927d0702eefef2cf02baf917e1366f49f17947 (diff)
downloadgsoc2013-evolution-c0174ecb4e5427bed34ce57047e38fbc66ee477d.tar
gsoc2013-evolution-c0174ecb4e5427bed34ce57047e38fbc66ee477d.tar.gz
gsoc2013-evolution-c0174ecb4e5427bed34ce57047e38fbc66ee477d.tar.bz2
gsoc2013-evolution-c0174ecb4e5427bed34ce57047e38fbc66ee477d.tar.lz
gsoc2013-evolution-c0174ecb4e5427bed34ce57047e38fbc66ee477d.tar.xz
gsoc2013-evolution-c0174ecb4e5427bed34ce57047e38fbc66ee477d.tar.zst
gsoc2013-evolution-c0174ecb4e5427bed34ce57047e38fbc66ee477d.zip
StudlyCapsify struct members to match the new IDL naming standards.
svn path=/trunk/; revision=8862
Diffstat (limited to 'shell/Evolution-ShellComponentDnd.idl')
-rw-r--r--shell/Evolution-ShellComponentDnd.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/shell/Evolution-ShellComponentDnd.idl b/shell/Evolution-ShellComponentDnd.idl
index 7eaea434fc..0186215627 100644
--- a/shell/Evolution-ShellComponentDnd.idl
+++ b/shell/Evolution-ShellComponentDnd.idl
@@ -33,10 +33,10 @@ module ShellComponentDnd {
interface SourceFolder : Bonobo::Unknown {
struct Context {
- string physical_uri;
- string folder_type;
- ActionSet possible_actions;
- Action suggested_action;
+ string physicalUri;
+ string folderType;
+ ActionSet possibleActions;
+ Action suggestedAction;
};
/* The user started a drag from this object. If the component
@@ -68,9 +68,9 @@ module ShellComponentDnd {
interface DestinationFolder : Bonobo::Unknown {
struct Context {
- string dnd_type;
- ActionSet possible_actions;
- Action suggested_action;
+ string dndType;
+ ActionSet possibleActions;
+ Action suggestedAction;
};
/* The user is moving a dragged object over our folder. This