Changeset 3392
- Timestamp:
- 07/07/08 09:42:50 (2 months ago)
- Files:
-
- trunk/opensync/plugin/opensync_plugin_ressource.c (modified) (3 diffs)
- trunk/opensync/plugin/opensync_plugin_ressource.h (modified) (1 diff)
- trunk/opensync/plugin/opensync_plugin_ressource_internals.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/opensync/plugin/opensync_plugin_ressource.c
r3329 r3392 53 53 if (ressource->name) 54 54 g_free(ressource->name); 55 56 if (ressource->objtype) 57 g_free(ressource->objtype); 55 58 56 59 if (ressource->mime) … … 141 144 } 142 145 143 #if 0 /* KILL? */144 146 const char *osync_plugin_ressource_get_objtype(OSyncPluginRessource *ressource) 145 147 { … … 156 158 ressource->objtype = g_strdup(objtype); 157 159 } 158 #endif159 160 160 161 const char *osync_plugin_ressource_get_path(OSyncPluginRessource *ressource) trunk/opensync/plugin/opensync_plugin_ressource.h
r3329 r3392 44 44 OSYNC_EXPORT void osync_plugin_ressource_remove_objformat_sink(OSyncPluginRessource *ressource, OSyncObjFormatSink *formatsink); 45 45 46 /* TODO: Kill47 46 OSYNC_EXPORT const char *osync_plugin_ressource_get_objtype(OSyncPluginRessource *ressource); 48 47 OSYNC_EXPORT void osync_plugin_ressource_set_objtype(OSyncPluginRessource *ressource, const char *objtype); 49 */50 48 51 49 OSYNC_EXPORT const char *osync_plugin_ressource_get_path(OSyncPluginRessource *ressource); trunk/opensync/plugin/opensync_plugin_ressource_internals.h
r3329 r3392 34 34 char *mime; 35 35 /** Objtype of the ressource */ 36 // KILL?! TODO 37 //char *objtype; 38 /** ObjFormatSink List of this ressource */ 36 char *objtype; 37 /** OSyncObjFormatSink List of this ressource */ 39 38 OSyncList *objformatsinks; 40 39 /** Filesystem path */
