[Groonga-commit] groonga/groonga-gobject at bcf8067 [master] Add Since tags

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 28 00:13:49 JST 2014


Kouhei Sutou	2014-01-28 00:13:49 +0900 (Tue, 28 Jan 2014)

  New Revision: bcf8067880bca277400145f75a887c9a40a63e5c
  https://github.com/groonga/groonga-gobject/commit/bcf8067880bca277400145f75a887c9a40a63e5c

  Message:
    Add Since tags

  Modified files:
    groonga-gobject/ggrn-command.c
    groonga-gobject/ggrn-context.c

  Modified: groonga-gobject/ggrn-command.c (+10 -0)
===================================================================
--- groonga-gobject/ggrn-command.c    2014-01-28 00:13:44 +0900 (91635b1)
+++ groonga-gobject/ggrn-command.c    2014-01-28 00:13:49 +0900 (85ada31)
@@ -179,6 +179,8 @@ ggrn_command_class_init(GGrnCommandClass *klass)
  * Allocates a new #GGrnCommand.
  *
  * Returns: a new #GGrnCommand.
+ *
+ * Since: 1.0.0
  */
 GGrnCommand *
 ggrn_command_new(GGrnContext *context, const gchar *name)
@@ -199,6 +201,8 @@ ggrn_command_new(GGrnContext *context, const gchar *name)
  *
  * If you add the same name argument twice, the old argument value is
  * overrode.
+ *
+ * Since: 1.0.0
  */
 void
 ggrn_command_add_argument(GGrnCommand *command,
@@ -217,6 +221,8 @@ ggrn_command_add_argument(GGrnCommand *command,
  *
  * Returns: The executed result of @command. It must be freed with
  *   g_free() when no longer needed.
+ *
+ * Since: 1.0.0
  */
 gchar *
 ggrn_command_execute(GGrnCommand *command)
@@ -257,6 +263,8 @@ to_path_append_argument(gpointer key, gpointer value, gpointer user_data)
  *
  * Returns: The path format command. It must be freed with
  *   g_free() when no longer needed.
+ *
+ * Since: 1.0.0
  */
 gchar *
 ggrn_command_to_path(GGrnCommand *command)
@@ -329,6 +337,8 @@ to_command_line_append_argument(gpointer key, gpointer value, gpointer user_data
  *
  * Returns: The command line format command. It must be freed with
  *   g_free() when no longer needed.
+ *
+ * Since: 1.0.0
  */
 gchar *
 ggrn_command_to_command_line(GGrnCommand *command)

  Modified: groonga-gobject/ggrn-context.c (+10 -0)
===================================================================
--- groonga-gobject/ggrn-context.c    2014-01-28 00:13:44 +0900 (c362b6e)
+++ groonga-gobject/ggrn-context.c    2014-01-28 00:13:49 +0900 (f08b7be)
@@ -142,6 +142,8 @@ _ggrn_context_check(GGrnContext *context, GError **error)
  * Opens a database.
  *
  * Returns: TRUE on success, FALSE if an error occurred.
+ *
+ * Since: 1.0.0
  */
 gboolean
 ggrn_context_open_database(GGrnContext *context,
@@ -165,6 +167,8 @@ ggrn_context_open_database(GGrnContext *context,
  * Creates a new database.
  *
  * Returns: TRUE on success, FALSE if an error is occurred.
+ *
+ * Since: 1.0.0
  */
 gboolean
 ggrn_context_create_database(GGrnContext *context,
@@ -189,6 +193,8 @@ ggrn_context_create_database(GGrnContext *context,
  *
  * Returns: The executed result of @command. It must be freed with
  *   g_free() when no longer needed.
+ *
+ * Since: 1.0.0
  */
 gchar *
 ggrn_context_execute_command(GGrnContext *context,
@@ -223,6 +229,8 @@ ggrn_context_execute_command(GGrnContext *context,
  * the executed command, use this API.
  *
  * Returns: TRUE on success, FALSE if an error is occurred.
+ *
+ * Since: 1.0.0
  */
 gboolean
 ggrn_context_send_command(GGrnContext  *context,
@@ -246,6 +254,8 @@ ggrn_context_send_command(GGrnContext  *context,
  *
  * Returns: The result of the sent command. It must be freed with
  *   g_free() when no longer needed.
+ *
+ * Since: 1.0.0
  */
 gchar *
 ggrn_context_receive_result(GGrnContext *context)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index