Merge "fix klocwork issue" into tizen_2.2
[platform/framework/native/uifw.git] / inc / FUiCtrlIGalleryItemProvider.h
index e45ec92..7cec3c3 100644 (file)
@@ -9,7 +9,7 @@
 //     http://www.apache.org/licenses/LICENSE-2.0/
 //
 // Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an ”AS IS” BASIS,
+// distributed under the License is distributed on an "AS IS" BASIS,
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
@@ -33,7 +33,7 @@ namespace Tizen { namespace Ui { namespace Controls
 
 /**
  * @interface  IGalleryItemProvider
- * @brief              This interface implements the provider for events on Gallery.
+ * @brief              This interface implements the provider for events on %Gallery.
  *
  * @since              2.0
  *
@@ -74,6 +74,7 @@ public:
         * @remarks             An application that uses the Gallery control must implement this method. This method is expected to return an item that is allocated on a
         *                              heap memory. The returned item can be of type GalleryItem. Note that when the item is not required, the Gallery control calls the
         *                              IGalleryItemProvider::DeleteItem() method.
+        *                              The returned item should not be a null pointer.
         */
        virtual Tizen::Ui::Controls::GalleryItem* CreateItem(int index) = 0;