[gtk-mac-integration] Release gtk-mac-integration-2.1.3.



commit 6f69511c62d27339920d5882ce8a1fe408ef3e42
Author: John Ralls <jralls ceridwen us>
Date:   Tue Sep 25 14:12:56 2018 -0700

    Release gtk-mac-integration-2.1.3.

 ChangeLog                                   | 91 +++++++++++++++++++----------
 NEWS                                        |  9 +++
 README                                      |  2 +-
 configure.ac                                |  4 +-
 docs/GtkosxApplication.html                 | 43 +++++++++-----
 docs/ch01.html                              |  2 +-
 docs/gtk-mac-integration-gtkosx-image.html  |  2 +-
 docs/index.html                             |  2 +-
 docs/reference/gtk-mac-integration-docs.xml |  2 +-
 9 files changed, 105 insertions(+), 52 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e701fdf..229361f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,40 @@
-Changes from version gtk-mac-integration-2.0.7 to version
-       gtk-mac-integration-2.0.8
+Changes in 2.1.3:
+Mitsutoshi Aoe
+       Fix invalid image alphaInfo error.
+Mario Blättermann
+       Update German translation.
+Piotr Drąg
+        Update MSGID_BUGS_ADDRESS
+Rafael Fontenelle
+       Add Brazilian Portuguese translation.
+Daniel Hodan
+       Fix typo in CGBitmapInfo.
+Ignacio Casal Quinteiro
+        Use glib instead of the custom gettext code.
+Kukuh Syafaat
+        Add Indonesian translation
+
+Changes in 2.1.2:
+John Ralls
+        Add gettext.h to the dist.
+        Fix some compile warnings.
+
+Changes in 2.1.1:
+Piotr Drąg
+        Move Latvian translation to the correct language code.
+        Provide human translation for Polish.
+John Ralls
+        Set PREFIX to default_prefix if no option --prefix is passed to
+          configure.
+        Commit documentation so that it appears at
+          https://jralls.github.io/gtk-mac-integration.
+        Remove obsolete dependency on gnome-common.
+        Convert translation handling to gettext.
+        Add function gtkosx_application_set_about_item. Prefer this to
+          setting the 0th item with
+          gtkosx_application_insert_app_menu_item.
+
+Changes in 2.0.8:
 Brett Machiels
        Use pkgconfig for PyGObject2 datadir
        Provide for overriding libtoolize
@@ -16,14 +51,12 @@ Ting Ping
        Use gnome-autogen.sh
        Update configure.ac for automake 1.11
 
-Changes from version gtk-mac-integration-2.0.6 to version
-       gtk-mac-integration-2.0.7
+Changes in 2.0.7:
 John Ralls
        Bug 739492 - Default key binding for hiding window on OS X does
        not work.
 
-Changes from version gtk-mac-integration-2.0.5 to version
-       gtk-mac-integration-2.0.6
+Changes in 2.0.6:
 John Ralls
        Add a suffix to distinguish Gtk2 and Gtk3 libraries -- Daniel Sabo
        Prevent accessing menu itemAtIndex:-1, which crashed.
@@ -32,8 +65,7 @@ John Ralls
 Kevin Bernhagen and Josh Pettus:
        Bug 740510: Update localization strings to match GtkosxApplication name.
 
-Changes from version gtk-mac-integration-2.0.4 to version
-       gtk-mac-integration-2.0.5
+Changes in 2.0.5:
 John Ralls (8):
       Bug 709427 - gtk-mac-integration: app menu issues in 2.0.4
       Remove commented-out code from previous change
@@ -45,20 +77,17 @@ John Ralls (8):
       Enable BUILT_UI in test-integration while suppressing gtk deprecated
        warnings
 
-Changes from version gtk-mac-integration-2.0.3 to version
-       gtk-mac-integration-2.0.4
+Changes in 2.0.4:
 
 John Ralls (2):
       Fix a refcounting bug & menu index bug
 
-Changes from version gtk-mac-integration-2.0.2 to version
-       gtk-mac-integration-2.0.3
+Changes in 2.0.3:
 John Ralls (3):
       Replace 10.6-only NSRunningApplication with NSBundle
       Fix minimum version to one that exists in 10.5
 
