]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkvisual.c
x11: Remove unused argument
[~andy/gtk] / gdk / gdkvisual.c
index c1b0160f2e8e2ff49d4f320cf0be558b71f89fec..7d604d494119482ae089c986ec53ff2ba08d0ee9 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #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