diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 15:31:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 15:31:12 -0600 |
commit | 36d0bc801369edb79da28871a00c3cc4ef9ee001 (patch) | |
tree | 4f4564ec0e42fb48365d876cbb689b377563bbb5 /docs | |
parent | 3acbfb57c4800b7f8611d1ce5db391cad96f398b (diff) | |
parent | 0d8a2c601b50a1d9ce6ccd1140f624c84558cf9d (diff) | |
download | libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.tar.gz libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.tar.bz2 libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.zip |
* Upstream Merge
* Removing service, lib only
* Switching from dbus-glib to GDBus
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 4 | ||||
-rw-r--r-- | docs/reference/libappindicator-sections.txt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 63606f9..b6b0289 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -90,8 +90,8 @@ expand_content_files= # signals and properties. # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(INDICATOR_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(top_builddir)/src/libapplication.la $(INDICATOR_LIBS) +GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(LIBRARY_CFLAGS) +GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(LIBRARY_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.local.make diff --git a/docs/reference/libappindicator-sections.txt b/docs/reference/libappindicator-sections.txt index e0effd1..41ff7fa 100644 --- a/docs/reference/libappindicator-sections.txt +++ b/docs/reference/libappindicator-sections.txt @@ -38,5 +38,6 @@ app_indicator_get_menu app_indicator_get_label app_indicator_get_label_guide app_indicator_get_ordering_index +app_indicator_build_menu_from_desktop </SECTION> |