-Changes from version gtk-mac-integration-2.0.1 to version
-       gtk-mac-integration-2.0.2
+Changes in 2.0.2:
 John Ralls (18):
       Ensure HAVE_INTROSPECTION is defined
       Bug 699987 - gtk-mac-integration build failure: can't find automake
@@ -76,13 +105,11 @@ John Ralls (18):
       Bug 707882 - App menu shows "About", "Hide", "Quit",
       Fix missing localization of "Help" in the main menu bar.
 
-Changes from version gtk-mac-integration-2.0.0 to version
-       gtk-mac-integration-2.0.1:
+Changes in 2.0.1:
 John Ralls (1):
        Fix some compilation errors when building pyGtk bindings.
 
-Changes from version gtk-mac-integration-1.0.1 to version
-       gtk-mac-integration-2.0.0:
+Changes in 2.0.0:
 John Ralls (22):
       Change 'NSAlternate' to be used with GDK_MOD1_MASK, matching changes
          in Gtk keyhandling.
@@ -122,7 +149,7 @@ Richard Procter (1):
 Roy Liu (1):
       Add the missing G_END_DECLS macro to gtkosxapplication.h
 
-Changes from version gtk-mac-integration-1.0.0 to version gtk-mac-integration-1.0.1:
+Changes in 1.0.1:
 John Ralls (9):
       Add to extra-dist the test data files accel_map and src/testui.xml
       Strings: Fix error in install script.
@@ -133,7 +160,7 @@ John Ralls (9):
       Update internals of former ige-mac-foo files
       strings: Fix the same error in the uninstall script.
 
-Changes from version ige-mac-integration-0.9.8 to version gtk-mac-integration-1.0.0:
+Changes in 1.0.0:
 John Ralls (11):
       Replace the single static emission_hook_id with stuffing the id for
          each main menu as a qdata on the menu shell.
@@ -147,7 +174,7 @@ John Ralls (11):
       Make package work with "make dist"
       Documentation updates for 1.0.0 Release
 
-Changes from version ige-mac-integration-0.9.7 to version ige-mac-integration-0.9.8:
+Changes in 0.9.8:
 John Ralls (13):
       Fix compile error with IGE_MAC_INTEGRATION defined.
       Cleanup trailing whitespace.
@@ -173,7 +200,7 @@ John Ralls (13):
          and pygobject-2.28 or better is present.
       Add bindings which work with PyGI (replaced PyGtk).
 
-Changes from version ige-mac-integration-0.9.6 to version ige-mac-integration-0.9.7:
+Changes in 0.9.7:
 John Ralls (7):
       Cast to GNSMenuItem so that the setHidden method is found when
          building for Tiger.
@@ -188,7 +215,7 @@ John Ralls (7):
          Richard Proctor for pointing this out.
       Clean up trailing whitespace in configure.ac
 
-Changes from version ige-mac-integration-0.9.5 to version ige-mac-integration-0.9.6:
+Changes in 0.9.6:
 John Ralls (11):
       Remove the semicolons from the macro definitions; they caused errors
          when using the macros in the declaration section of a code block.
@@ -212,7 +239,7 @@ John Ralls (11):
          item.
       Use gdkkeysyms-compat for versions of Gtk after 2.90.7
 
-Changes from version ige_mac_integration-0.9.4 to version ige-mac-integration-0.9.5:
+Changes in 0.9.5
 John Ralls (6):
       Protect the creation of the static GtkOSXApplication pointer with a
          GStaticMutex for thread safety.
@@ -229,7 +256,7 @@ John Ralls (6):
 Richard Procter (1):
       Make bundle functions "free"
 
