web_plat/feeds_engine_api/inc/FeedsInterface.h
branchCompilerCompatibility
changeset 60 2b524de5b49b
parent 37 cb62a4f66ebe
equal deleted inserted replaced
57:5e70f2223398 60:2b524de5b49b
   228     /**
   228     /**
   229     * Print tables of database.
   229     * Print tables of database.
   230     *
   230     *
   231     * @return void
   231     * @return void
   232     */
   232     */
   233     IMPORT_C void RFeedsInterface::DebugPrintTablesL();
   233     IMPORT_C void DebugPrintTablesL();
   234 
   234 
   235     /**
   235     /**
   236     * Disconnect connection provided by client for manual update.
   236     * Disconnect connection provided by client for manual update.
   237     *
   237     *
   238     * @return void
   238     * @return void
   239     */
   239     */
   240     IMPORT_C void RFeedsInterface::DisconnectManualUpdateConnectionL();
   240     IMPORT_C void DisconnectManualUpdateConnectionL();
   241 
   241 
   242      /**
   242      /**
   243      * Fetches feed (async)
   243      * Fetches feed (async)
   244      *
   244      *
   245      * @param aEntity Feed to be fetched.
   245      * @param aEntity Feed to be fetched.
   293      * Sets up a notifier to execute when the settings change.
   293      * Sets up a notifier to execute when the settings change.
   294      *
   294      *
   295      * @return void.
   295      * @return void.
   296      */
   296      */
   297 
   297 
   298      IMPORT_C void RFeedsInterface::WatchSettingsL();
   298      IMPORT_C void WatchSettingsL();
   299 
   299 
   300      /**
   300      /**
   301      * Export passed folder in OPML file
   301      * Export passed folder in OPML file
   302      *
   302      *
   303      * @param aFeedsArray array of folder/feed to be exported
   303      * @param aFeedsArray array of folder/feed to be exported