~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to src/thumbview/eog-thumb-nav.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-04-02 21:39:33 UTC
  • mfrom: (1.5.1) (15.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140402213933-r0w3gna0pv7q7085
Tags: 3.12.0-1
* New upstream release.
* Revert changes done in 3.10.1-3
  - i.e. lower gnome-desktop build-dependency again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *
17
17
 * You should have received a copy of the GNU General Public License
18
18
 * along with this program; if not, write to the Free Software
19
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 */
21
21
 
22
22
#ifndef __EOG_THUMB_NAV_H__
32
32
 
33
33
typedef struct _EogThumbNav EogThumbNav;
34
34
typedef struct _EogThumbNavClass EogThumbNavClass;
35
 
typedef struct _EogThumbNavPrivate EogThumbNavPrivate;
36
35
 
37
36
#define EOG_TYPE_THUMB_NAV (eog_thumb_nav_get_type ())
38
37
#define EOG_THUMB_NAV(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), EOG_TYPE_THUMB_NAV, EogThumbNav))
44
43
struct _EogThumbNav
45
44
{
46
45
  GtkBox base_instance;
47
 
 
48
 
  EogThumbNavPrivate *priv;
49
46
};
50
47
 
51
48
struct _EogThumbNavClass