Remove hidden API from the exported header.
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 12 Mar 2013 04:57:44 +0000 (04:57 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 12 Mar 2013 04:57:44 +0000 (04:57 +0000)
Change-Id: Id9c8e8468598447e242c48a03dc3aab70bec4b75

include/provider_buffer.h
include/provider_buffer_internal.h
packaging/libprovider.spec

index d8f0b88..f4d80a8 100644 (file)
@@ -145,7 +145,7 @@ extern unsigned long provider_buffer_pixmap_id(struct livebox_buffer *info);
 
 /*!
  * \brief
- * \param[in] disp
+ * \param[in] disp Display information for handling the XPixmap type.
  * \return int
  */
 extern int provider_buffer_init(void *disp);
@@ -157,47 +157,46 @@ extern int provider_buffer_init(void *disp);
 extern int provider_buffer_fini(void);
 
 /*!
+ * \param[in] info
+ * \return int
  */
 extern int provider_buffer_pixmap_is_support_hw(struct livebox_buffer *info);
 
 /*!
+ * \param[in] info
+ * \return int
  */
 extern int provider_buffer_pixmap_create_hw(struct livebox_buffer *info);
 
 /*!
+ * \param[in] info
+ * \return int
  */
 extern int provider_buffer_pixmap_destroy_hw(struct livebox_buffer *info);
 
 /*!
+ * \brief Get the H/W system mapped buffer address(GEM buffer) if a buffer support it.
+ * \param[in] info
+ * \return void * H/W system mapped buffer address
  */
 extern void *provider_buffer_pixmap_hw_addr(struct livebox_buffer *info);
 
 /*!
+ * \brief Prepare the render buffer to write or read something on it.
+ * \param[in] info
+ * \return int
  */
 extern int provider_buffer_pre_render(struct livebox_buffer *info);
 
 /*!
+ * \brief Finish the render buffer acessing.
+ * \param[in] info 
+ * \return int
  */
 extern int provider_buffer_post_render(struct livebox_buffer *info);
 
 /*!
  */
-extern struct packet *provider_buffer_lb_key_down(pid_t pid, int handle, const struct packet *packet);
-
-/*!
- */
-extern struct packet *provider_buffer_lb_key_up(pid_t pid, int handle, const struct packet *packet);
-
-/*!
- */
-extern struct packet *provider_buffer_pd_key_down(pid_t pid, int handle, const struct packet *packet);
-
-/*!
- */
-extern struct packet *provider_buffer_pd_key_up(pid_t pid, int handle, const struct packet *packet);
-
-/*!
- */
 extern void *provider_buffer_user_data(struct livebox_buffer *handle);
 
 /*!
index 71dfba3..75256d3 100644 (file)
@@ -47,11 +47,16 @@ extern struct packet *provider_buffer_lb_mouse_up(pid_t pid, int handle, const s
 extern struct packet *provider_buffer_lb_mouse_move(pid_t pid, int handle, const struct packet *packet);
 extern struct packet *provider_buffer_lb_mouse_enter(pid_t pid, int handle, const struct packet *packet);
 extern struct packet *provider_buffer_lb_mouse_leave(pid_t pid, int handle, const struct packet *packet);
+extern struct packet *provider_buffer_lb_key_down(pid_t pid, int handle, const struct packet *packet);
+extern struct packet *provider_buffer_lb_key_up(pid_t pid, int handle, const struct packet *packet);
 extern struct packet *provider_buffer_pd_mouse_down(pid_t pid, int handle, const struct packet *packet);
 extern struct packet *provider_buffer_pd_mouse_up(pid_t pid, int handle, const struct packet *packet);
 extern struct packet *provider_buffer_pd_mouse_move(pid_t pid, int handle, const struct packet *packet);
 extern struct packet *provider_buffer_pd_mouse_enter(pid_t pid, int handle, const struct packet *packet);
 extern struct packet *provider_buffer_pd_mouse_leave(pid_t pid, int handle, const struct packet *packet);
+extern struct packet *provider_buffer_pd_key_down(pid_t pid, int handle, const struct packet *packet);
+extern struct packet *provider_buffer_pd_key_up(pid_t pid, int handle, const struct packet *packet);
+
 extern const char *provider_name(void);
 
 /* End of a file */
index 300fd59..81db16e 100644 (file)
@@ -1,6 +1,6 @@
 Name: libprovider
 Summary: Library for developing the livebox service provider.
-Version: 0.5.17
+Version: 0.5.18
 Release: 1
 Group: framework/livebox
 License: Flora License