X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gdk%2Fgdkvisual.c;h=7d604d494119482ae089c986ec53ff2ba08d0ee9;hb=e4aa9f05ae6e9b55d696f43c64ea61d91f8a1671;hp=c1b0160f2e8e2ff49d4f320cf0be558b71f89fec;hpb=920e8b434367f9aa8aab306721cc024e66892e2e;p=~andy%2Fgtk diff --git a/gdk/gdkvisual.c b/gdk/gdkvisual.c index c1b0160f2..7d604d494 100644 --- a/gdk/gdkvisual.c +++ b/gdk/gdkvisual.c @@ -16,9 +16,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #include "config.h" @@ -219,8 +217,9 @@ gdk_visual_get_best_with_both (gint depth, /** * gdk_query_depths: - * @depths: (out) (array): return location for available depths - * @count: (out): return location for number of available depths + * @depths: (out) (array length=count) (transfer none): return + * location for available depths + * @count: return location for number of available depths * * This function returns the available bit depths for the default * screen. It's equivalent to listing the visuals @@ -240,7 +239,8 @@ gdk_query_depths (gint **depths, /** * gdk_query_visual_types: - * @visual_types: return location for the available visual types + * @visual_types: (out) (array length=count) (transfer none): return + * location for the available visual types * @count: return location for the number of available visual types * * This function returns the available visual types for the default