]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkdnd.c
x11: Make xsettings callbacks code go away
[~andy/gtk] / gdk / gdkdnd.c
index fd54a8a71b8255ed34fbaa59681d200f55961f86..1614a3955434b501c39ffa4ac8e69be4da664fe9 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /*
@@ -70,7 +68,7 @@ gdk_drag_context_list_targets (GdkDragContext *context)
  * @context: a #GdkDragContext
  *
  * Determines the bitmask of actions proposed by the source if
- * gdk_drag_context_suggested_action() returns GDK_ACTION_ASK.
+ * gdk_drag_context_get_suggested_action() returns GDK_ACTION_ASK.
  *
  * Return value: the #GdkDragAction flags
  *