-Changes from version ige_mac_integration-0.9.3 to version ige_mac_integration-0.9.4:
+Changes in 0.9.4:
 Hamish Mackenzie (1):
       Menu_event_handler_func: return eventNotHandledErr instead of calling
          the next event (which EventManager will do when it gets the
@@ -251,7 +278,7 @@ John Ralls (9):
       Corrected ifdef error which prevented test-integration from building
          in GTKOSXAPPLICATION mode.
 
-Changes from version ige_mac_integration-0.9.2 to version ige_mac_integration-0.9.3:
+Changes in 0.9.3:
 John Ralls (14):
       Make bundle functions return duplicated gchar* instead of the const
          gchar* pointing into the NSString object. This corrects some ugly
@@ -273,7 +300,7 @@ John Ralls (14):
       Add standard key equivalents to selected menu items in Application
          and Window menus.
 
-Changes from version ige_mac_integration-0.9.1 to version ige_mac_integration-0.9.2:
+Changes in 0.9.2:
 John Ralls (12):
       Add Paul Davis.
       Restore the docs Makefiles to AC_OUTPUT, mysteriously deleted in a
@@ -292,7 +319,7 @@ John Ralls (12):
          two-stage shutdown.
       Make the creation of docs conditional on --enable-gtk-docs.
 
-Changes from version ige_mac_integration-0.9.0 to version ige_mac_integration-0.9.1:
+Changes in 0.9.1:
 John Ralls (6):
       Tiger compatibility fixes
       Minor documentation errors
@@ -302,7 +329,7 @@ John Ralls (6):
       Add the notification object to self->priv to ensure its orderly
          destruction at shutdown.
 
-Changes from version ige_mac_integration-0.8.6 to version ige_mac_integration-0.9.0:
+Changes in 0.9.0:
 John Ralls (144):
       Fix ticket #13 (window focus). Thanks to Steffen Gutmann.
       Add check for parent so menubars which aren't attached to windows
@@ -529,7 +556,7 @@ John Ralls (144):
       New version 0.9.0
       Fix URL in README
 
-Changes from version ige-mac-integration-0.8.5 to version ige_mac_integration-0.8.6:
+Changes in 0.8.6:
 John Ralls (10):
       Provide separate menubars for different windows.
       Corrected return type (and value) of window_focus event handler,
@@ -549,7 +576,7 @@ John Ralls (10):
          refocus to another window in the app, but this is a gtk+-quartz
          problem, not a menu problem.
 
-Changes from version ige-mac-integration-0.8.4 to version ige-mac-integration-0.8.5:
+Changes in 0.8.5:
 John Ralls (13):
       Reformatted for better readability.
       Rearranged some if blocks to reduce excessive indenting.
@@ -566,7 +593,7 @@ John Ralls (13):
       Just increment the carbon_item->index after an insert instead of
          trying to delete the menu item and get everything relinked.
 
-Changes from version ige_mac_integration-0.8.0 to version ige-mac-integration-0.8.4:
+Changes in 0.8.4:
 John Ralls (3):
       Added -DMAC_INTEGRATION
       Updated URL in README
diff --git a/NEWS b/NEWS
index f41f9b2..4572dd5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes from version gtk-mac-integration-2.1.2 to version
+        gtk-mac-integration-2.1.3
+* Use glib instead of the custom gettext code (HEAD, origin/master, orig* Add Indonesian translation
+* fix typo in CGBitmapInfo
+* Fix invalid image alphaInfo error
+* Update German translation
+* Add Brazilian Portuguese translation
+* Add Indonesian translation
+
 Changes from version gtk-mac-integration-2.1.1 to version
         gtk-mac-integration-2.1.2
 
diff --git a/README b/README
index 7cff024..3150d9e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk-mac-integration Version 2.1.2
+Gtk-mac-integration Version 2.1.3
 Provides integration for Gtk+ applications into the Mac desktop, with support for the Mac menubar, the Dock, 
and for finding resources in bundles.
 
 This library provides two implementations: An older Carbon
diff --git a/configure.ac b/configure.ac
index fe7e355..8fa3e32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(gtk-mac-integration, 2.1.2)
+AC_INIT(gtk-mac-integration, 2.1.3)
 # Before making a release, the LT_VERSION string should be modified.
 # The string is of the form C:R:A.
 # - If interfaces have been changed or added, but binary compatibility has
@@ -9,7 +9,7 @@ AC_INIT(gtk-mac-integration, 2.1.2)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-GTK_MAC_INTEGRATION_LT_VERSION=3:1:1
+GTK_MAC_INTEGRATION_LT_VERSION=3:2:1
 AC_SUBST(GTK_MAC_INTEGRATION_LT_VERSION)
 AC_CONFIG_SRCDIR(src/gtk-mac-menu.c)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/docs/GtkosxApplication.html b/docs/GtkosxApplication.html
index 79554b7..8c72aff 100644
--- a/docs/GtkosxApplication.html
+++ b/docs/GtkosxApplication.html
@@ -334,7 +334,7 @@ more-or-less set up on the Gtk+ side, you need only hide the menu
 and call <code class="function">gtkosx_application_set_main_menu()</code>. Here's an example with
 GtkBuilder:</p>
 <div class="refsect3" lang="en">
-<a name="idp140591857430072"></a><h4>Setting the MenuBar</h4>
+<a name="idp140700768824168"></a><h4>Setting the MenuBar</h4>
 <div class="informalexample">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
@@ -380,7 +380,7 @@ you're using GtkMenuItems instead of GtkActions, you'll need to
 connect a special handler as shown in the following example:</p>
 </div>
 <div class="refsect3" lang="en">
-<a name="idp140591858163976"></a><h4>Enabling Accelerators on Hidden Menus</h4>
+<a name="idp140700768831272"></a><h4>Enabling Accelerators on Hidden Menus</h4>
 <div class="informalexample">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
@@ -503,13 +503,13 @@ window, as with changing pages in a GtkNotebook) you need to call</p>
 </div>
 
 <p></p>
-<p>N.B.: One GtkMenu function, <code class="function">gtk_menu_reorder_child()</code>, changes the
+<p>N.B.: One GtkMenu function, <a href="../gtk3/GtkMenu.html#gtk-menu-reorder-child"><code 
class="function">gtk_menu_reorder_child()</code></a>, changes the
 menu appearance without emitting a signal, so if you use that
 function in your code you'll need to call
 <a href="GtkosxApplication.html#gtkosx-application-sync-menubar" title="gtkosx_application_sync_menubar 
()"><code class="function">gtkosx_application_sync_menubar()</code></a> afterwards.</p>
 </div>
 <div class="refsect3" lang="en">
-<a name="idp140591859873240"></a><h4>Dock Support</h4>
+<a name="idp140700768805336"></a><h4>Dock Support</h4>
 <p>The dock is that bar of icons that normally lives at the bottom of
 the display on a Mac (though it can be moved to one of the other
 sides; this author likes his on the left, which is where it was
@@ -534,7 +534,7 @@ They're all pretty simple, so you can just read the details below.</p>
 </ul></div>
 </div>
 <div class="refsect3" lang="en">
-<a name="idp140591859878312"></a><h4>Bundle Support</h4>
+<a name="idp140700768810408"></a><h4>Bundle Support</h4>
 <p>The last feature to which GtkosxApplication provides an interface
 is the bundle. Normally in OS X, graphical applications are packaged
 along with their non-standard dependencies and their resources
@@ -584,7 +584,7 @@ as long as that value is a string. If it isn't, then the function
 returns a null string ("").</p>
 </div>
 <div class="refsect3" lang="en">
-<a name="idp140591859889720"></a><h4>Notifications</h4>
+<a name="idp140700768741880"></a><h4>Notifications</h4>
 <p>Finally, notice the signals. These are emitted in response to the
 indicated OS X notifications. Except for
 <a href="GtkosxApplication.html#GtkosxApplication-NSApplicationBlockTermination" title="The 
“NSApplicationBlockTermination” signal"><span class="type">“NSApplicationBlockTermination”</span></a>, most 
programs
@@ -695,7 +695,7 @@ gtkosx_application_use_quartz_accelerators
 <a name="gtkosx-application-set-menu-bar"></a><h3>gtkosx_application_set_menu_bar ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 gtkosx_application_set_menu_bar (<em class="parameter"><code><a href="GtkosxApplication.html" 
title="GtkosxApplication"><span class="type">GtkosxApplication</span></a> *self</code></em>,
-                                 <em class="parameter"><code><span class="type">GtkMenuShell</span> 
*menu_shell</code></em>);</pre>
+                                 <em class="parameter"><code><a 
href="../gtk3/GtkMenuShell.html#GtkMenuShell-struct"><span class="type">GtkMenuShell</span></a> 
*menu_shell</code></em>);</pre>
 <p>Set a window's menubar as the application menu bar. Call this once
 for each window as you create them. It works best if the menubar is
 reasonably fully populated before you call it. Once set, it will
@@ -754,7 +754,7 @@ the menus with signals blocked or disconnected.</p>
 <pre class="programlisting"><span class="returnvalue">void</span>
 gtkosx_application_insert_app_menu_item
                                (<em class="parameter"><code><a href="GtkosxApplication.html" 
title="GtkosxApplication"><span class="type">GtkosxApplication</span></a> *self</code></em>,
-                                <em class="parameter"><code><span class="type">GtkWidget</span> 
*menu_item</code></em>,
+                                <em class="parameter"><code><a 
href="../gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *menu_item</code></em>,
                                 <em class="parameter"><code><span class="type">gint</span> 
index</code></em>);</pre>
 <p>Certain menu items (About, Check for updates, and Preferences in
 particular) are normally found in the so-called Application menu
@@ -803,7 +803,7 @@ inserted. The first item is 0.</p></td>
 <a name="gtkosx-application-set-window-menu"></a><h3>gtkosx_application_set_window_menu ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 gtkosx_application_set_window_menu (<em class="parameter"><code><a href="GtkosxApplication.html" 
title="GtkosxApplication"><span class="type">GtkosxApplication</span></a> *self</code></em>,
-                                    <em class="parameter"><code><span class="type">GtkMenuItem</span> 
*menu_item</code></em>);</pre>
+                                    <em class="parameter"><code><a 
href="../gtk3/GtkMenuItem.html#GtkMenuItem-struct"><span class="type">GtkMenuItem</span></a> 
*menu_item</code></em>);</pre>
 <p>Sets a designated menu item already on the menu bar as the Window
 menu. This is the menu which contains a list of open windows for
 the application; by default it also provides menu items to minimize
