~ubuntu-branches/ubuntu/trusty/cheese/trusty

« back to all changes in this revision

Viewing changes to docs/reference/html/cheese-Initializing-libcheese-gtk.html

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2013-12-15 04:02:52 UTC
  • mfrom: (1.6.4) (7.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20131215040252-ofr61hte3zjvzkld
Tags: 3.10.1-1sid1ubuntu1
* Merge from Debian unstable. (LP: #1261080) Remaining changes:
  - debian/cheese-common.install, debian/source_cheese.py:
    + Add Apport hook.
  - debian/control:
    + Bump conflicts/replaces since we didn't take the
      libcheese-gtk-dev/ libcheese-doc split until raring.
    + Build-Depends on good gstreamer plugins instead of bad.
    + Suggest gnome-video-effects-extra, as well.
  - debian/patches/use-plugins-good.patch:
    + The camerabin plugin is part of the good gstreamer plugins
      in Ubuntu.
* debian/patches/fix-help-license.patch,
  debian/patches/fix-um-crop-license.patch:
  - Removed, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Initializing libcheese-gtk</title>
 
5
<title>Cheese Reference Manual: Initializing libcheese-gtk</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Cheese Reference Manual">
8
8
<link rel="up" href="libcheese-gtk.html" title="libcheese-gtk">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
 
<tr valign="middle">
17
 
<td><a accesskey="p" href="libcheese-gtk.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="libcheese-gtk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
 
<th width="100%" align="center">Cheese Reference Manual</th>
21
 
<td><a accesskey="n" href="CheeseAvatarChooser.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
 
</tr>
23
 
<tr><td colspan="5" class="shortcuts">
24
 
<a href="#cheese-Initializing-libcheese-gtk.synopsis" class="shortcut">Top</a>
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
 
16
<td width="100%" align="left">
 
17
<a href="#" class="shortcut">Top</a>
25
18
                   | 
26
19
                  <a href="#cheese-Initializing-libcheese-gtk.description" class="shortcut">Description</a>
27
 
</td></tr>
28
 
</table>
 
20
</td>
 
21
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
 
22
<td><a accesskey="u" href="libcheese-gtk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
 
23
<td><a accesskey="p" href="libcheese-gtk.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
 
24
<td><a accesskey="n" href="CheeseAvatarChooser.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
 
25
</tr></table>
29
26
<div class="refentry">
30
27
<a name="cheese-Initializing-libcheese-gtk"></a><div class="titlepage"></div>
31
28
<div class="refnamediv"><table width="100%"><tr>
72
69
<tbody>
73
70
<tr>
74
71
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
75
 
<td>pointer to the argument list count</td>
 
72
<td>pointer to the argument list count. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
73
</td>
76
74
</tr>
77
75
<tr>
78
76
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
79
 
<td>pointer to the argument list vector</td>
 
77
<td>pointer to the argument list vector. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
78
</td>
80
79
</tr>
81
80
<tr>
82
81
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>