summaryrefslogtreecommitdiff
path: root/gi/pygi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi.h')
-rw-r--r--gi/pygi.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gi/pygi.h b/gi/pygi.h
index 3a1591f..a67696e 100644
--- a/gi/pygi.h
+++ b/gi/pygi.h
@@ -14,9 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
- * USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_H__
@@ -85,6 +83,7 @@ typedef PyObject * (*PyGIArgOverrideToGIArgumentFunc) (PyObject *value,
GITransfer transfer,
GIArgument *arg);
typedef PyObject * (*PyGIArgOverrideFromGIArgumentFunc) (GIInterfaceInfo *interface_info,
+ GITransfer transfer,
gpointer data);
typedef PyObject * (*PyGIArgOverrideReleaseFunc) (GITypeInfo *type_info,
gpointer struct_);