@@ -840,7 +840,7 @@ will create a new menu for you, which will not be gettext translatable.</p>
 <a name="gtkosx-application-set-help-menu"></a><h3>gtkosx_application_set_help_menu ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 gtkosx_application_set_help_menu (<em class="parameter"><code><a href="GtkosxApplication.html" 
title="GtkosxApplication"><span class="type">GtkosxApplication</span></a> *self</code></em>,
-                                  <em class="parameter"><code><span class="type">GtkMenuItem</span> 
*menu_item</code></em>);</pre>
+                                  <em class="parameter"><code><a 
href="../gtk3/GtkMenuItem.html#GtkMenuItem-struct"><span class="type">GtkMenuItem</span></a> 
*menu_item</code></em>);</pre>
 <p>Sets a designated menu item already on the menu bar as the Help
 menu. Call this after <code class="function">gtk_osx_application_set_menu_bar()</code>, but
 before <code class="function">gtk_osx_application_window_menu()</code>, especially if you're
@@ -877,7 +877,7 @@ for you, which will not be gettext translatable.</p>
 <a name="gtkosx-application-set-dock-menu"></a><h3>gtkosx_application_set_dock_menu ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 gtkosx_application_set_dock_menu (<em class="parameter"><code><a href="GtkosxApplication.html" 
title="GtkosxApplication"><span class="type">GtkosxApplication</span></a> *self</code></em>,
-                                  <em class="parameter"><code><span class="type">GtkMenuShell</span> 
*menu_shell</code></em>);</pre>
+                                  <em class="parameter"><code><a 
href="../gtk3/GtkMenuShell.html#GtkMenuShell-struct"><span class="type">GtkMenuShell</span></a> 
*menu_shell</code></em>);</pre>
 <p>Set a GtkMenu as the dock menu.</p>
 <p>This menu does not have a "sync" function, so changes made while
 signals are disconnected will not update the menu which appears in
