GNOME Bugzilla – Bug 669636
gtkactiongroup: clarify set_translation_domain docs
Last modified: 2012-02-08 09:38:36 UTC
A small proposal to make it clear that NULL is ok.
Created attachment 207066 [details] [review] gtkactiongroup: clarify set_translation_domain docs NULL is an actual useful value for gtk_action_group_set_translation_domain, but this information is buried in g_dgettext() documentation. Be extra redundant, to make it obvious that NULL is ok.
Review of attachment 207066 [details] [review]: looks good to me. ::: gtk/gtkactiongroup.c @@ +1407,3 @@ * gtk_action_group_set_translation_domain: * @action_group: a #GtkActionGroup + * @domain: the translation domain to use for g_dgettext() calls, or adding (allow-none) would also make language bindings happier
Created attachment 207071 [details] [review] gtkactiongroup: clarify set_translation_domain docs NULL is an actual useful value for gtk_action_group_set_translation_domain, but this information is buried in g_dgettext() documentation. Be extra redundant, to make it obvious that NULL is ok. = Updated.
Review of attachment 207071 [details] [review]: looks good to me.
Done. Thanks!