]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkdndprivate.h
Small documentation fixes for frame synchronization
[~andy/gtk] / gdk / gdkdndprivate.h
index 618f0cc075d1edae3532320b6e8b75ab8a626f96..90c3a20d4ad010f1e7dacd94ca107591927f0840 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/>.
  */
 
 #ifndef __GDK_DND_PRIVATE_H__
@@ -69,6 +67,7 @@ struct _GdkDragContextClass {
 struct _GdkDragContext {
   GObject parent_instance;
 
+  /*< private >*/
   GdkDragProtocol protocol;
 
   gboolean is_source;