@@ -914,7 +914,7 @@ pass it in</p></td>
 <pre class="programlisting"><span class="returnvalue">void</span>
 gtkosx_application_set_dock_icon_pixbuf
                                (<em class="parameter"><code><a href="GtkosxApplication.html" 
title="GtkosxApplication"><span class="type">GtkosxApplication</span></a> *self</code></em>,
-                                <em class="parameter"><code><span class="type">GdkPixbuf</span> 
*pixbuf</code></em>);</pre>
+                                <em class="parameter"><code><a 
href="../gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span 
class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
 <p>Set the dock icon from a GdkPixbuf</p>
 <div class="refsect3" lang="en">
 <a name="gtkosx-application-set-dock-icon-pixbuf.parameters"></a><h4>Parameters</h4>
@@ -1142,6 +1142,23 @@ a string, returns that; otherwise returns <code class="literal">NULL</code>.</p>
   GList *items;
 };
 </pre>
+<p>A menu group is used to collect menu items between separators in
+the Application menu.</p>
+<div class="refsect3" lang="en">
+<a name="GtkosxApplicationMenuGroup.members"></a><h4>Members</h4>
+<div class="informaltable"><table width="100%" border="0">
+<colgroup>
+<col>
+<col>
+<col>
+</colgroup>
+<tbody><tr>
+<td class="struct_member_name"><p><span class="type">GList</span> *<em class="structfield"><code><a 
name="GtkosxApplicationMenuGroup.items"></a>items</code></em>;</p></td>
+<td class="struct_member_description"><p>List of menu items in the group.</p></td>
+<td class="struct_member_annotations"> </td>
+</tr></tbody>
+</table></div>
+</div>
 </div>
 <hr>
 <div class="refsect2" lang="en">
