]> Pileus Git - ~andy/gtk/commit
gtk_init*(): Document that argc/argv can be 0,NULL.
authorMurray Cumming <murrayc@murrayc.com>
Sat, 5 Mar 2011 13:53:52 +0000 (14:53 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Sat, 5 Mar 2011 13:57:32 +0000 (14:57 +0100)
commit5b347db1af73e19d41016a7e3d699c262d147c18
tree840ba9fb91e0b9916cf75b8df2d1446f27582369
parentc28b483c06e2b93454f8a472de13a13583d980d5
gtk_init*(): Document that argc/argv can be 0,NULL.

* gtk/gtkmain.c: (gtk_init): Mention that argc and argv can be 0,
  using the new text from the g_applicatoin_run() documentation.
  There was already introspection annotation about that.
  (gtk_init_check, gtk_init_with_args): Use the same text here.
  See bug #643649 comment 2.
gtk/gtkmain.c