]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-avatar-image.h
remove released flag
[empathy.git] / libempathy-gtk / empathy-avatar-image.h
index bd83e4bb8871c937f8dc1754b2442dd08645faf4..65f088ecddbcbce6ddf3aab214096b8fe2138c1d 100644 (file)
@@ -15,8 +15,8 @@
  *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
  *
  * Authors: Xavier Claessens <xclaesse@gmail.com>
  */
@@ -24,9 +24,9 @@
 #ifndef __EMPATHY_AVATAR_IMAGE_H__
 #define __EMPATHY_AVATAR_IMAGE_H__
 
-#include <gtk/gtkeventbox.h>
+#include <gtk/gtk.h>
 
-#include <libempathy/empathy-avatar.h>
+#include "empathy-contact.h"
 
 G_BEGIN_DECLS
 
@@ -42,6 +42,8 @@ typedef struct _EmpathyAvatarImageClass EmpathyAvatarImageClass;
 
 struct _EmpathyAvatarImage {
        GtkEventBox parent;
+
+       /*<private>*/
        gpointer priv;
 };