@@ -1357,7 +1374,7 @@ user_function (<a href="GtkosxApplication.html" title="GtkosxApplication"><span
                <span class="type">gpointer</span>           user_data)</pre>
 <p>Emitted by the Application Delegate when the application reeeives
 an NSApplicationSWillTerminate notification. Connect your final
-shutdown routine (the one that calls <code class="function">gtk_main_quit()</code> here.</p>
+shutdown routine (the one that calls <a href="../gtk3/gtk3-General.html#gtk-main-quit"><code 
class="function">gtk_main_quit()</code></a> here.</p>
 <div class="refsect3" lang="en">
 <a name="GtkosxApplication-NSApplicationWillTerminate.parameters"></a><h4>Parameters</h4>
 <div class="informaltable"><table width="100%" border="0">
diff --git a/docs/ch01.html b/docs/ch01.html
index 8be121e..3fff55c 100644
--- a/docs/ch01.html
+++ b/docs/ch01.html
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter" lang="en">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp140591761562648"></a>GtkosxApplication Reference</h2></div></div></div>
+<a name="idp140700767588200"></a>GtkosxApplication Reference</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="gtk-mac-integration-gtkosx-image.html">gtkosx-image</a></span><span 
class="refpurpose"></span>
diff --git a/docs/gtk-mac-integration-gtkosx-image.html b/docs/gtk-mac-integration-gtkosx-image.html
index 7bfbba6..3bd087a 100644
--- a/docs/gtk-mac-integration-gtkosx-image.html
+++ b/docs/gtk-mac-integration-gtkosx-image.html
@@ -107,7 +107,7 @@ look for the file.</p></td>
 <div class="refsect2" lang="en">
 <a name="nsimage-from-pixbuf"></a><h3>nsimage_from_pixbuf ()</h3>
 <pre class="programlisting"><span class="returnvalue">NSImage</span> *
-nsimage_from_pixbuf (<em class="parameter"><code><span class="type">GdkPixbuf</span> 
*pixbuf</code></em>);</pre>
+nsimage_from_pixbuf (<em class="parameter"><code><a 
href="../gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span 
class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
 </div>
 </div>
 <div class="refsect1" lang="en">
diff --git a/docs/index.html b/docs/index.html
index 1d9cb90..00c15ff 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th 
valign="middle"><p class="title">gtk-mac-integration Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for gtk-mac-integration 2.0.8.
+      for gtk-mac-integration 2.1.3.
       The latest version of this documentation can be found on-line at
       <a href="https://jralls.github.io/gtk-mac-integration/index.html"; 
target="_top">https://jralls.github.io/gtk-mac-integration/</a>.
     </p></div>
diff --git a/docs/reference/gtk-mac-integration-docs.xml b/docs/reference/gtk-mac-integration-docs.xml
index a415d6f..72d38ec 100644
--- a/docs/reference/gtk-mac-integration-docs.xml
+++ b/docs/reference/gtk-mac-integration-docs.xml
@@ -8,7 +8,7 @@
   <bookinfo>
     <title>gtk-mac-integration Reference Manual</title>
     <releaseinfo>
-      for gtk-mac-integration 2.0.8.
+      for gtk-mac-integration 2.1.3.
       The latest version of this documentation can be found on-line at
       <ulink role="online-location" 
url="https://jralls.github.io/gtk-mac-integration/index.html";>https://jralls.github.io/gtk-mac-integration/</ulink>.
     </releaseinfo>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]