]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkimageprivate.h
Fix DND with frame sync
[~andy/gtk] / gtk / gtkimageprivate.h
index 81a340d0d734e5553e42e3cbba5507cc4915945f..6e78bdc6dbf2c00a616d4ba3fdfe2a26e98b7a2b 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/>.
  */
 
 /*
@@ -75,6 +73,7 @@ struct _GtkImageGIconData
   GdkPixbuf *pixbuf;
 };
 
+void _gtk_image_gicon_data_clear (GtkImageGIconData *data);
 
 G_END_DECLS