aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-13 17:44:11 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-13 17:44:11 +0800
commit836029eadc5ee33f809e25fca030d172497c81fc (patch)
tree2650b31be4c3619087ddc785492ecf89364268b1 /shell/evolution-storage.c
parentd9b4457fa6b9cf6cee8a2d59da3548492b7c1f6e (diff)
downloadgsoc2013-evolution-836029eadc5ee33f809e25fca030d172497c81fc.tar.gz
gsoc2013-evolution-836029eadc5ee33f809e25fca030d172497c81fc.tar.zst
gsoc2013-evolution-836029eadc5ee33f809e25fca030d172497c81fc.zip
remove GTK_OBJECT cast and other GTK stuff.
2002-11-13 Not Zed <NotZed@Ximian.com> * evolution-storage.c: remove GTK_OBJECT cast and other GTK stuff. * evolution-storage.h: this is a gobject not a gtkobject, fix cast macros, and get_type call. svn path=/trunk/; revision=18735
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r--shell/evolution-storage.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c
index 7bbe0e62b8..fc5bb05fcd 100644
--- a/shell/evolution-storage.c
+++ b/shell/evolution-storage.c
@@ -390,7 +390,7 @@ impl_Storage_asyncRemoveFolder (PortableServer_Servant servant,
storage = EVOLUTION_STORAGE (bonobo_object);
obj_dup = CORBA_Object_duplicate (listener, ev);
- g_signal_emit (GTK_OBJECT (storage), signals[REMOVE_FOLDER], 0,
+ g_signal_emit (storage, signals[REMOVE_FOLDER], 0,
obj_dup, path, physical_uri);
}
@@ -410,7 +410,7 @@ impl_Storage_asyncXferFolder (PortableServer_Servant servant,
storage = EVOLUTION_STORAGE (bonobo_object);
obj_dup = CORBA_Object_duplicate (listener, ev);
- g_signal_emit (GTK_OBJECT (storage), signals[XFER_FOLDER], 0,
+ g_signal_emit (storage, signals[XFER_FOLDER], 0,
obj_dup, source_path, destination_path, remove_source);
}
@@ -428,7 +428,7 @@ impl_Storage_updateFolder (PortableServer_Servant servant,
bonobo_object = bonobo_object_from_servant (servant);
storage = EVOLUTION_STORAGE (bonobo_object);
- g_signal_emit (GTK_OBJECT (storage), signals[UPDATE_FOLDER], 0,
+ g_signal_emit (storage, signals[UPDATE_FOLDER], 0,
path, unread_count);
priv = storage->priv;
@@ -461,7 +461,7 @@ impl_Storage_asyncOpenFolder (PortableServer_Servant servant,
bonobo_object = bonobo_object_from_servant (servant);
storage = EVOLUTION_STORAGE (bonobo_object);
- g_signal_emit (GTK_OBJECT (storage), signals[OPEN_FOLDER], 0,
+ g_signal_emit (storage, signals[OPEN_FOLDER], 0,
path);
}
@@ -480,7 +480,7 @@ impl_Storage_asyncDiscoverSharedFolder (PortableServer_Servant servant,
storage = EVOLUTION_STORAGE (bonobo_object);
obj_dup = CORBA_Object_duplicate (listener, ev);
- g_signal_emit (GTK_OBJECT (storage), signals[DISCOVER_SHARED_FOLDER], 0,
+ g_signal_emit (storage, signals[DISCOVER_SHARED_FOLDER], 0,
obj_dup, user, folder_name);
}
@@ -496,7 +496,7 @@ impl_Storage_cancelDiscoverSharedFolder (PortableServer_Servant servant,
bonobo_object = bonobo_object_from_servant (servant);
storage = EVOLUTION_STORAGE (bonobo_object);
- g_signal_emit (GTK_OBJECT (storage), signals[CANCEL_DISCOVER_SHARED_FOLDER], 0,
+ g_signal_emit (storage, signals[CANCEL_DISCOVER_SHARED_FOLDER], 0,
user, folder_name);
}
@@ -514,7 +514,7 @@ impl_Storage_asyncRemoveSharedFolder (PortableServer_Servant servant,
storage = EVOLUTION_STORAGE (bonobo_object);
obj_dup = CORBA_Object_duplicate (listener, ev);
- g_signal_emit (GTK_OBJECT (storage), signals[REMOVE_SHARED_FOLDER], 0,
+ g_signal_emit (storage, signals[REMOVE_SHARED_FOLDER], 0,
obj_dup, path);
}
@@ -558,7 +558,7 @@ impl_Storage_showFolderProperties (PortableServer_Servant servant,
EvolutionStorage *storage;
storage = EVOLUTION_STORAGE (bonobo_object_from_servant (servant));
- g_signal_emit (GTK_OBJECT (storage), signals[SHOW_FOLDER_PROPERTIES], 0,
+ g_signal_emit (storage, signals[SHOW_FOLDER_PROPERTIES], 0,
path, item_number, parent_window_id);
}
@@ -1128,7 +1128,7 @@ evolution_storage_update_folder (EvolutionStorage *evolution_storage,
priv = evolution_storage->priv;
- g_signal_emit (GTK_OBJECT (evolution_storage), signals[UPDATE_FOLDER], 0,
+ g_signal_emit (evolution_storage, signals[UPDATE_FOLDER], 0,
path, unread_count);
if (priv->corba_storage_listeners == NULL)
@@ -1335,4 +1335,4 @@ evolution_storage_add_property_item (EvolutionStorage *evolution_storage,
E_MAKE_X_TYPE (evolution_storage, "EvolutionStorage", EvolutionStorage,
class_init, init, PARENT_TYPE,
POA_GNOME_Evolution_Storage__init,
- GTK_STRUCT_OFFSET (EvolutionStorageClass, epv))
+ G_STRUCT_OFFSET (EvolutionStorageClass, epv))
/td>Upgrade, 2.0 -> 2.2. They apparently stopped using Motif (whichasami1996-02-075-23/+16 * Added tgif.asami1996-01-311-1/+2 * tgif, an X11-based drawing tool.asami1996-01-316-0/+89 * Use absolute path to ldconfigache1996-01-252-3/+3 * add @exec ranlibache1996-01-252-0/+2 * exec ranlib & ldconfigache1996-01-251-0/+2 * (Among other things) add version number 1.0 to PKGNAME.asami1996-01-151-7/+7 * PLIST: the binary is now named `hpscan', not `scanner'joerg1996-01-142-4/+4 * Some additions:joerg1996-01-143-0/+262 * We do have an Imakefile now.joerg1996-01-141-1/+2 * HP ScanJet user-level scanner driver written by Richard Tobin.nate1996-01-136-0/+122 * xv is "shareware except for personal use only", and it is ok to put itasami1995-12-203-3/+12 * Fix categoriesache1995-12-051-2/+2 * Add pngache1995-12-051-1/+2 * libpng - manipulate PNG images libraryache1995-12-056-0/+144 * Delete @cwd, @mode, @owner and @group from these packing lists.asami1995-11-131-4/+0 * Use @cd to switch between /usr/local and /usr/X11R6, not absolute pathnames.asami1995-11-131-38/+40 * Add xbmbrowser.asami1995-11-091-1/+2 * View complete directories of X bitmaps and X pixmaps.asami1995-11-096-0/+79 * Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-096-6/+6 * fixed COMMENTSerich1995-10-291-1/+1 * Remove NO_PACKAGE, this comes as a binary package but it is redistributable.asami1995-10-121-3/+3 * (1) Change second master site's path (netcom)asami1995-10-114-8/+8 * fixed EXEC_DEPENDS => RUN_DEPENDSerich1995-10-051-2/+6 * Add missing manpageache1995-10-041-0/+1 * Change jpeg library major to 6ache1995-10-045-10/+10 * Added spigot library.asami1995-10-031-1/+2 * The libspigot library. Required by nv. Note this is a binary package.asami1995-10-035-0/+26 * Do not build regular objects with -fpicache1995-10-0210-28/+34 * Upgrade, 3.1.3 -> 3.1.4.asami1995-09-2612-56/+90 * Upgrade to 2.70.1ache1995-09-233-7/+6 * Added xfractint.asami1995-09-091-1/+2 * The Unix port of fractint, a program to calculate pretty fractals.asami1995-09-097-0/+207 * (1) Take out x11 from CATEGORIES, we don't put it there just because itasami1995-08-291-7/+8 * Add aero to SUBDIRsjkh1995-08-281-1/+2 * A povray modeller. I tweaked the original to also install the examplesjkh1995-08-286-0/+164 * Add blurb about animation formats from the man page. Without this,asami1995-08-151-3/+41 * change XMKMF from "xmkmf" to "xmkmf -a" because the "make Makefiles" hacktorstenb1995-08-071-2/+1 * Add xgrasp.asami1995-07-291-1/+2 * xgrasp-1.7d, display GL animations in an X window. It only works onasami1995-07-295-0/+33 * The ftp site is now changed from romulus.ucs.uoknor.edu to ftp.uoknor.edu.ats1995-07-271-3/+2 * Add xdl, convert to new format.asami1995-07-181-5/+19 * xdl-2.1, display DL animations on X screen.asami1995-07-185-0/+32 * Link with -lgnumalloc. Silence <malloc.h> warning along the way.asami1995-07-051-0/+74 * Upgrade, 3.4e -> 3.4f. Shared library version has changed 4.5 -> 4.6asami1995-06-265-10/+8 * Addasami1995-06-2410-5/+25 * Forgot a $ sign in the previous commit of the patch file.ats1995-05-273-3/+3 * Changed the hardocded /usr/X11R6 to ${X11BASE} so that people with olderats1995-05-273-6/+6 * Add "USE_X11=yes" this port doesn't require explicit xmkmf (it'sasami1995-05-161-1/+3 * Put back vcg, ftp site is back up.asami1995-05-151-3/+2 * Add Mesa (doesn't install) and vcg (can't connect to master site) toasami1995-05-141-1/+4 * Clean up subdir Makefiles. They now all look like this:asami1995-05-141-3/+2 * Add NO_PACKAGE.asami1995-05-141-1/+4 * Reorder things in alphabetical order.asami1995-05-131-4/+4 * Upgrade to xanim 2.69.7.8smace1995-05-044-7/+7 * Checksum mismatch -- this one is fetched from the first master siteasami1995-05-021-1/+1 * manpages installed in /usr/local, not /usr/X11R6asami1995-04-241-10/+10 * Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :pasami1995-04-182-6/+6 * add "-c" to installtorstenb1995-04-171-2/+2 * Upgrade to 3.6.2.roberto1995-04-163-5/+5 * Upgrade, 5a -> 5b. I changed shlib version from 5.0 to 5.1.asami1995-04-1610-30/+32 * Add pixmap to SUBDIR listjmz1995-04-141-2/+2 * Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-111-1/+2 * Yet another round of Makefile updates, graphics version.asami1995-04-0921-88/+123 * Make this go to the right place for -lX11 (-l${PREFIX}/lib).jkh1995-04-042-4/+6 * Upgrade to 1.1.3beta.hsu1995-04-044-8/+8 * Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-0121-20/+41 * Change the X11BASE to PREFIX so that the -lX11 gets found. X11BASE doesn'tats1995-03-301-1/+1 * MD5 checksum for ImageMagickgpalmer1995-03-281-0/+1 * Upgrade to 3.6gpalmer1995-03-281-2/+5 * Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-245-5/+10 * Upgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5.asami1995-03-225-8/+8 * Add ImageMagick to the subdirs list.ats1995-03-201-3/+3 * Add a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11.ats1995-03-191-6/+10 * The makefiles now use some gmake constructs.hsu1995-03-162-2/+4 * Author updated distribution w/o bumping version number.hsu1995-03-162-2/+2 * Upgrade to 1.1.2 beta.hsu1995-03-164-10/+8 * Use manifest constant CLOCKS_PER_SEC instead of sysconf(_SC_CLK_TCK).hsu1995-03-064-12/+38 * Update to 1.1 beta.hsu1995-03-062-6/+6 * Forgot to add bin/*merge when I changed it to use merged executables....asami1995-03-041-0/+4 * Distname is now pixmap2.6.tar.gz, not pixmap.tar.gz.asami1995-02-281-1/+1 * Grab source from mirror site (crl.dec.com)'s contrib/applications insteadasami1995-02-281-28/+3 * Add header.asami1995-02-281-0/+9 * Patch to Imakefile.asami1995-02-281-0/+24 * Checksum.asami1995-02-281-0/+1 * Set MAKE_FLAGS so that the port honors ${PREFIX}.jmz1995-02-282-2/+8 * port moved from the print directoryjmz1995-02-284-0/+62 * Fixed LIB_DEPENDS---xpm library has major version number 4, not 3.asami1995-02-271-1/+1 * Disable povray until someone fixes it. I try's to use the matherr functionsats1995-02-261-2/+4 * Use an explizit XMKMF= xmkmf. I will later change the bsd.por.mk to useats1995-02-261-1/+2 * Changed all occurences of /usr/include/dore.h to relative includes in theats1995-02-261-0/+61 * Add dore.jkh1995-02-221-2/+2 * The Dore' graphics toolkit. This thing is a monster, but the examplesjkh1995-02-19