Fix doc comment.

* gtk/gtkmain.c (gtk_init): Fix doc comment.

	* gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
	doc comment gtk-doc-grokkable.
This commit is contained in:
Matthias Clasen 2002-08-07 22:23:18 +00:00
parent 327fcd344d
commit f1d08f9c37
8 changed files with 47 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.
* gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
doc comment gtk-doc-grokkable.
2002-08-06 jacob berkman <jacob@ximian.com>
* configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)

View File

@ -1,3 +1,10 @@
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.
* gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
doc comment gtk-doc-grokkable.
2002-08-06 jacob berkman <jacob@ximian.com>
* configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)

View File

@ -1,3 +1,10 @@
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.
* gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
doc comment gtk-doc-grokkable.
2002-08-06 jacob berkman <jacob@ximian.com>
* configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)

View File

@ -1,3 +1,10 @@
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.
* gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
doc comment gtk-doc-grokkable.
2002-08-06 jacob berkman <jacob@ximian.com>
* configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)

View File

@ -1,3 +1,10 @@
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.
* gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
doc comment gtk-doc-grokkable.
2002-08-06 jacob berkman <jacob@ximian.com>
* configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)

View File

@ -1,3 +1,10 @@
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.
* gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
doc comment gtk-doc-grokkable.
2002-08-06 jacob berkman <jacob@ximian.com>
* configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)

View File

@ -890,7 +890,7 @@ gtk_init_check (int *argc,
#undef gtk_init
/**
* gtk_init_check:
* gtk_init:
* @argc: Address of the <parameter>argc</parameter> parameter of your
* <function>main()</function> function. Changed if any arguments were
* handled.
@ -900,8 +900,8 @@ gtk_init_check (int *argc,
*
* Call this function before using any other GTK+ functions in your GUI
* applications. It will initialize everything needed to operate the toolkit and
* parses some standard command line options. <parameter>argc</parameter> and
* <parameter>argv</parameter> are adjusted accordingly so your own code will
* parses some standard command line options. @argc and
* @argv are adjusted accordingly so your own code will
* never see those standard arguments.
*
* <note><para>

View File

@ -201,7 +201,8 @@ gtk_tree_path_new_from_string (const gchar *path)
/**
* gtk_tree_path_new_from_indices:
* @first_index and @varargs: list of integers terminated by -1
* @first_index: first integer
* @varargs: list of integers terminated by -1
*
* Creates a new path with @first_index and @varargs as indices.
*